/* 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;
}

.primary_31e5 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.hover_rough_f21a {
  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);
}

.advanced_8be0 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.tag_static_96b7 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.message_paper_98ea {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.button-motion-2b74 {
  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);
}

.button-motion-2b74:active {
  transform: scale(0.98);
}

.container_smooth_2245 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.container_smooth_2245:hover {
  background: var(--red-mist);
}

.advanced-f4df {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.advanced-f4df:hover {
  background: var(--red-deep);
}

.block-lower-1c9a {
  background: var(--ink);
  color: var(--white);
}

.block-lower-1c9a:hover {
  background: #333;
}

.complex_b64b {
  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;
}

.complex_b64b span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.iron_ebb3 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.progress_d5b6 {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.progress_d5b6 a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.progress_d5b6 a:hover,
.progress_d5b6 a.section_f7cd {
  color: var(--red);
}

.progress_d5b6 a.section_f7cd::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.image-bbb7 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.image-bbb7.fn-open-a8ae {
  display: block;
}

.image-bbb7 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.black_50bb {
  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);
}

.breadcrumb_8690 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.notice_08a2 {
  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;
}

.notice_08a2::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.heading-glass-6eaf {
  display: none;
}

.black_50bb 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);
}

.sidebar-light-fae4 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.lite_5ba4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.module-d28c {
  display: flex;
  justify-content: center;
  position: relative;
}

.module-d28c::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%);
}

.module-d28c 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);
}

.black_50bb h1,
.sidebar-light-fae4,
.lite_5ba4,
.module-d28c {
  animation: soft-in 0.8s var(--ease) both;
}

.sidebar-light-fae4 { animation-delay: 0.06s; }
.lite_5ba4 { animation-delay: 0.12s; }
.module-d28c { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.out_a135 {
  padding: 0 0 2.5rem;
}

.card_7086 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.alert_f3fc {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.alert_f3fc strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.alert_f3fc span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.link-north-0cae {
  padding: 3.75rem 0;
}

.article-9173 {
  background: var(--snow);
}

.green-219f {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.fixed_745f {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.frame-green-419b {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.fixed_745f 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;
}

.fixed_745f p {
  margin: 0;
  color: var(--mute);
}

.fn-show-a8ae {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-a8ae.fn-on-a8ae {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.column_bottom_6e6f {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.hovered_2850 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.hovered_2850 .header-9c52 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.message_94be {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.message_94be p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.caption_46bb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.yellow-2716 {
  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);
}

.yellow-2716:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.panel_7524 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.yellow-2716 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.yellow-2716 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.message_2897 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.popup-46ae {
  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);
}

.popup-46ae:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.detail-pro-64de {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.in_e4e9 {
  min-width: 0;
}

.small-b8a6 {
  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;
}

.old-1c66 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gradient-south-d01b {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.gradient-south-d01b span:first-child {
  color: var(--red);
}

.gradient-south-d01b span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.tertiary-easy-534f {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.pink-7d07 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.aside_16cb {
  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);
}

.aside_16cb img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.pink-7d07 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.pink-7d07:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.container_large_b695 {
  display: grid;
  gap: 1rem;
}

.sidebar_small_18d4 {
  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;
}

.feature-silver-79d4 {
  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_small_18d4 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.sidebar_small_18d4 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.wide-9dc7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.wide-9dc7 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.wide-9dc7 .hidden-fd13 {
  background: #eaf7ef;
  color: #1f7a45;
}

.wide-9dc7 .carousel_b491 {
  background: #fff3e8;
  color: #a85a18;
}

.wrapper_e70b {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.warm-6d40 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.warm-6d40::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.info_c4be {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.info_c4be:last-child {
  padding-bottom: 0;
}

.info_c4be::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;
}

.notice-thick-78ef {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.notice-thick-78ef span {
  font-weight: 600;
  color: var(--mute);
}

.info_c4be p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.modal_dynamic_4197 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.column_5836,
.out-d266 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.column_5836 h3,
.out-d266 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.shade-dim-3d89 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.shade-dim-3d89 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.shade-dim-3d89 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.shade-dim-3d89 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.shade-dim-3d89 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.out-d266 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 */
.bottom_075c {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.text_solid_e058 {
  padding: 1.5rem 1.35rem 1.45rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.text_solid_e058.fn-focus-a8ae {
  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);
}

.first_f896 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.video_4f60 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.down_b3bc {
  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;
}

.down_b3bc.out_87ea {
  color: var(--mute);
  background: var(--snow);
}

.media-95c7 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.media-95c7 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.media-95c7 span {
  color: var(--mute);
}

.huge-1855 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.huge-1855 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.huge-1855 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.huge-1855 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.huge-1855 li {
  margin-bottom: 0.25rem;
}

.huge-1855 li:last-child {
  margin-bottom: 0;
}

.dim_7095 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.dim_7095 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.dim_7095 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.text_solid_e058 .button-motion-2b74 {
  width: 100%;
}

.accent_medium_916c {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.accent_medium_916c:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-a8ae {
  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-a8ae h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-a8ae p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-a8ae .container_smooth_2245 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-a8ae .container_smooth_2245:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-a8ae .advanced-f4df {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-a8ae .advanced-f4df:hover {
  background: var(--snow);
}

.outline-simple-70e8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.detail_3e39 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.copper-8470 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.orange-6fec {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.orange-6fec a:hover {
  color: var(--red);
}

.list_fb5b {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.list_fb5b:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .breadcrumb_8690,
  .column_bottom_6e6f,
  .modal_dynamic_4197,
  .bottom_075c {
    grid-template-columns: 1fr;
  }

  .hovered_2850 {
    position: static;
  }

  .message_94be {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .caption_46bb {
    grid-template-columns: 1fr;
  }

  .message_2897 {
    grid-template-columns: 1fr 1fr;
  }

  .pink-7d07:nth-child(2) {
    transform: none;
  }

  .sidebar_small_18d4 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .primary_31e5 {
    width: min(100% - 1.25rem, var(--max));
  }

  .complex_b64b {
    display: inline-flex;
  }

  .chip_full_b685 {
    display: none;
  }

  .black_50bb {
    padding: 2.25rem 0 1.5rem;
  }

  .module-d28c img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .link-north-0cae {
    padding: 2.75rem 0;
  }

  .button-motion-2b74 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .tag_static_96b7 img {
    height: 30px;
  }

  .tertiary-easy-534f {
    max-width: 300px;
    margin-inline: auto;
  }

  .pink-7d07 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .message_2897 {
    grid-template-columns: 1fr;
  }

  .popup-46ae {
    flex-direction: row;
    align-items: center;
  }

  .detail-pro-64de {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .message_paper_98ea {
    gap: 0.3rem;
  }

  .card_7086 {
    gap: 0.5rem;
  }

  .alert_f3fc {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.notice_311d {
  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);
}

.pressed-6105 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.pressed-6105 a:hover {
  color: var(--red);
}

.notice_311d 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;
}

.highlight-west-dd48 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.modal_pink_d30e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.label_5c41 {
  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;
}

.mask_7903 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.section-ada2 {
  display: grid;
  gap: 0.85rem;
}

.breadcrumb-hovered-aff4 {
  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;
}

.brown_944c {
  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;
}

.upper_3d1e {
  min-width: 0;
}

.upper_3d1e h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.upper_3d1e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.grid_c112 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.title-5a42 {
  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;
}

.lite_cbc2 {
  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);
}

.dropdown-lower-ea93 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.dropdown-lower-ea93 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.dropdown-lower-ea93 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.border_4f37 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.tabs_hovered_4b16 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.tabs_hovered_4b16 li {
  margin-bottom: 0.4rem;
}

.tabs_hovered_4b16 li:last-child {
  margin-bottom: 0;
}

.title-5a42 .button-motion-2b74 {
  width: 100%;
}

.filter_ed1d {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.info_top_285c {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.info_top_285c h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.info_top_285c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.orange_ab55 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.title_dc62 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.title_dc62 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.popup_2803 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .grid_c112,
  .filter_ed1d,
  .orange_ab55 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .notice_311d {
    padding: 1.75rem 0 1.5rem;
  }

  .notice_311d h1 {
    max-width: none;
  }

  .breadcrumb-hovered-aff4 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .alert-middle-2a73 {
    grid-template-columns: 1fr;
  }

  .caption-a7a3,
  .video-4464 {
    grid-template-columns: 1fr;
  }
}

.yellow_70df {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.outline-over-856a {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.out-6d49 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.alert-middle-2a73 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.alert-middle-2a73 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.alert-middle-2a73 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.alert-middle-2a73 a:hover {
  color: var(--red);
}

.main_red_0587 {
  max-width: 46rem;
}

.main_red_0587 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.progress_3432 {
  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);
}

.progress_3432 li {
  margin-bottom: 0.55rem;
}

.progress_3432 li:last-child {
  margin-bottom: 0;
}

.caption-a7a3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hover_b743 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.hover_b743 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.hover_b743 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.hover_b743 a {
  color: var(--red);
  font-weight: 700;
}

.hover_b743 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.info_e443 {
  display: grid;
  gap: 0.7rem;
}

.secondary_simple_a883 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.secondary_simple_a883 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.secondary_simple_a883 summary::-webkit-details-marker {
  display: none;
}

.secondary_simple_a883 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.secondary_simple_a883[open] summary::after {
  content: "–";
}

.secondary_simple_a883 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.secondary_simple_a883 a {
  color: var(--red);
  font-weight: 700;
}

.video-4464 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.input-up-d340 {
  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);
}

.input-up-d340:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.input-up-d340 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.input-up-d340 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.notification_22e1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.dynamic_1f06 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.dynamic_1f06 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.dynamic_1f06 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.list_6846 {
  display: grid;
  gap: 1rem;
}

.article_d2de {
  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);
}

.main-current-5131 {
  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);
}

.tag-fixed-4444 {
  min-width: 0;
}

.avatar_f47c {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.aside-f1bc {
  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;
}

.module-95cc {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.module-95cc li {
  margin-bottom: 0.25rem;
}

.module-95cc strong {
  color: var(--ink);
}

.east-a8f6 {
  min-width: 0;
}

.east-a8f6 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.east-a8f6 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.east-a8f6 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.east-a8f6 li {
  margin-bottom: 0.3rem;
}

.alert_dynamic_9bab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.primary-purple-3dbb {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.primary-purple-3dbb h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.primary-purple-3dbb p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .notification_22e1,
  .alert_dynamic_9bab {
    grid-template-columns: 1fr;
  }

  .article_d2de {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.info_e443 .secondary_simple_a883 {
  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) ========== */
.content_10a1 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.avatar-easy-aa9e {
  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);
}

.accordion-inner-2ddb {
  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);
}

.gradient_1eea {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.message-clean-465d {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.message-clean-465d::placeholder {
  color: #9a9a9a;
}

.popup_b72e {
  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;
}

.background_warm_ed9a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.sort_c394 {
  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);
}

.sort_c394:hover,
.sort_c394.active_4d64 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.action-c62e {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.action-c62e.simple_ad00 {
  color: var(--red);
}

.wide-2fff[hidden],
.secondary_simple_a883[hidden] {
  display: none !important;
}

.dirty-9c71 {
  margin-top: 0.15rem;
}

.dirty-9c71 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .accordion-inner-2ddb {
    grid-template-columns: auto 1fr;
  }

  .popup_b72e {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.surface-c4b0 {
  --header: 64px;
}

.gradient-0c1b {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.mask-5af6 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.video_hovered_89de {
  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-lower-c8d1 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.green_ce87 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.west-e984 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.status-bright-1a7d {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.sort_cb9c {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.focused-cae5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.texture-9a1e {
  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);
}

.texture-9a1e:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.logo_selected_5219,
.texture-9a1e[hidden] {
  display: none !important;
}

.label_ffb7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.accordion-e49b {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.border_1b19 {
  min-width: 0;
  width: 100%;
}

.inner_131c {
  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-64c5 {
  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);
}

.active-531f {
  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;
}

.top-a590 {
  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);
}

.hot-21a1 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.progress-medium-e654 {
  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;
}

.progress-medium-e654:hover {
  background: var(--red-mist);
}

.text_535b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.text_535b a,
.shade_current_673e {
  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);
}

.text_535b a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.shade_current_673e {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.progress-outer-f960,
.mini-ef61 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .focused-cae5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .surface-c4b0 {
    --header: 108px;
  }

  .mask-5af6 {
    flex-wrap: wrap;
  }

  .video_hovered_89de {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .focused-cae5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .texture-9a1e {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .accordion-e49b {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .top-a590 {
    flex-direction: column;
    align-items: stretch;
  }

  .progress-medium-e654 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .focused-cae5 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.paragraph-iron-515d {
  max-width: 48rem;
}

.outline_dirty_d690 {
  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;
}

.outline_dirty_d690 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.popup_52eb {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.popup_52eb > *:first-child {
  margin-top: 0;
}

.popup_52eb 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;
}

.popup_52eb 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);
}

.popup_52eb h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.popup_52eb p {
  margin: 0 0 0.95rem;
}

.popup_52eb ul,
.popup_52eb ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.popup_52eb li {
  margin-bottom: 0.4rem;
}

.popup_52eb a {
  color: var(--red);
  font-weight: 700;
}

.popup_52eb a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.block-c1a5 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.block-c1a5 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.block-c1a5 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.block-c1a5 a {
  color: var(--red);
  font-weight: 800;
}

.block-c1a5 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.easy-47bb {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.sort-a945 {
  justify-self: end;
}

.sort-a945 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);
}

.menu-next-4bfd {
  display: grid;
  gap: 0.9rem;
}

.warm_92c5 {
  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;
}

.warm_92c5:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.container_34eb {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.gallery-yellow-0319 {
  min-width: 0;
}

.gallery-yellow-0319 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.gallery-yellow-0319 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.slider_fluid_8f98 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.background-3211 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.background-3211 a,
.slider_fluid_8f98 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.slider_fluid_8f98 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .easy-47bb {
    grid-template-columns: 1fr;
  }

  .sort-a945 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .warm_92c5 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.container_ec6f {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.container_ec6f h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.container_ec6f p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.breadcrumb_47af {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.red_6fd1 {
  grid-column: 1 / -1;
}

.modal_dynamic_4197:has(.red_6fd1) {
  grid-template-columns: 1fr;
}

/* css-noise: 00a1 */
.promo-block-m8 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
