/* 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;
}

.backdrop_south_5205 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.hover_5a42 {
  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);
}

.outline-adc3 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.border-4a86 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.primary_west_ca7a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.pagination-4e74 {
  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);
}

.pagination-4e74:active {
  transform: scale(0.98);
}

.steel_6e89 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.steel_6e89:hover {
  background: var(--red-mist);
}

.outline_f80d {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.outline_f80d:hover {
  background: var(--red-deep);
}

.menu-wood-3853 {
  background: var(--ink);
  color: var(--white);
}

.menu-wood-3853:hover {
  background: #333;
}

.mask_old_2ff4 {
  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;
}

.mask_old_2ff4 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.notification-7c92 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.container_f5b6 {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.container_f5b6 a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.container_f5b6 a:hover,
.container_f5b6 a.border-white-7182 {
  color: var(--red);
}

.container_f5b6 a.border-white-7182::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.slow_9aa1 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.slow_9aa1.fn-open-16a2 {
  display: block;
}

.slow_9aa1 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.slow-0955 {
  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);
}

.row_d827 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.chip-action-7488 {
  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;
}

.chip-action-7488::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.grid-solid-f54a {
  display: none;
}

.slow-0955 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);
}

.new-3997 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.plasma_4b6c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.last_4153 {
  display: flex;
  justify-content: center;
  position: relative;
}

.last_4153::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%);
}

.last_4153 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);
}

.slow-0955 h1,
.new-3997,
.plasma_4b6c,
.last_4153 {
  animation: soft-in 0.8s var(--ease) both;
}

.new-3997 { animation-delay: 0.06s; }
.plasma_4b6c { animation-delay: 0.12s; }
.last_4153 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.input-526b {
  padding: 0 0 2.5rem;
}

.pattern_7117 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.progress_8c96 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.progress_8c96 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.progress_8c96 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.hard_d5d8 {
  padding: 3.75rem 0;
}

.nav_current_40ef {
  background: var(--snow);
}

.hero_871f {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.progress_pressed_40fe {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.pink-53e3 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.progress_pressed_40fe 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;
}

.progress_pressed_40fe p {
  margin: 0;
  color: var(--mute);
}

.fn-show-16a2 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-16a2.fn-on-16a2 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.dropdown_c1e7 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.title_black_c936 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.title_black_c936 .under-89f4 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.bronze-ab37 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.bronze-ab37 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.row-gold-a440 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.icon-out-6828 {
  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);
}

.icon-out-6828:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.paragraph_359a {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.icon-out-6828 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.icon-out-6828 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.progress_7967 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.search_mini_565c {
  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);
}

.search_mini_565c:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.lite-7f39 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.purple_ba85 {
  min-width: 0;
}

.header-middle-c110 {
  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;
}

.hidden-cold-e98a {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.basic-7ef2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.basic-7ef2 span:first-child {
  color: var(--red);
}

.basic-7ef2 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.dynamic-b2bc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.plasma_8f48 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.badge_2de2 {
  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);
}

.badge_2de2 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.plasma_8f48 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.plasma_8f48:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.accent-d213 {
  display: grid;
  gap: 1rem;
}

.sidebar-stone-2cda {
  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;
}

.tag-tall-08f4 {
  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;
}

.sidebar-stone-2cda h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.sidebar-stone-2cda p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.gas-aefe {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.gas-aefe mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.gas-aefe .summary_53b0 {
  background: #eaf7ef;
  color: #1f7a45;
}

.gas-aefe .hover_middle_1277 {
  background: #fff3e8;
  color: #a85a18;
}

.hard-c4aa {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.pattern-stale-d669 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.pattern-stale-d669::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.motion_2910 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.motion_2910:last-child {
  padding-bottom: 0;
}

.motion_2910::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;
}

.focus_55f0 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.focus_55f0 span {
  font-weight: 600;
  color: var(--mute);
}

.motion_2910 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.detail-north-e16b {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.icon_7612,
.static-7446 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.icon_7612 h3,
.static-7446 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.thumbnail-cool-28af {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.thumbnail-cool-28af div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.thumbnail-cool-28af div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.thumbnail-cool-28af dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.thumbnail-cool-28af dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.static-7446 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 */
.cool-3069 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.preview-7f8a {
  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;
}

.preview-7f8a.fn-focus-16a2 {
  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);
}

.soft_5eeb {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.border-green-31a3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.surface-f39a {
  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;
}

.surface-f39a.info_dynamic_87af {
  color: var(--mute);
  background: var(--snow);
}

.short_67bd {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.short_67bd li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.short_67bd span {
  color: var(--mute);
}

.yellow-1833 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.yellow-1833 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.yellow-1833 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.yellow-1833 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.yellow-1833 li {
  margin-bottom: 0.25rem;
}

.yellow-1833 li:last-child {
  margin-bottom: 0;
}

.active-959b {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.active-959b p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.active-959b cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.preview-7f8a .pagination-4e74 {
  width: 100%;
}

.header-9860 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.header-9860:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-16a2 {
  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-16a2 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-16a2 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-16a2 .steel_6e89 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-16a2 .steel_6e89:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-16a2 .outline_f80d {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-16a2 .outline_f80d:hover {
  background: var(--snow);
}

.summary-fresh-9280 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.focused_215b {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-stale-4ce9 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.picture_9c43 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.picture_9c43 a:hover {
  color: var(--red);
}

.disabled-hard-b4cd {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.disabled-hard-b4cd:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .row_d827,
  .dropdown_c1e7,
  .detail-north-e16b,
  .cool-3069 {
    grid-template-columns: 1fr;
  }

  .title_black_c936 {
    position: static;
  }

  .bronze-ab37 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .row-gold-a440 {
    grid-template-columns: 1fr;
  }

  .progress_7967 {
    grid-template-columns: 1fr 1fr;
  }

  .plasma_8f48:nth-child(2) {
    transform: none;
  }

  .sidebar-stone-2cda {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .backdrop_south_5205 {
    width: min(100% - 1.25rem, var(--max));
  }

  .mask_old_2ff4 {
    display: inline-flex;
  }

  .filter_27ab {
    display: none;
  }

  .slow-0955 {
    padding: 2.25rem 0 1.5rem;
  }

  .last_4153 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .hard_d5d8 {
    padding: 2.75rem 0;
  }

  .pagination-4e74 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .border-4a86 img {
    height: 30px;
  }

  .dynamic-b2bc {
    max-width: 300px;
    margin-inline: auto;
  }

  .plasma_8f48 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .progress_7967 {
    grid-template-columns: 1fr;
  }

  .search_mini_565c {
    flex-direction: row;
    align-items: center;
  }

  .lite-7f39 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .primary_west_ca7a {
    gap: 0.3rem;
  }

  .pattern_7117 {
    gap: 0.5rem;
  }

  .progress_8c96 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.label-dark-a5c4 {
  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);
}

.active-copper-949f {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.active-copper-949f a:hover {
  color: var(--red);
}

.label-dark-a5c4 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;
}

.accent-dirty-3da6 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.hot_fac5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.video-hard-bcd3 {
  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;
}

.first_c0fb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.simple_07fe {
  display: grid;
  gap: 0.85rem;
}

.glass-8b2e {
  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;
}

.highlight_green_ee84 {
  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;
}

.top-b2c9 {
  min-width: 0;
}

.top-b2c9 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.top-b2c9 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.row-fixed-cb4d {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.main_next_0944 {
  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;
}

.paragraph_medium_69e2 {
  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);
}

.inner-6e29 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.inner-6e29 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.inner-6e29 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.upper-e0d6 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.surface_dynamic_127d {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.surface_dynamic_127d li {
  margin-bottom: 0.4rem;
}

.surface_dynamic_127d li:last-child {
  margin-bottom: 0;
}

.main_next_0944 .pagination-4e74 {
  width: 100%;
}

.outline_5159 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.hovered_c0a4 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.hovered_c0a4 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.hovered_c0a4 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.right_dd74 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.caption_f0cd {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.caption_f0cd p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.border-clean-eb59 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .row-fixed-cb4d,
  .outline_5159,
  .right_dd74 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .label-dark-a5c4 {
    padding: 1.75rem 0 1.5rem;
  }

  .label-dark-a5c4 h1 {
    max-width: none;
  }

  .glass-8b2e {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .tall-17cd {
    grid-template-columns: 1fr;
  }

  .background_light_d4c6,
  .box_8628 {
    grid-template-columns: 1fr;
  }
}

.header_solid_7f17 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.green-01ac {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.item-next-fb1f {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.tall-17cd {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.tall-17cd li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.tall-17cd li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.tall-17cd a:hover {
  color: var(--red);
}

.chip_tall_6df6 {
  max-width: 46rem;
}

.chip_tall_6df6 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.accordion-white-167a {
  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);
}

.accordion-white-167a li {
  margin-bottom: 0.55rem;
}

.accordion-white-167a li:last-child {
  margin-bottom: 0;
}

.background_light_d4c6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.modal_6c2f {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.modal_6c2f h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.modal_6c2f p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.modal_6c2f a {
  color: var(--red);
  font-weight: 700;
}

.modal_6c2f a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.active_b485 {
  display: grid;
  gap: 0.7rem;
}

.image_red_b791 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.image_red_b791 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.image_red_b791 summary::-webkit-details-marker {
  display: none;
}

.image_red_b791 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.image_red_b791[open] summary::after {
  content: "–";
}

.image_red_b791 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.image_red_b791 a {
  color: var(--red);
  font-weight: 700;
}

.box_8628 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.dropdown_over_50f0 {
  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);
}

.dropdown_over_50f0:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.dropdown_over_50f0 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.dropdown_over_50f0 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.rough-00e4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.caption-ed42 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.caption-ed42 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.caption-ed42 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.input-473a {
  display: grid;
  gap: 1rem;
}

.prev-054c {
  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);
}

.badge_east_8c57 {
  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);
}

.black-d72e {
  min-width: 0;
}

.frame_85a8 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.modal_a593 {
  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;
}

.sidebar-c892 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.sidebar-c892 li {
  margin-bottom: 0.25rem;
}

.sidebar-c892 strong {
  color: var(--ink);
}

.shadow-west-d7d3 {
  min-width: 0;
}

.shadow-west-d7d3 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.shadow-west-d7d3 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.shadow-west-d7d3 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.shadow-west-d7d3 li {
  margin-bottom: 0.3rem;
}

.gallery_stone_384d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.tall-7e2e {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.tall-7e2e h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.tall-7e2e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .rough-00e4,
  .gallery_stone_384d {
    grid-template-columns: 1fr;
  }

  .prev-054c {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.active_b485 .image_red_b791 {
  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) ========== */
.new-9597 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.message-new-d30a {
  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);
}

.progress_1371 {
  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);
}

.notice-west-85f0 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.under_42f1 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.under_42f1::placeholder {
  color: #9a9a9a;
}

.nav-3541 {
  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;
}

.rough_fa2b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.tag_6bb9 {
  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);
}

.tag_6bb9:hover,
.tag_6bb9.complex_6664 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.chip_last_b4f9 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.chip_last_b4f9.focus-ec5f {
  color: var(--red);
}

.icon-smooth-9a66[hidden],
.image_red_b791[hidden] {
  display: none !important;
}

.gallery-north-8724 {
  margin-top: 0.15rem;
}

.gallery-north-8724 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .progress_1371 {
    grid-template-columns: auto 1fr;
  }

  .nav-3541 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.link-889c {
  --header: 64px;
}

.outline-ae2a {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.pagination_bottom_ba73 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.backdrop-1e09 {
  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);
}

.thumbnail_old_5dfc {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.module_motion_1169 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.east-a2b4 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.widget_c94e {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.main-easy-0f71 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.sort_6dee {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.solid_292c {
  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);
}

.solid_292c:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.feature-dim-4a56,
.solid_292c[hidden] {
  display: none !important;
}

.tertiary-b26b {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.out-173c {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.form-425f {
  min-width: 0;
  width: 100%;
}

.status-stale-dabc {
  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;
}

.progress-tall-5e7c {
  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);
}

.background_afe6 {
  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;
}

.layout_3fec {
  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);
}

.panel_50a4 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.pink_30fe {
  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;
}

.pink_30fe:hover {
  background: var(--red-mist);
}

.upper-c469 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.upper-c469 a,
.bronze-d48a {
  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);
}

.upper-c469 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.bronze-d48a {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.filter_97ed,
.wide-2bb0 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .sort_6dee {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .link-889c {
    --header: 108px;
  }

  .pagination_bottom_ba73 {
    flex-wrap: wrap;
  }

  .backdrop-1e09 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .sort_6dee {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .solid_292c {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .out-173c {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .layout_3fec {
    flex-direction: column;
    align-items: stretch;
  }

  .pink_30fe {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .sort_6dee {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.text-basic-e8b0 {
  max-width: 48rem;
}

.preview_fast_4611 {
  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;
}

.preview_fast_4611 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.box-fluid-b642 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.box-fluid-b642 > *:first-child {
  margin-top: 0;
}

.box-fluid-b642 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;
}

.box-fluid-b642 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);
}

.box-fluid-b642 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.box-fluid-b642 p {
  margin: 0 0 0.95rem;
}

.box-fluid-b642 ul,
.box-fluid-b642 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.box-fluid-b642 li {
  margin-bottom: 0.4rem;
}

.box-fluid-b642 a {
  color: var(--red);
  font-weight: 700;
}

.box-fluid-b642 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.avatar-7eb6 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.avatar-7eb6 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.avatar-7eb6 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.avatar-7eb6 a {
  color: var(--red);
  font-weight: 800;
}

.avatar-7eb6 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.layout-clean-4fea {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.active_gold_8087 {
  justify-self: end;
}

.active_gold_8087 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);
}

.simple-cb93 {
  display: grid;
  gap: 0.9rem;
}

.form-18e6 {
  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;
}

.form-18e6:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.tag-copper-53c2 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.mask-fresh-f3d8 {
  min-width: 0;
}

.mask-fresh-f3d8 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.mask-fresh-f3d8 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.dirty_9ada {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.carousel_a6d0 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.carousel_a6d0 a,
.dirty_9ada a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.dirty_9ada p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .layout-clean-4fea {
    grid-template-columns: 1fr;
  }

  .active_gold_8087 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .form-18e6 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.rough-b167 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.rough-b167 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.rough-b167 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hard-1fab {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.mask-898a {
  grid-column: 1 / -1;
}

.detail-north-e16b:has(.mask-898a) {
  grid-template-columns: 1fr;
}

/* css-noise: 5d75 */
.shadow-element-b0 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
