/* 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;
}

.column_893d {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.tiny_5a59 {
  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);
}

.active_b8d4 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.notice_inner_329a img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.list_medium_d297 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.hot_07f7 {
  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);
}

.hot_07f7:active {
  transform: scale(0.98);
}

.grid-744b {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.grid-744b:hover {
  background: var(--red-mist);
}

.pagination_2872 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.pagination_2872:hover {
  background: var(--red-deep);
}

.slider_0d98 {
  background: var(--ink);
  color: var(--white);
}

.slider_0d98:hover {
  background: #333;
}

.advanced_4804 {
  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;
}

.advanced_4804 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.table_a86f {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.detail-advanced-0e4a {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.detail-advanced-0e4a a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.detail-advanced-0e4a a:hover,
.detail-advanced-0e4a a.alert-hard-3c90 {
  color: var(--red);
}

.detail-advanced-0e4a a.alert-hard-3c90::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.item-f94e {
  display: none;
  padding: 0.25rem 0 1rem;
}

.item-f94e.fn-open-f10f {
  display: block;
}

.item-f94e a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.media_iron_6994 {
  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);
}

.dirty-c77c {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.picture_9842 {
  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;
}

.picture_9842::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.media_5a0f {
  display: none;
}

.media_iron_6994 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);
}

.summary-steel-81a3 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.summary-a204 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.media-2806 {
  display: flex;
  justify-content: center;
  position: relative;
}

.media-2806::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-2806 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);
}

.media_iron_6994 h1,
.summary-steel-81a3,
.summary-a204,
.media-2806 {
  animation: soft-in 0.8s var(--ease) both;
}

.summary-steel-81a3 { animation-delay: 0.06s; }
.summary-a204 { animation-delay: 0.12s; }
.media-2806 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.top_376a {
  padding: 0 0 2.5rem;
}

.wrapper-advanced-c5dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.tertiary-center-0e61 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.tertiary-center-0e61 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.tertiary-center-0e61 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.layout-lower-c107 {
  padding: 3.75rem 0;
}

.static_53cb {
  background: var(--snow);
}

.slow-33e3 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.text_lower_8510 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.surface_803b {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.text_lower_8510 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;
}

.text_lower_8510 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-f10f {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-f10f.fn-on-f10f {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.complex_2513 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.label_fresh_8066 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.label_fresh_8066 .shade_d9c3 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.small-4007 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.small-4007 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.layout_daee {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.overlay-f3b4 {
  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);
}

.overlay-f3b4:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.section-up-1abc {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.overlay-f3b4 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.overlay-f3b4 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.secondary_d491 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.description-3f4e {
  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);
}

.description-3f4e:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.gallery-silver-86e3 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.last_87fb {
  min-width: 0;
}

.disabled_4c91 {
  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;
}

.hard-984a {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-pro-4e39 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.banner-pro-4e39 span:first-child {
  color: var(--red);
}

.banner-pro-4e39 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.section-advanced-474e {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.dim-2aad {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.text_d6bf {
  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);
}

.text_d6bf img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.dim-2aad figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.dim-2aad:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.down_ef3e {
  display: grid;
  gap: 1rem;
}

.footer-733f {
  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;
}

.dynamic-5a46 {
  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;
}

.footer-733f h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.footer-733f p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.active_d0b1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.active_d0b1 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.active_d0b1 .backdrop-8acb {
  background: #eaf7ef;
  color: #1f7a45;
}

.active_d0b1 .detail-out-5c69 {
  background: #fff3e8;
  color: #a85a18;
}

.modal-under-c706 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.column-7abf {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.column-7abf::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.stone_a218 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.stone_a218:last-child {
  padding-bottom: 0;
}

.stone_a218::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;
}

.list-dim-917f {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.list-dim-917f span {
  font-weight: 600;
  color: var(--mute);
}

.stone_a218 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.component-4691 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.element-up-9751,
.highlight_924d {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.element-up-9751 h3,
.highlight_924d h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.dynamic-c9cd {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.dynamic-c9cd div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.dynamic-c9cd div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dynamic-c9cd dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.dynamic-c9cd dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.highlight_924d 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_66c5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.top-e928 {
  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;
}

.top-e928.fn-focus-f10f {
  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);
}

.pro_1843 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.slider_6f16 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.layout_full_fdf2 {
  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;
}

.layout_full_fdf2.background_ba3c {
  color: var(--mute);
  background: var(--snow);
}

.video-4eda {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.video-4eda 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-4eda span {
  color: var(--mute);
}

.notice_fed2 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.notice_fed2 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.notice_fed2 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.notice_fed2 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.notice_fed2 li {
  margin-bottom: 0.25rem;
}

.notice_fed2 li:last-child {
  margin-bottom: 0;
}

.dynamic_ad76 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.dynamic_ad76 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.dynamic_ad76 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.top-e928 .hot_07f7 {
  width: 100%;
}

.pro-d44a {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.pro-d44a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-f10f {
  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-f10f h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-f10f p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-f10f .grid-744b {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-f10f .grid-744b:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-f10f .pagination_2872 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-f10f .pagination_2872:hover {
  background: var(--snow);
}

.smooth-715d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.west_948d {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.medium-7aad {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.highlight_d200 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.highlight_d200 a:hover {
  color: var(--red);
}

.cold-0075 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.cold-0075:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .dirty-c77c,
  .complex_2513,
  .component-4691,
  .wide_66c5 {
    grid-template-columns: 1fr;
  }

  .label_fresh_8066 {
    position: static;
  }

  .small-4007 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .layout_daee {
    grid-template-columns: 1fr;
  }

  .secondary_d491 {
    grid-template-columns: 1fr 1fr;
  }

  .dim-2aad:nth-child(2) {
    transform: none;
  }

  .footer-733f {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .column_893d {
    width: min(100% - 1.25rem, var(--max));
  }

  .advanced_4804 {
    display: inline-flex;
  }

  .mini_8fe5 {
    display: none;
  }

  .media_iron_6994 {
    padding: 2.25rem 0 1.5rem;
  }

  .media-2806 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .layout-lower-c107 {
    padding: 2.75rem 0;
  }

  .hot_07f7 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .notice_inner_329a img {
    height: 30px;
  }

  .section-advanced-474e {
    max-width: 300px;
    margin-inline: auto;
  }

  .dim-2aad {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .secondary_d491 {
    grid-template-columns: 1fr;
  }

  .description-3f4e {
    flex-direction: row;
    align-items: center;
  }

  .gallery-silver-86e3 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .list_medium_d297 {
    gap: 0.3rem;
  }

  .wrapper-advanced-c5dd {
    gap: 0.5rem;
  }

  .tertiary-center-0e61 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.container-liquid-2272 {
  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);
}

.outer-5ade {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.outer-5ade a:hover {
  color: var(--red);
}

.container-liquid-2272 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;
}

.article-purple-157f {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.summary-9d81 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.footer-thick-c98b {
  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;
}

.outline-wood-4a7b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.in_4be8 {
  display: grid;
  gap: 0.85rem;
}

.footer-huge-9153 {
  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;
}

.background-660b {
  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;
}

.box-200e {
  min-width: 0;
}

.box-200e h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.box-200e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.overlay_e66d {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.tertiary-b015 {
  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;
}

.accent-609c {
  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);
}

.sidebar_ee6c {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.sidebar_ee6c h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.sidebar_ee6c strong {
  color: var(--red);
  font-size: 1.15rem;
}

.paragraph_9b11 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.row-276b {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.row-276b li {
  margin-bottom: 0.4rem;
}

.row-276b li:last-child {
  margin-bottom: 0;
}

.tertiary-b015 .hot_07f7 {
  width: 100%;
}

.action-b1e5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.image-873e {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.image-873e h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.image-873e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.chip_bright_ce9c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gas-ba70 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.gas-ba70 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.short-242e {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .overlay_e66d,
  .action-b1e5,
  .chip_bright_ce9c {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container-liquid-2272 {
    padding: 1.75rem 0 1.5rem;
  }

  .container-liquid-2272 h1 {
    max-width: none;
  }

  .footer-huge-9153 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .nav_2317 {
    grid-template-columns: 1fr;
  }

  .orange_0b99,
  .preview_hot_8668 {
    grid-template-columns: 1fr;
  }
}

.header-soft-df64 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.static-2e31 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.warm-c72f {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.nav_2317 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.nav_2317 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.nav_2317 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.nav_2317 a:hover {
  color: var(--red);
}

.block_south_bd32 {
  max-width: 46rem;
}

.block_south_bd32 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.sort_d4f0 {
  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);
}

.sort_d4f0 li {
  margin-bottom: 0.55rem;
}

.sort_d4f0 li:last-child {
  margin-bottom: 0;
}

.orange_0b99 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.gas-3a7a {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.gas-3a7a h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.gas-3a7a p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.gas-3a7a a {
  color: var(--red);
  font-weight: 700;
}

.gas-3a7a a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.backdrop-huge-a8c4 {
  display: grid;
  gap: 0.7rem;
}

.panel-6c64 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.panel-6c64 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.panel-6c64 summary::-webkit-details-marker {
  display: none;
}

.panel-6c64 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.panel-6c64[open] summary::after {
  content: "–";
}

.panel-6c64 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.panel-6c64 a {
  color: var(--red);
  font-weight: 700;
}

.preview_hot_8668 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.glass-ff75 {
  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);
}

.glass-ff75:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.glass-ff75 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.glass-ff75 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.tabs_8e95 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.west_fb02 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.west_fb02 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.west_fb02 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.component_475a {
  display: grid;
  gap: 1rem;
}

.top-23d0 {
  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);
}

.search_black_e73f {
  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);
}

.glass-df29 {
  min-width: 0;
}

.header-steel-0d67 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.center_2ff6 {
  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;
}

.upper_78c3 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.upper_78c3 li {
  margin-bottom: 0.25rem;
}

.upper_78c3 strong {
  color: var(--ink);
}

.pagination_ff3c {
  min-width: 0;
}

.pagination_ff3c h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.pagination_ff3c p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.pagination_ff3c ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.pagination_ff3c li {
  margin-bottom: 0.3rem;
}

.stale_9b0e {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.lower-cb51 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.lower-cb51 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.lower-cb51 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .tabs_8e95,
  .stale_9b0e {
    grid-template-columns: 1fr;
  }

  .top-23d0 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.backdrop-huge-a8c4 .panel-6c64 {
  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) ========== */
.shade-fixed-a71c {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.gradient-fixed-746d {
  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);
}

.slider_2546 {
  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);
}

.tabs_479c {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.mini-a0d8 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.mini-a0d8::placeholder {
  color: #9a9a9a;
}

.box-dynamic-b37e {
  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;
}

.picture_yellow_1a92 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.left-e121 {
  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);
}

.left-e121:hover,
.left-e121.paper-6114 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.outline-thick-441c {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.outline-thick-441c.bright_236e {
  color: var(--red);
}

.secondary_2631[hidden],
.panel-6c64[hidden] {
  display: none !important;
}

.fresh-7a14 {
  margin-top: 0.15rem;
}

.fresh-7a14 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .slider_2546 {
    grid-template-columns: auto 1fr;
  }

  .box-dynamic-b37e {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.article-46ab {
  --header: 64px;
}

.pattern_bronze_8a35 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.steel-ae20 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.simple_8d97 {
  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);
}

.heading-active-519e {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.copper-ab1d {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.pagination-solid-b3ac {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.dirty-4fa4 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.tertiary-fast-6296 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.slider-dirty-ce7f {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.inner_cc23 {
  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);
}

.inner_cc23:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.pressed_76e8,
.inner_cc23[hidden] {
  display: none !important;
}

.form_454f {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.liquid_d0dc {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.message-lite-eb76 {
  min-width: 0;
  width: 100%;
}

.banner_wide_4e5f {
  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;
}

.block_rough_8d19 {
  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);
}

.primary_dirty_08ff {
  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;
}

.complex_2e17 {
  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);
}

.middle_9f75 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.block_7e8a {
  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;
}

.block_7e8a:hover {
  background: var(--red-mist);
}

.chip-full-1b60 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.chip-full-1b60 a,
.caption_4415 {
  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);
}

.chip-full-1b60 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.caption_4415 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.video_8e7d,
.top-155f {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .slider-dirty-ce7f {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .article-46ab {
    --header: 108px;
  }

  .steel-ae20 {
    flex-wrap: wrap;
  }

  .simple_8d97 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .slider-dirty-ce7f {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .inner_cc23 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .liquid_d0dc {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .complex_2e17 {
    flex-direction: column;
    align-items: stretch;
  }

  .block_7e8a {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .slider-dirty-ce7f {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.secondary-over-9c5d {
  max-width: 48rem;
}

.label_fresh_bb28 {
  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;
}

.label_fresh_bb28 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.item_13e5 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.item_13e5 > *:first-child {
  margin-top: 0;
}

.item_13e5 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;
}

.item_13e5 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);
}

.item_13e5 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.item_13e5 p {
  margin: 0 0 0.95rem;
}

.item_13e5 ul,
.item_13e5 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.item_13e5 li {
  margin-bottom: 0.4rem;
}

.item_13e5 a {
  color: var(--red);
  font-weight: 700;
}

.item_13e5 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.surface_upper_4a13 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.surface_upper_4a13 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.surface_upper_4a13 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.surface_upper_4a13 a {
  color: var(--red);
  font-weight: 800;
}

.surface_upper_4a13 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.container_d50f {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.panel-center-836d {
  justify-self: end;
}

.panel-center-836d 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);
}

.pattern-right-a6d2 {
  display: grid;
  gap: 0.9rem;
}

.in_6405 {
  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;
}

.in_6405:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.pressed_fa10 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.smooth-7042 {
  min-width: 0;
}

.smooth-7042 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.smooth-7042 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.highlight_focused_b330 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.description_f9a9 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.description_f9a9 a,
.highlight_focused_b330 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.highlight_focused_b330 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .container_d50f {
    grid-template-columns: 1fr;
  }

  .panel-center-836d {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .in_6405 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.title_4746 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.title_4746 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.title_4746 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.link_d975 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.shade_wide_eb81 {
  grid-column: 1 / -1;
}

.component-4691:has(.shade_wide_eb81) {
  grid-template-columns: 1fr;
}

/* css-noise: 5a16 */
.widget-item-k2 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
