/* 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;
}

.tabs-07d3 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.hero-active-c5c6 {
  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);
}

.medium_52ce {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.button-pressed-e28e img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.advanced-098c {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.huge-7a01 {
  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);
}

.huge-7a01:active {
  transform: scale(0.98);
}

.primary_e349 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.primary_e349:hover {
  background: var(--red-mist);
}

.picture_clean_528a {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.picture_clean_528a:hover {
  background: var(--red-deep);
}

.dropdown_silver_4263 {
  background: var(--ink);
  color: var(--white);
}

.dropdown_silver_4263:hover {
  background: #333;
}

.paper-1fac {
  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;
}

.paper-1fac span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.wrapper_liquid_e84c {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.notice_f06b {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.notice_f06b a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.notice_f06b a:hover,
.notice_f06b a.info_hot_6c6e {
  color: var(--red);
}

.notice_f06b a.info_hot_6c6e::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.card-fluid-b1ce {
  display: none;
  padding: 0.25rem 0 1rem;
}

.card-fluid-b1ce.fn-open-f93e {
  display: block;
}

.card-fluid-b1ce a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.outline_3bc7 {
  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);
}

.picture_under_aabe {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.upper_fd6f {
  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;
}

.upper_fd6f::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.info-df93 {
  display: none;
}

.outline_3bc7 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);
}

.yellow_243a {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.complex_fc71 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.accent-226b {
  display: flex;
  justify-content: center;
  position: relative;
}

.accent-226b::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%);
}

.accent-226b 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);
}

.outline_3bc7 h1,
.yellow_243a,
.complex_fc71,
.accent-226b {
  animation: soft-in 0.8s var(--ease) both;
}

.yellow_243a { animation-delay: 0.06s; }
.complex_fc71 { animation-delay: 0.12s; }
.accent-226b { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.aside_ee9c {
  padding: 0 0 2.5rem;
}

.primary_copper_539c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.component-709a {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.component-709a strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.component-709a span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.card-eab2 {
  padding: 3.75rem 0;
}

.gallery-advanced-4518 {
  background: var(--snow);
}

.fast_d758 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.summary-west-12e2 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.section_up_911d {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.summary-west-12e2 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;
}

.summary-west-12e2 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-f93e {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-f93e.fn-on-f93e {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.hidden_1658 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.photo_2b09 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.photo_2b09 .icon_basic_80de {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.inner_3db8 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.inner_3db8 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.content_0cfb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.selected-b536 {
  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);
}

.selected-b536:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.input_full_59b7 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.selected-b536 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.selected-b536 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.button_yellow_7dbb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.hero_4073 {
  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);
}

.hero_4073:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.aside-f92e {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.wrapper_5fdd {
  min-width: 0;
}

.lower_50f5 {
  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;
}

.section_dark_1721 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fluid-ff27 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.fluid-ff27 span:first-child {
  color: var(--red);
}

.fluid-ff27 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.pro_7a5e {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.container_next_53a9 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.outline_light_8612 {
  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);
}

.outline_light_8612 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.container_next_53a9 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.container_next_53a9:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.hover-first-c2a1 {
  display: grid;
  gap: 1rem;
}

.liquid-339d {
  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;
}

.fast_63fe {
  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;
}

.liquid-339d h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.liquid-339d p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.upper_e552 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.upper_e552 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.upper_e552 .box_4e28 {
  background: #eaf7ef;
  color: #1f7a45;
}

.upper_e552 .title-988d {
  background: #fff3e8;
  color: #a85a18;
}

.video_f21d {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.gas-b135 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.gas-b135::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.thumbnail_9928 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.thumbnail_9928:last-child {
  padding-bottom: 0;
}

.thumbnail_9928::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;
}

.action_040d {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.action_040d span {
  font-weight: 600;
  color: var(--mute);
}

.thumbnail_9928 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.aside-mini-d107 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.accordion_thick_85cd,
.simple_296a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.accordion_thick_85cd h3,
.simple_296a h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.frame_fb98 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.frame_fb98 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.frame_fb98 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.frame_fb98 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.frame_fb98 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.simple_296a 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 */
.text-purple-6416 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.large_f5b2 {
  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;
}

.large_f5b2.fn-focus-f93e {
  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);
}

.hidden_8df0 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.badge-1dee {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.brown-8ff3 {
  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;
}

.brown-8ff3.card-5d69 {
  color: var(--mute);
  background: var(--snow);
}

.easy_91e1 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.easy_91e1 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.easy_91e1 span {
  color: var(--mute);
}

.tag_full_73a4 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.tag_full_73a4 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.tag_full_73a4 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.tag_full_73a4 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.tag_full_73a4 li {
  margin-bottom: 0.25rem;
}

.tag_full_73a4 li:last-child {
  margin-bottom: 0;
}

.notification-e65b {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.notification-e65b p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.notification-e65b cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.large_f5b2 .huge-7a01 {
  width: 100%;
}

.shadow-c987 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.shadow-c987:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-f93e {
  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-f93e h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-f93e p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-f93e .primary_e349 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-f93e .primary_e349:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-f93e .picture_clean_528a {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-f93e .picture_clean_528a:hover {
  background: var(--snow);
}

.text_8690 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.filter-rough-480c {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.logo_upper_701f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.info_d419 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.info_d419 a:hover {
  color: var(--red);
}

.clean_ea68 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.clean_ea68:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .picture_under_aabe,
  .hidden_1658,
  .aside-mini-d107,
  .text-purple-6416 {
    grid-template-columns: 1fr;
  }

  .photo_2b09 {
    position: static;
  }

  .inner_3db8 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .content_0cfb {
    grid-template-columns: 1fr;
  }

  .button_yellow_7dbb {
    grid-template-columns: 1fr 1fr;
  }

  .container_next_53a9:nth-child(2) {
    transform: none;
  }

  .liquid-339d {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .tabs-07d3 {
    width: min(100% - 1.25rem, var(--max));
  }

  .paper-1fac {
    display: inline-flex;
  }

  .table-blue-1b69 {
    display: none;
  }

  .outline_3bc7 {
    padding: 2.25rem 0 1.5rem;
  }

  .accent-226b img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .card-eab2 {
    padding: 2.75rem 0;
  }

  .huge-7a01 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .button-pressed-e28e img {
    height: 30px;
  }

  .pro_7a5e {
    max-width: 300px;
    margin-inline: auto;
  }

  .container_next_53a9 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .button_yellow_7dbb {
    grid-template-columns: 1fr;
  }

  .hero_4073 {
    flex-direction: row;
    align-items: center;
  }

  .aside-f92e {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .advanced-098c {
    gap: 0.3rem;
  }

  .primary_copper_539c {
    gap: 0.5rem;
  }

  .component-709a {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.bottom-936d {
  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);
}

.element-56ac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.element-56ac a:hover {
  color: var(--red);
}

.bottom-936d 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;
}

.panel_cecd {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.tag-bronze-f69b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.wide-ed9f {
  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;
}

.text_pro_998d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.first_12cc {
  display: grid;
  gap: 0.85rem;
}

.old-e12b {
  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;
}

.tiny-1e98 {
  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;
}

.layout_641d {
  min-width: 0;
}

.layout_641d h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.layout_641d p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.list_a2fa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.secondary_hard_6f36 {
  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;
}

.box-a76d {
  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);
}

.tall_38ac {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.tall_38ac h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.tall_38ac strong {
  color: var(--red);
  font-size: 1.15rem;
}

.hot-f1fe {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.wrapper-current-dd39 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.wrapper-current-dd39 li {
  margin-bottom: 0.4rem;
}

.wrapper-current-dd39 li:last-child {
  margin-bottom: 0;
}

.secondary_hard_6f36 .huge-7a01 {
  width: 100%;
}

.grid_dynamic_d68f {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.nav-dynamic-d067 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.nav-dynamic-d067 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.nav-dynamic-d067 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.section_5dcd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.row-0ff3 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.row-0ff3 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.center_2ed6 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .list_a2fa,
  .grid_dynamic_d68f,
  .section_5dcd {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .bottom-936d {
    padding: 1.75rem 0 1.5rem;
  }

  .bottom-936d h1 {
    max-width: none;
  }

  .old-e12b {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .mini_0a0b {
    grid-template-columns: 1fr;
  }

  .active-2451,
  .top-08c2 {
    grid-template-columns: 1fr;
  }
}

.photo_right_0f3b {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.shade-70a6 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.dim-6c88 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.mini_0a0b {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.mini_0a0b li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.mini_0a0b li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.mini_0a0b a:hover {
  color: var(--red);
}

.north_8ee1 {
  max-width: 46rem;
}

.north_8ee1 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.pink_d301 {
  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);
}

.pink_d301 li {
  margin-bottom: 0.55rem;
}

.pink_d301 li:last-child {
  margin-bottom: 0;
}

.active-2451 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.preview_stale_5479 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.preview_stale_5479 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.preview_stale_5479 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.preview_stale_5479 a {
  color: var(--red);
  font-weight: 700;
}

.preview_stale_5479 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.link-1e32 {
  display: grid;
  gap: 0.7rem;
}

.tiny-1e6f {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.tiny-1e6f summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.tiny-1e6f summary::-webkit-details-marker {
  display: none;
}

.tiny-1e6f summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.tiny-1e6f[open] summary::after {
  content: "–";
}

.tiny-1e6f p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.tiny-1e6f a {
  color: var(--red);
  font-weight: 700;
}

.top-08c2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.image-3bba {
  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);
}

.image-3bba:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.image-3bba h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.image-3bba p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.icon-ee72 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.smooth_c5d1 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.smooth_c5d1 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.smooth_c5d1 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.heading_pink_146a {
  display: grid;
  gap: 1rem;
}

.pro_6554 {
  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);
}

.popup-2cf5 {
  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);
}

.texture_liquid_606c {
  min-width: 0;
}

.pink_ff1e {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.title_ace7 {
  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;
}

.label-large-27c9 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.label-large-27c9 li {
  margin-bottom: 0.25rem;
}

.label-large-27c9 strong {
  color: var(--ink);
}

.cold_bd24 {
  min-width: 0;
}

.cold_bd24 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.cold_bd24 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.cold_bd24 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.cold_bd24 li {
  margin-bottom: 0.3rem;
}

.image-new-b07b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.description-b7ed {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.description-b7ed h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.description-b7ed p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .icon-ee72,
  .image-new-b07b {
    grid-template-columns: 1fr;
  }

  .pro_6554 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.link-1e32 .tiny-1e6f {
  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) ========== */
.overlay-7e10 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.steel_5cae {
  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);
}

.block_prev_50fb {
  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);
}

.preview-1a0a {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.icon_wide_d372 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.icon_wide_d372::placeholder {
  color: #9a9a9a;
}

.tertiary-7b1e {
  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;
}

.white-863f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.image_prev_03b2 {
  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);
}

.image_prev_03b2:hover,
.image_prev_03b2.thumbnail-b0bc {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.text-9bdd {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.text-9bdd.container-warm-187b {
  color: var(--red);
}

.upper-a901[hidden],
.tiny-1e6f[hidden] {
  display: none !important;
}

.dirty_2abb {
  margin-top: 0.15rem;
}

.dirty_2abb p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .block_prev_50fb {
    grid-template-columns: auto 1fr;
  }

  .tertiary-7b1e {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.primary-5fce {
  --header: 64px;
}

.frame-right-cd4d {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.glass_8b90 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.content-gas-0cd7 {
  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);
}

.info-b722 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.purple_eeec {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.detail-a697 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.hard-3a41 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.gradient_854d {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.notice_top_9df8 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.lite-9f1b {
  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);
}

.lite-9f1b:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.basic-1193,
.lite-9f1b[hidden] {
  display: none !important;
}

.solid_a9f3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.white-aa0c {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.secondary_hovered_7f45 {
  min-width: 0;
  width: 100%;
}

.shade_74db {
  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;
}

.element_70d6 {
  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);
}

.accent-hard-b3f6 {
  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;
}

.over-9213 {
  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);
}

.article_5fce {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.tertiary_tall_7341 {
  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;
}

.tertiary_tall_7341:hover {
  background: var(--red-mist);
}

.image-last-f889 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.image-last-f889 a,
.text_8196 {
  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);
}

.image-last-f889 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.text_8196 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.filter_cc1a,
.aside_49a6 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .notice_top_9df8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .primary-5fce {
    --header: 108px;
  }

  .glass_8b90 {
    flex-wrap: wrap;
  }

  .content-gas-0cd7 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .notice_top_9df8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .lite-9f1b {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .white-aa0c {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .over-9213 {
    flex-direction: column;
    align-items: stretch;
  }

  .tertiary_tall_7341 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .notice_top_9df8 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.shadow-6ad1 {
  max-width: 48rem;
}

.article-dynamic-7a1e {
  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;
}

.article-dynamic-7a1e p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.hovered_0f4c {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.hovered_0f4c > *:first-child {
  margin-top: 0;
}

.hovered_0f4c 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;
}

.hovered_0f4c 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);
}

.hovered_0f4c h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.hovered_0f4c p {
  margin: 0 0 0.95rem;
}

.hovered_0f4c ul,
.hovered_0f4c ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.hovered_0f4c li {
  margin-bottom: 0.4rem;
}

.hovered_0f4c a {
  color: var(--red);
  font-weight: 700;
}

.hovered_0f4c a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.overlay_current_7207 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.overlay_current_7207 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.overlay_current_7207 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.overlay_current_7207 a {
  color: var(--red);
  font-weight: 800;
}

.overlay_current_7207 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.wood-9cbc {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.badge-230d {
  justify-self: end;
}

.badge-230d 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);
}

.caption-1662 {
  display: grid;
  gap: 0.9rem;
}

.logo_9a99 {
  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;
}

.logo_9a99:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.box_8642 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.sidebar-static-5769 {
  min-width: 0;
}

.sidebar-static-5769 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.sidebar-static-5769 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.gallery_silver_830e {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.outer-9e9b {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.outer-9e9b a,
.gallery_silver_830e a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.gallery_silver_830e p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .wood-9cbc {
    grid-template-columns: 1fr;
  }

  .badge-230d {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .logo_9a99 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.right_d719 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.right_d719 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.right_d719 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.image_4e62 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.iron_f17f {
  grid-column: 1 / -1;
}

.aside-mini-d107:has(.iron_f17f) {
  grid-template-columns: 1fr;
}

/* css-noise: 7725 */
.ghost-box-m4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
