/* 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-pressed-2b04 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.progress_tall_206c {
  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);
}

.white-b2d5 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.video-in-c640 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.gallery_533d {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.component_e386 {
  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);
}

.component_e386:active {
  transform: scale(0.98);
}

.box_4835 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.box_4835:hover {
  background: var(--red-mist);
}

.slow-5817 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.slow-5817:hover {
  background: var(--red-deep);
}

.status-77eb {
  background: var(--ink);
  color: var(--white);
}

.status-77eb:hover {
  background: #333;
}

.title_4cb3 {
  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_4cb3 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.component_bc49 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.block-40aa {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.block-40aa a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.block-40aa a:hover,
.block-40aa a.under-3887 {
  color: var(--red);
}

.block-40aa a.under-3887::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.picture-white-d664 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.picture-white-d664.fn-open-4560 {
  display: block;
}

.picture-white-d664 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.gas_b43a {
  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);
}

.dim_b83b {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.pink_8237 {
  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;
}

.pink_8237::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.tag_large_7c49 {
  display: none;
}

.gas_b43a 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);
}

.column-7917 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.filter_aac5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.preview_72e7 {
  display: flex;
  justify-content: center;
  position: relative;
}

.preview_72e7::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%);
}

.preview_72e7 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);
}

.gas_b43a h1,
.column-7917,
.filter_aac5,
.preview_72e7 {
  animation: soft-in 0.8s var(--ease) both;
}

.column-7917 { animation-delay: 0.06s; }
.filter_aac5 { animation-delay: 0.12s; }
.preview_72e7 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.logo_dim_ec65 {
  padding: 0 0 2.5rem;
}

.dropdown_dynamic_ef2c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.feature-d3be {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-d3be strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.feature-d3be span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.mask-green-9a6e {
  padding: 3.75rem 0;
}

.header-easy-0803 {
  background: var(--snow);
}

.text-857c {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.huge-8751 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.pro-3c8c {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.huge-8751 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;
}

.huge-8751 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-4560 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-4560.fn-on-4560 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.photo_gold_6259 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.slider-over-e0aa {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.slider-over-e0aa .chip-1e3a {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.dropdown_dark_f5c4 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.dropdown_dark_f5c4 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.video-b8bc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.link-f406 {
  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);
}

.link-f406:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.banner_lite_73b0 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.link-f406 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.link-f406 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.full_bffa {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.aside_aeac {
  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);
}

.aside_aeac:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.narrow_37c5 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.thumbnail-wood-07f1 {
  min-width: 0;
}

.overlay_smooth_9f89 {
  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;
}

.motion_5fb3 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pressed_5b26 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.pressed_5b26 span:first-child {
  color: var(--red);
}

.pressed_5b26 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.search-32eb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.disabled-bottom-a212 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.glass_eb69 {
  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);
}

.glass_eb69 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.disabled-bottom-a212 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.disabled-bottom-a212:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.first-94fe {
  display: grid;
  gap: 1rem;
}

.sidebar-4887 {
  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;
}

.preview-976b {
  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-4887 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.sidebar-4887 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.stale_35bb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.stale_35bb mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.stale_35bb .summary-a724 {
  background: #eaf7ef;
  color: #1f7a45;
}

.stale_35bb .hero_b837 {
  background: #fff3e8;
  color: #a85a18;
}

.stale_2495 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.wood_649d {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.wood_649d::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.blue-1179 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.blue-1179:last-child {
  padding-bottom: 0;
}

.blue-1179::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;
}

.heading_fdfa {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.heading_fdfa span {
  font-weight: 600;
  color: var(--mute);
}

.blue-1179 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.header-f63a {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.background_white_4715,
.focused_1c98 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.background_white_4715 h3,
.focused_1c98 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.stale_1316 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.stale_1316 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.stale_1316 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.stale_1316 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.stale_1316 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.focused_1c98 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 */
.background-d2d1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.footer-east-5f9e {
  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;
}

.footer-east-5f9e.fn-focus-4560 {
  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);
}

.form-black-cc48 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dim_fb1a {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.text-stale-8d07 {
  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;
}

.text-stale-8d07.link-prev-8b96 {
  color: var(--mute);
  background: var(--snow);
}

.slow-cd50 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.slow-cd50 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.slow-cd50 span {
  color: var(--mute);
}

.steel_d2a4 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.steel_d2a4 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.steel_d2a4 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.steel_d2a4 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.steel_d2a4 li {
  margin-bottom: 0.25rem;
}

.steel_d2a4 li:last-child {
  margin-bottom: 0;
}

.accent_42d7 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.accent_42d7 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.accent_42d7 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.footer-east-5f9e .component_e386 {
  width: 100%;
}

.detail_2d3e {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.detail_2d3e:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-4560 {
  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-4560 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-4560 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-4560 .box_4835 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-4560 .box_4835:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-4560 .slow-5817 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-4560 .slow-5817:hover {
  background: var(--snow);
}

.right_fb1f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.chip-current-9a2f {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.mini-0c47 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.frame-b7ea {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.frame-b7ea a:hover {
  color: var(--red);
}

.primary_narrow_2214 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.primary_narrow_2214:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .dim_b83b,
  .photo_gold_6259,
  .header-f63a,
  .background-d2d1 {
    grid-template-columns: 1fr;
  }

  .slider-over-e0aa {
    position: static;
  }

  .dropdown_dark_f5c4 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .video-b8bc {
    grid-template-columns: 1fr;
  }

  .full_bffa {
    grid-template-columns: 1fr 1fr;
  }

  .disabled-bottom-a212:nth-child(2) {
    transform: none;
  }

  .sidebar-4887 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .tabs-pressed-2b04 {
    width: min(100% - 1.25rem, var(--max));
  }

  .title_4cb3 {
    display: inline-flex;
  }

  .button-bright-0dc7 {
    display: none;
  }

  .gas_b43a {
    padding: 2.25rem 0 1.5rem;
  }

  .preview_72e7 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .mask-green-9a6e {
    padding: 2.75rem 0;
  }

  .component_e386 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .video-in-c640 img {
    height: 30px;
  }

  .search-32eb {
    max-width: 300px;
    margin-inline: auto;
  }

  .disabled-bottom-a212 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .full_bffa {
    grid-template-columns: 1fr;
  }

  .aside_aeac {
    flex-direction: row;
    align-items: center;
  }

  .narrow_37c5 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .gallery_533d {
    gap: 0.3rem;
  }

  .dropdown_dynamic_ef2c {
    gap: 0.5rem;
  }

  .feature-d3be {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.grid-9508 {
  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);
}

.video-1f6b {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.video-1f6b a:hover {
  color: var(--red);
}

.grid-9508 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;
}

.header_lite_6ff3 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.pagination_47d0 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.tiny_1970 {
  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;
}

.search-4753 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.down-f191 {
  display: grid;
  gap: 0.85rem;
}

.tabs_over_121d {
  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;
}

.tabs_22b2 {
  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;
}

.steel-057f {
  min-width: 0;
}

.steel-057f h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.steel-057f p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.summary_center_d953 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.over-07f7 {
  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;
}

.last-9c58 {
  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);
}

.fluid_86b7 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.fluid_86b7 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.fluid_86b7 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.north_a8fb {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.overlay_f46d {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.overlay_f46d li {
  margin-bottom: 0.4rem;
}

.overlay_f46d li:last-child {
  margin-bottom: 0;
}

.over-07f7 .component_e386 {
  width: 100%;
}

.highlight_under_7064 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.container_76b9 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.container_76b9 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.container_76b9 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.header-bd8c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.element-inner-dfca {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.element-inner-dfca p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.huge_aa95 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .summary_center_d953,
  .highlight_under_7064,
  .header-bd8c {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .grid-9508 {
    padding: 1.75rem 0 1.5rem;
  }

  .grid-9508 h1 {
    max-width: none;
  }

  .tabs_over_121d {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .fluid_67ce {
    grid-template-columns: 1fr;
  }

  .element-motion-3c5b,
  .border-steel-2827 {
    grid-template-columns: 1fr;
  }
}

.popup-focused-ac85 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.heading-eb3a {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.module-3de7 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.fluid_67ce {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.fluid_67ce li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.fluid_67ce li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.fluid_67ce a:hover {
  color: var(--red);
}

.gold-5f6f {
  max-width: 46rem;
}

.gold-5f6f p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.row-cc31 {
  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);
}

.row-cc31 li {
  margin-bottom: 0.55rem;
}

.row-cc31 li:last-child {
  margin-bottom: 0;
}

.element-motion-3c5b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.breadcrumb-84c1 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.breadcrumb-84c1 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.breadcrumb-84c1 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.breadcrumb-84c1 a {
  color: var(--red);
  font-weight: 700;
}

.breadcrumb-84c1 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tall_2582 {
  display: grid;
  gap: 0.7rem;
}

.pattern_3543 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.pattern_3543 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.pattern_3543 summary::-webkit-details-marker {
  display: none;
}

.pattern_3543 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.pattern_3543[open] summary::after {
  content: "–";
}

.pattern_3543 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.pattern_3543 a {
  color: var(--red);
  font-weight: 700;
}

.border-steel-2827 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.backdrop_inner_0c7c {
  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);
}

.backdrop_inner_0c7c:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.backdrop_inner_0c7c h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.backdrop_inner_0c7c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.aside-5125 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.active-d8ad {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.active-d8ad h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.active-d8ad p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.heading-e1b7 {
  display: grid;
  gap: 1rem;
}

.component-c9d6 {
  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);
}

.north_4ba7 {
  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);
}

.logo_hot_f379 {
  min-width: 0;
}

.search-bf14 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.wrapper_eefd {
  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;
}

.notification_b32d {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.notification_b32d li {
  margin-bottom: 0.25rem;
}

.notification_b32d strong {
  color: var(--ink);
}

.caption_hot_dac4 {
  min-width: 0;
}

.caption_hot_dac4 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.caption_hot_dac4 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.caption_hot_dac4 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.caption_hot_dac4 li {
  margin-bottom: 0.3rem;
}

.cool-560a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.box_hard_e708 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.box_hard_e708 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.box_hard_e708 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .aside-5125,
  .cool-560a {
    grid-template-columns: 1fr;
  }

  .component-c9d6 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.tall_2582 .pattern_3543 {
  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) ========== */
.progress-4678 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.bright_2308 {
  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);
}

.static_70e3 {
  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);
}

.advanced_7483 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.icon_simple_16ca {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.icon_simple_16ca::placeholder {
  color: #9a9a9a;
}

.picture-4dcc {
  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;
}

.menu-static-3511 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.over_b474 {
  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);
}

.over_b474:hover,
.over_b474.active-first-74e5 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.picture-67f4 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.picture-67f4.east-a752 {
  color: var(--red);
}

.dirty_c9d2[hidden],
.pattern_3543[hidden] {
  display: none !important;
}

.container-6792 {
  margin-top: 0.15rem;
}

.container-6792 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .static_70e3 {
    grid-template-columns: auto 1fr;
  }

  .picture-4dcc {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.component_956d {
  --header: 64px;
}

.solid-0b11 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.west-04c5 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.main-huge-f338 {
  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);
}

.active_95b6 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.row_27ed {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.summary_old_7b97 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.notification_soft_ea9f {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.alert_red_b51d {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.dark_2669 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.form_green_506d {
  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);
}

.form_green_506d:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.light-f5b7,
.form_green_506d[hidden] {
  display: none !important;
}

.fixed_2fbe {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.section-inner-6ce1 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.bottom_6b00 {
  min-width: 0;
  width: 100%;
}

.over-7750 {
  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;
}

.detail-iron-f0d3 {
  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);
}

.grid_220f {
  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;
}

.cold_d15a {
  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);
}

.in_58ef {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.element_outer_b6b8 {
  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;
}

.element_outer_b6b8:hover {
  background: var(--red-mist);
}

.alert-ae96 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.alert-ae96 a,
.sort_14bb {
  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);
}

.alert-ae96 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.sort_14bb {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.media-65cc,
.slow_8d8a {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .dark_2669 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .component_956d {
    --header: 108px;
  }

  .west-04c5 {
    flex-wrap: wrap;
  }

  .main-huge-f338 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .dark_2669 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .form_green_506d {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .section-inner-6ce1 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .cold_d15a {
    flex-direction: column;
    align-items: stretch;
  }

  .element_outer_b6b8 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .dark_2669 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.south_0118 {
  max-width: 48rem;
}

.modal_babe {
  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;
}

.modal_babe p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.media_short_f1cb {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.media_short_f1cb > *:first-child {
  margin-top: 0;
}

.media_short_f1cb 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;
}

.media_short_f1cb 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);
}

.media_short_f1cb h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.media_short_f1cb p {
  margin: 0 0 0.95rem;
}

.media_short_f1cb ul,
.media_short_f1cb ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.media_short_f1cb li {
  margin-bottom: 0.4rem;
}

.media_short_f1cb a {
  color: var(--red);
  font-weight: 700;
}

.media_short_f1cb a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dropdown-wide-0826 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.dropdown-wide-0826 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.dropdown-wide-0826 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.dropdown-wide-0826 a {
  color: var(--red);
  font-weight: 800;
}

.dropdown-wide-0826 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.orange_bb92 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.card_8759 {
  justify-self: end;
}

.card_8759 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);
}

.basic_816f {
  display: grid;
  gap: 0.9rem;
}

.photo_4df0 {
  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;
}

.photo_4df0:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.gradient_tall_9891 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.search_193c {
  min-width: 0;
}

.search_193c h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.search_193c p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.message_3669 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.fluid-bfb3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.fluid-bfb3 a,
.message_3669 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.message_3669 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .orange_bb92 {
    grid-template-columns: 1fr;
  }

  .card_8759 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .photo_4df0 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.chip-6228 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.chip-6228 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.chip-6228 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.alert-b200 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.green-14b9 {
  grid-column: 1 / -1;
}

.header-f63a:has(.green-14b9) {
  grid-template-columns: 1fr;
}

/* css-noise: af16 */
.ghost-box-j0 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
