/* 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;
}

.upper_0bd3 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.detail-right-c2b3 {
  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);
}

.old-8119 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.chip-dark-a26f img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.accent_f6eb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.notification_tiny_eab2 {
  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);
}

.notification_tiny_eab2:active {
  transform: scale(0.98);
}

.thick_0fb9 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.thick_0fb9:hover {
  background: var(--red-mist);
}

.title-02d3 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.title-02d3:hover {
  background: var(--red-deep);
}

.feature_93bb {
  background: var(--ink);
  color: var(--white);
}

.feature_93bb:hover {
  background: #333;
}

.title_active_953f {
  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;
}

.title_active_953f span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.photo_a4b2 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.disabled_glass_d27c {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.disabled_glass_d27c a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.disabled_glass_d27c a:hover,
.disabled_glass_d27c a.detail-87cd {
  color: var(--red);
}

.disabled_glass_d27c a.detail-87cd::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.paragraph-6a7f {
  display: none;
  padding: 0.25rem 0 1rem;
}

.paragraph-6a7f.fn-open-11d0 {
  display: block;
}

.paragraph-6a7f a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.alert-center-25c2 {
  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);
}

.popup_current_9441 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.hard_e7e7 {
  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;
}

.hard_e7e7::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.input-old-3a67 {
  display: none;
}

.alert-center-25c2 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);
}

.warm_cf7c {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.media_ac1b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pink-4108 {
  display: flex;
  justify-content: center;
  position: relative;
}

.pink-4108::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%);
}

.pink-4108 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);
}

.alert-center-25c2 h1,
.warm_cf7c,
.media_ac1b,
.pink-4108 {
  animation: soft-in 0.8s var(--ease) both;
}

.warm_cf7c { animation-delay: 0.06s; }
.media_ac1b { animation-delay: 0.12s; }
.pink-4108 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.orange-a573 {
  padding: 0 0 2.5rem;
}

.header-cool-62fd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.modal_f51d {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.modal_f51d strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.modal_f51d span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.black_b99b {
  padding: 3.75rem 0;
}

.center-ceec {
  background: var(--snow);
}

.menu_middle_5e39 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.hovered-1d38 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.shade_small_6950 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.hovered-1d38 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;
}

.hovered-1d38 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-11d0 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-11d0.fn-on-11d0 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.menu-plasma-ac6c {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.media-prev-e5d9 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.media-prev-e5d9 .iron-4dad {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.surface_small_ddc4 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.surface_small_ddc4 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.black_f417 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.box_fluid_a29e {
  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);
}

.box_fluid_a29e:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.heading-white-abeb {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.box_fluid_a29e h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.box_fluid_a29e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.upper-2e8f {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.button_warm_626f {
  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);
}

.button_warm_626f:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.cold-3923 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.tag-f575 {
  min-width: 0;
}

.fluid-181a {
  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;
}

.accordion-prev-b10e {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.highlight-bed8 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.highlight-bed8 span:first-child {
  color: var(--red);
}

.highlight-bed8 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.primary_f13f {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.photo-34a4 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.gradient-complex-1ae1 {
  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);
}

.gradient-complex-1ae1 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.photo-34a4 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.photo-34a4:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.warm_f3f0 {
  display: grid;
  gap: 1rem;
}

.mask-advanced-b77b {
  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;
}

.video-bc51 {
  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;
}

.mask-advanced-b77b h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.mask-advanced-b77b p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.info_0636 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.info_0636 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.info_0636 .liquid-bf1b {
  background: #eaf7ef;
  color: #1f7a45;
}

.info_0636 .brown_47f7 {
  background: #fff3e8;
  color: #a85a18;
}

.bright_ad6f {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.slider_fluid_926a {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.slider_fluid_926a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.panel-ab46 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.panel-ab46:last-child {
  padding-bottom: 0;
}

.panel-ab46::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;
}

.center_93eb {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.center_93eb span {
  font-weight: 600;
  color: var(--mute);
}

.panel-ab46 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.title-last-1a84 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.highlight_thick_86fa,
.message-f67a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.highlight_thick_86fa h3,
.message-f67a h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.background_static_9693 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.background_static_9693 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.background_static_9693 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.background_static_9693 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.background_static_9693 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.message-f67a 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 */
.inner-9279 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.paper-4814 {
  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;
}

.paper-4814.fn-focus-11d0 {
  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);
}

.border-b9a1 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.item-next-d268 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.description_4851 {
  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;
}

.description_4851.box_4e4f {
  color: var(--mute);
  background: var(--snow);
}

.filter_02d0 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.filter_02d0 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.filter_02d0 span {
  color: var(--mute);
}

.pro-09c4 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.pro-09c4 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.pro-09c4 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.pro-09c4 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.pro-09c4 li {
  margin-bottom: 0.25rem;
}

.pro-09c4 li:last-child {
  margin-bottom: 0;
}

.modal-old-e9ef {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.modal-old-e9ef p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.modal-old-e9ef cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.paper-4814 .notification_tiny_eab2 {
  width: 100%;
}

.wood-5c15 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.wood-5c15:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-11d0 {
  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-11d0 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-11d0 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-11d0 .thick_0fb9 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-11d0 .thick_0fb9:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-11d0 .title-02d3 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-11d0 .title-02d3:hover {
  background: var(--snow);
}

.shadow-f176 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.hover-7b26 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.content-9b95 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.sidebar_under_f586 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.sidebar_under_f586 a:hover {
  color: var(--red);
}

.section-copper-eebd {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.section-copper-eebd:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .popup_current_9441,
  .menu-plasma-ac6c,
  .title-last-1a84,
  .inner-9279 {
    grid-template-columns: 1fr;
  }

  .media-prev-e5d9 {
    position: static;
  }

  .surface_small_ddc4 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .black_f417 {
    grid-template-columns: 1fr;
  }

  .upper-2e8f {
    grid-template-columns: 1fr 1fr;
  }

  .photo-34a4:nth-child(2) {
    transform: none;
  }

  .mask-advanced-b77b {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .upper_0bd3 {
    width: min(100% - 1.25rem, var(--max));
  }

  .title_active_953f {
    display: inline-flex;
  }

  .badge_d994 {
    display: none;
  }

  .alert-center-25c2 {
    padding: 2.25rem 0 1.5rem;
  }

  .pink-4108 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .black_b99b {
    padding: 2.75rem 0;
  }

  .notification_tiny_eab2 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .chip-dark-a26f img {
    height: 30px;
  }

  .primary_f13f {
    max-width: 300px;
    margin-inline: auto;
  }

  .photo-34a4 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .upper-2e8f {
    grid-template-columns: 1fr;
  }

  .button_warm_626f {
    flex-direction: row;
    align-items: center;
  }

  .cold-3923 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .accent_f6eb {
    gap: 0.3rem;
  }

  .header-cool-62fd {
    gap: 0.5rem;
  }

  .modal_f51d {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.element_under_0d41 {
  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);
}

.frame-new-51b4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.frame-new-51b4 a:hover {
  color: var(--red);
}

.element_under_0d41 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;
}

.prev_a125 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.chip_6207 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.focused_0166 {
  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;
}

.focus-fcb9 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.info_e3b8 {
  display: grid;
  gap: 0.85rem;
}

.plasma_ce63 {
  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;
}

.sort-978c {
  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;
}

.paragraph-black-7265 {
  min-width: 0;
}

.paragraph-black-7265 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.paragraph-black-7265 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.first_76a0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.description-east-245d {
  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;
}

.text-7ea5 {
  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);
}

.container-north-5b3d {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.container-north-5b3d h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.container-north-5b3d strong {
  color: var(--red);
  font-size: 1.15rem;
}

.notification_gas_952d {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.gallery_down_4a01 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.gallery_down_4a01 li {
  margin-bottom: 0.4rem;
}

.gallery_down_4a01 li:last-child {
  margin-bottom: 0;
}

.description-east-245d .notification_tiny_eab2 {
  width: 100%;
}

.pink_123b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.background-inner-a6bf {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.background-inner-a6bf h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.background-inner-a6bf p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.gallery-complex-b185 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.video-af1e {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.video-af1e p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.cool-9dce {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .first_76a0,
  .pink_123b,
  .gallery-complex-b185 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .element_under_0d41 {
    padding: 1.75rem 0 1.5rem;
  }

  .element_under_0d41 h1 {
    max-width: none;
  }

  .plasma_ce63 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .list_90a1 {
    grid-template-columns: 1fr;
  }

  .breadcrumb_smooth_7c98,
  .icon-down-10ad {
    grid-template-columns: 1fr;
  }
}

.row_east_f0ba {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.yellow-ee9a {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.image-9076 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.list_90a1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.list_90a1 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.list_90a1 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.list_90a1 a:hover {
  color: var(--red);
}

.link_fd79 {
  max-width: 46rem;
}

.link_fd79 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.label-7c79 {
  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);
}

.label-7c79 li {
  margin-bottom: 0.55rem;
}

.label-7c79 li:last-child {
  margin-bottom: 0;
}

.breadcrumb_smooth_7c98 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.bronze-80b3 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.bronze-80b3 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.bronze-80b3 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.bronze-80b3 a {
  color: var(--red);
  font-weight: 700;
}

.bronze-80b3 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.over-d153 {
  display: grid;
  gap: 0.7rem;
}

.description_warm_4f62 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.description_warm_4f62 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.description_warm_4f62 summary::-webkit-details-marker {
  display: none;
}

.description_warm_4f62 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.description_warm_4f62[open] summary::after {
  content: "–";
}

.description_warm_4f62 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.description_warm_4f62 a {
  color: var(--red);
  font-weight: 700;
}

.icon-down-10ad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.grid-aa5b {
  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);
}

.grid-aa5b:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.grid-aa5b h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.grid-aa5b p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.slider_978a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.link_0a6b {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.link_0a6b h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.link_0a6b p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.filter-cf08 {
  display: grid;
  gap: 1rem;
}

.next-4e85 {
  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);
}

.article-lite-bb3c {
  border-color: transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), #ff7a85) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 14px 32px rgba(216, 33, 46, 0.08);
}

.inner-2d53 {
  min-width: 0;
}

.media-3bb5 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.north-6350 {
  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;
}

.heading_plasma_d4ca {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.heading_plasma_d4ca li {
  margin-bottom: 0.25rem;
}

.heading_plasma_d4ca strong {
  color: var(--ink);
}

.tabs_766f {
  min-width: 0;
}

.tabs_766f h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.tabs_766f p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.tabs_766f ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.tabs_766f li {
  margin-bottom: 0.3rem;
}

.under_d0a8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hidden_e93e {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.hidden_e93e h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.hidden_e93e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .slider_978a,
  .under_d0a8 {
    grid-template-columns: 1fr;
  }

  .next-4e85 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.over-d153 .description_warm_4f62 {
  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) ========== */
.fast-f467 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.silver-0332 {
  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);
}

.description-41ea {
  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);
}

.overlay_light_15aa {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.tooltip-9074 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.tooltip-9074::placeholder {
  color: #9a9a9a;
}

.simple_17d0 {
  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;
}

.hover_narrow_3703 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.left_cac5 {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--mute);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.left_cac5:hover,
.left_cac5.large_2009 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.block-e905 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.block-e905.badge-39d2 {
  color: var(--red);
}

.bottom_3931[hidden],
.description_warm_4f62[hidden] {
  display: none !important;
}

.lower_c37a {
  margin-top: 0.15rem;
}

.lower_c37a p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .description-41ea {
    grid-template-columns: auto 1fr;
  }

  .simple_17d0 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.tooltip-basic-7f0a {
  --header: 64px;
}

.picture-red-cc70 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.nav-d454 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.orange_3bec {
  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);
}

.backdrop-bd82 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.mask-21c8 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.footer-30b4 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.grid-plasma-7e41 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.title-163f {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.pro-0f7b {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.accent-wide-af23 {
  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);
}

.accent-wide-af23:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.search_f1b3,
.accent-wide-af23[hidden] {
  display: none !important;
}

.status_advanced_dd62 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.steel-e281 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.left_cb03 {
  min-width: 0;
  width: 100%;
}

.bright-c689 {
  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;
}

.video-narrow-92ed {
  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);
}

.motion-b164 {
  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;
}

.full-e841 {
  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);
}

.pattern-warm-89a6 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.column_narrow_8694 {
  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;
}

.column_narrow_8694:hover {
  background: var(--red-mist);
}

.article_out_8f22 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.article_out_8f22 a,
.primary-9645 {
  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);
}

.article_out_8f22 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.primary-9645 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.feature_c028,
.accordion_2130 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .pro-0f7b {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tooltip-basic-7f0a {
    --header: 108px;
  }

  .nav-d454 {
    flex-wrap: wrap;
  }

  .orange_3bec {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .pro-0f7b {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .accent-wide-af23 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .steel-e281 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .full-e841 {
    flex-direction: column;
    align-items: stretch;
  }

  .column_narrow_8694 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .pro-0f7b {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.highlight-brown-4795 {
  max-width: 48rem;
}

.black-3f8f {
  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;
}

.black-3f8f p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.west_575a {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.west_575a > *:first-child {
  margin-top: 0;
}

.west_575a 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;
}

.west_575a 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);
}

.west_575a h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.west_575a p {
  margin: 0 0 0.95rem;
}

.west_575a ul,
.west_575a ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.west_575a li {
  margin-bottom: 0.4rem;
}

.west_575a a {
  color: var(--red);
  font-weight: 700;
}

.west_575a a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.element_5046 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.element_5046 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.element_5046 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.element_5046 a {
  color: var(--red);
  font-weight: 800;
}

.element_5046 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.focus-plasma-6878 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.pattern-89be {
  justify-self: end;
}

.pattern-89be 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);
}

.photo-easy-f148 {
  display: grid;
  gap: 0.9rem;
}

.text-a57a {
  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;
}

.text-a57a:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.up-dad5 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.hard-728e {
  min-width: 0;
}

.hard-728e h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.hard-728e p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.accordion-full-d5a7 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.notification_left_2471 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.notification_left_2471 a,
.accordion-full-d5a7 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.accordion-full-d5a7 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .focus-plasma-6878 {
    grid-template-columns: 1fr;
  }

  .pattern-89be {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .text-a57a {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.clean_4537 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.clean_4537 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.clean_4537 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.last_cbdb {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.container_active_07bf {
  grid-column: 1 / -1;
}

.title-last-1a84:has(.container_active_07bf) {
  grid-template-columns: 1fr;
}

/* css-noise: dd56 */
.promo-block-b0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
