/* 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;
}

.smooth_8fab {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.footer_d13c {
  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);
}

.input-8f89 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.video-medium-0af9 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.hidden_d0f6 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.brown_657d {
  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);
}

.brown_657d:active {
  transform: scale(0.98);
}

.card-center-c76c {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.card-center-c76c:hover {
  background: var(--red-mist);
}

.component_90b7 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.component_90b7:hover {
  background: var(--red-deep);
}

.huge_a100 {
  background: var(--ink);
  color: var(--white);
}

.huge_a100:hover {
  background: #333;
}

.wide-7b74 {
  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;
}

.wide-7b74 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.status_0fba {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.lower-117d {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.lower-117d a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.lower-117d a:hover,
.lower-117d a.message-first-7b8e {
  color: var(--red);
}

.lower-117d a.message-first-7b8e::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.out-fc57 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.out-fc57.fn-open-7f8e {
  display: block;
}

.out-fc57 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.wide-82e4 {
  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);
}

.input-5923 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.banner_paper_726d {
  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;
}

.banner_paper_726d::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.secondary_gold_b6f5 {
  display: none;
}

.wide-82e4 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);
}

.focus-bfb4 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.link_7fcb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.left_ae47 {
  display: flex;
  justify-content: center;
  position: relative;
}

.left_ae47::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%);
}

.left_ae47 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);
}

.wide-82e4 h1,
.focus-bfb4,
.link_7fcb,
.left_ae47 {
  animation: soft-in 0.8s var(--ease) both;
}

.focus-bfb4 { animation-delay: 0.06s; }
.link_7fcb { animation-delay: 0.12s; }
.left_ae47 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.filter-d86b {
  padding: 0 0 2.5rem;
}

.layout-c01f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.steel_bd8c {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.steel_bd8c strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.steel_bd8c span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.nav_short_5134 {
  padding: 3.75rem 0;
}

.gold-8b0e {
  background: var(--snow);
}

.panel_lower_a8ab {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.modal_f774 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.content_f3c7 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.modal_f774 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;
}

.modal_f774 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-7f8e {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-7f8e.fn-on-7f8e {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.input-fluid-1124 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.breadcrumb_1777 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.breadcrumb_1777 .highlight_bf3e {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.secondary_inner_2531 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.secondary_inner_2531 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.smooth-2c66 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.glass_7191 {
  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);
}

.glass_7191:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.header-0f44 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.glass_7191 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.glass_7191 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.pagination_liquid_728d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.feature-simple-7201 {
  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);
}

.feature-simple-7201:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.module_bright_193b {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.description_fe64 {
  min-width: 0;
}

.menu_south_88ed {
  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;
}

.surface_simple_eb21 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-north-81ee {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.image-north-81ee span:first-child {
  color: var(--red);
}

.image-north-81ee span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.shadow_cold_f6cd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.form-b1ba {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.icon-93cc {
  padding: 0.65rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(26, 26, 26, 0.06);
}

.icon-93cc img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.form-b1ba figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.form-b1ba:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.menu_63f4 {
  display: grid;
  gap: 1rem;
}

.narrow-64d8 {
  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;
}

.title_upper_bfbe {
  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;
}

.narrow-64d8 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.narrow-64d8 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.under_ef9a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.under_ef9a mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.under_ef9a .input_91cc {
  background: #eaf7ef;
  color: #1f7a45;
}

.under_ef9a .gradient-a6f8 {
  background: #fff3e8;
  color: #a85a18;
}

.pattern_5fb7 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.chip_up_ce97 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.chip_up_ce97::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.upper_82b6 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.upper_82b6:last-child {
  padding-bottom: 0;
}

.upper_82b6::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;
}

.advanced-e365 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.advanced-e365 span {
  font-weight: 600;
  color: var(--mute);
}

.upper_82b6 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.simple-1517 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.label_light_c5b4,
.hard_0681 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.label_light_c5b4 h3,
.hard_0681 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.text-copper-8e1b {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.text-copper-8e1b div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.text-copper-8e1b div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.text-copper-8e1b dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.text-copper-8e1b dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.hard_0681 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 */
.black-f42a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.form_64af {
  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;
}

.form_64af.fn-focus-7f8e {
  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-tall-90f2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.thumbnail_focused_e977 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.shadow_ee88 {
  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;
}

.shadow_ee88.section_3dc9 {
  color: var(--mute);
  background: var(--snow);
}

.component_purple_af57 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.component_purple_af57 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.component_purple_af57 span {
  color: var(--mute);
}

.summary_bottom_48af {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.summary_bottom_48af h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.summary_bottom_48af p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.summary_bottom_48af ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.summary_bottom_48af li {
  margin-bottom: 0.25rem;
}

.summary_bottom_48af li:last-child {
  margin-bottom: 0;
}

.simple_7bc3 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.simple_7bc3 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.simple_7bc3 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.form_64af .brown_657d {
  width: 100%;
}

.over-b821 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.over-b821:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-7f8e {
  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-7f8e h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-7f8e p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-7f8e .card-center-c76c {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-7f8e .card-center-c76c:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-7f8e .component_90b7 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-7f8e .component_90b7:hover {
  background: var(--snow);
}

.pagination-4923 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.feature-679c {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.gold-8d6e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.overlay_d097 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.overlay_d097 a:hover {
  color: var(--red);
}

.down_eec5 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.down_eec5:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .input-5923,
  .input-fluid-1124,
  .simple-1517,
  .black-f42a {
    grid-template-columns: 1fr;
  }

  .breadcrumb_1777 {
    position: static;
  }

  .secondary_inner_2531 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .smooth-2c66 {
    grid-template-columns: 1fr;
  }

  .pagination_liquid_728d {
    grid-template-columns: 1fr 1fr;
  }

  .form-b1ba:nth-child(2) {
    transform: none;
  }

  .narrow-64d8 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .smooth_8fab {
    width: min(100% - 1.25rem, var(--max));
  }

  .wide-7b74 {
    display: inline-flex;
  }

  .banner-purple-9e6d {
    display: none;
  }

  .wide-82e4 {
    padding: 2.25rem 0 1.5rem;
  }

  .left_ae47 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .nav_short_5134 {
    padding: 2.75rem 0;
  }

  .brown_657d {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .video-medium-0af9 img {
    height: 30px;
  }

  .shadow_cold_f6cd {
    max-width: 300px;
    margin-inline: auto;
  }

  .form-b1ba {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .pagination_liquid_728d {
    grid-template-columns: 1fr;
  }

  .feature-simple-7201 {
    flex-direction: row;
    align-items: center;
  }

  .module_bright_193b {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .hidden_d0f6 {
    gap: 0.3rem;
  }

  .layout-c01f {
    gap: 0.5rem;
  }

  .steel_bd8c {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.label-bottom-2641 {
  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);
}

.badge-ae8a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.badge-ae8a a:hover {
  color: var(--red);
}

.label-bottom-2641 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;
}

.mask-iron-0f18 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.paragraph-hard-d9bd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.warm-0a64 {
  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;
}

.new_cb6b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.notification-f007 {
  display: grid;
  gap: 0.85rem;
}

.hard-b6a9 {
  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;
}

.bottom-f79a {
  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;
}

.picture_0717 {
  min-width: 0;
}

.picture_0717 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.picture_0717 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.section_e553 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.description-ea2d {
  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;
}

.dim-ea6c {
  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);
}

.stone_c724 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.stone_c724 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.stone_c724 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.card_7855 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.block_207a {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.block_207a li {
  margin-bottom: 0.4rem;
}

.block_207a li:last-child {
  margin-bottom: 0;
}

.description-ea2d .brown_657d {
  width: 100%;
}

.highlight-dfef {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.cool-9933 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.cool-9933 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.cool-9933 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.input-dc1c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.article_15a6 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.article_15a6 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.link-1a7b {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .section_e553,
  .highlight-dfef,
  .input-dc1c {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .label-bottom-2641 {
    padding: 1.75rem 0 1.5rem;
  }

  .label-bottom-2641 h1 {
    max-width: none;
  }

  .hard-b6a9 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .component-a107 {
    grid-template-columns: 1fr;
  }

  .down-43a3,
  .primary-pink-ee35 {
    grid-template-columns: 1fr;
  }
}

.photo-833d {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.tiny_23cf {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.media_3175 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.component-a107 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.component-a107 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.component-a107 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.component-a107 a:hover {
  color: var(--red);
}

.gradient_gold_0e22 {
  max-width: 46rem;
}

.gradient_gold_0e22 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.heading-9d5e {
  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);
}

.heading-9d5e li {
  margin-bottom: 0.55rem;
}

.heading-9d5e li:last-child {
  margin-bottom: 0;
}

.down-43a3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.center_5c73 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.center_5c73 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.center_5c73 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.center_5c73 a {
  color: var(--red);
  font-weight: 700;
}

.center_5c73 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hard_d113 {
  display: grid;
  gap: 0.7rem;
}

.picture_5f29 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.picture_5f29 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.picture_5f29 summary::-webkit-details-marker {
  display: none;
}

.picture_5f29 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.picture_5f29[open] summary::after {
  content: "–";
}

.picture_5f29 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.picture_5f29 a {
  color: var(--red);
  font-weight: 700;
}

.primary-pink-ee35 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.feature-0f28 {
  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);
}

.feature-0f28:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.feature-0f28 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.feature-0f28 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.backdrop-7114 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.progress-afc7 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.progress-afc7 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.progress-afc7 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.form-7d7c {
  display: grid;
  gap: 1rem;
}

.heading-4369 {
  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);
}

.hidden_d365 {
  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);
}

.silver_ff3f {
  min-width: 0;
}

.text-4432 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.notification-pressed-3808 {
  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-36c2 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.in-36c2 li {
  margin-bottom: 0.25rem;
}

.in-36c2 strong {
  color: var(--ink);
}

.section_in_ff8a {
  min-width: 0;
}

.section_in_ff8a h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.section_in_ff8a p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.section_in_ff8a ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.section_in_ff8a li {
  margin-bottom: 0.3rem;
}

.icon_3cfe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.down_397e {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.down_397e h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.down_397e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .backdrop-7114,
  .icon_3cfe {
    grid-template-columns: 1fr;
  }

  .heading-4369 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.hard_d113 .picture_5f29 {
  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) ========== */
.purple_89b5 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.pagination_bright_f676 {
  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);
}

.lite_da2d {
  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);
}

.right_2889 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.narrow_b1c8 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.narrow_b1c8::placeholder {
  color: #9a9a9a;
}

.background-33b5 {
  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;
}

.nav_00a0 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.nav-6067 {
  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);
}

.nav-6067:hover,
.nav-6067.layout_green_2ea3 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.cold_9fd5 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.cold_9fd5.carousel-copper-8b83 {
  color: var(--red);
}

.bottom-cae0[hidden],
.picture_5f29[hidden] {
  display: none !important;
}

.main-c7f5 {
  margin-top: 0.15rem;
}

.main-c7f5 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .lite_da2d {
    grid-template-columns: auto 1fr;
  }

  .background-33b5 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.wood-5e25 {
  --header: 64px;
}

.backdrop-red-40aa {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.aside_motion_b580 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.pro-e49c {
  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);
}

.popup-37f8 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.header-389c {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.input-797d {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.banner_fresh_9f95 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.widget-4777 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.search_dirty_6d79 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero_next_b0e8 {
  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);
}

.hero_next_b0e8:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.accordion-first-885f,
.hero_next_b0e8[hidden] {
  display: none !important;
}

.notification_rough_0447 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.sort_443e {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.photo-5fe5 {
  min-width: 0;
  width: 100%;
}

.secondary_95b2 {
  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;
}

.slider-tall-6930 {
  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);
}

.white-3f53 {
  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;
}

.out-7c71 {
  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);
}

.avatar_c578 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.search-88b2 {
  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;
}

.search-88b2:hover {
  background: var(--red-mist);
}

.accordion-plasma-033a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.accordion-plasma-033a a,
.tooltip-6980 {
  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);
}

.accordion-plasma-033a a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.tooltip-6980 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.video-4f19,
.cold_bb84 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .search_dirty_6d79 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wood-5e25 {
    --header: 108px;
  }

  .aside_motion_b580 {
    flex-wrap: wrap;
  }

  .pro-e49c {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .search_dirty_6d79 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .hero_next_b0e8 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .sort_443e {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .out-7c71 {
    flex-direction: column;
    align-items: stretch;
  }

  .search-88b2 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .search_dirty_6d79 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.image-9e9b {
  max-width: 48rem;
}

.detail_2ad4 {
  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;
}

.detail_2ad4 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.image-ec0d {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.image-ec0d > *:first-child {
  margin-top: 0;
}

.image-ec0d 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;
}

.image-ec0d 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);
}

.image-ec0d h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.image-ec0d p {
  margin: 0 0 0.95rem;
}

.image-ec0d ul,
.image-ec0d ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.image-ec0d li {
  margin-bottom: 0.4rem;
}

.image-ec0d a {
  color: var(--red);
  font-weight: 700;
}

.image-ec0d a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blue-15d1 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.blue-15d1 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.blue-15d1 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.blue-15d1 a {
  color: var(--red);
  font-weight: 800;
}

.blue-15d1 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.container_purple_b122 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.avatar-f63f {
  justify-self: end;
}

.avatar-f63f 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);
}

.focus-51a5 {
  display: grid;
  gap: 0.9rem;
}

.gas-97cb {
  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;
}

.gas-97cb:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.hidden_fa51 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.breadcrumb_next_d04d {
  min-width: 0;
}

.breadcrumb_next_d04d h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.breadcrumb_next_d04d p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.modal_4cd1 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.notification-c034 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.notification-c034 a,
.modal_4cd1 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.modal_4cd1 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .container_purple_b122 {
    grid-template-columns: 1fr;
  }

  .avatar-f63f {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .gas-97cb {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.nav_over_d75c {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav_over_d75c h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.nav_over_d75c p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.gallery_52b3 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.old-513a {
  grid-column: 1 / -1;
}

.simple-1517:has(.old-513a) {
  grid-template-columns: 1fr;
}

/* css-noise: 7324 */
.promo-block-k6 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
