/* 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;
}

.over-771d {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.notice-15f9 {
  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);
}

.caption-gold-6874 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.outline-fixed-ada1 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.old-a803 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.item_focused_472d {
  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);
}

.item_focused_472d:active {
  transform: scale(0.98);
}

.layout-ebbc {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.layout-ebbc:hover {
  background: var(--red-mist);
}

.hover-stone-7a7f {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.hover-stone-7a7f:hover {
  background: var(--red-deep);
}

.wrapper-stone-9be7 {
  background: var(--ink);
  color: var(--white);
}

.wrapper-stone-9be7:hover {
  background: #333;
}

.tabs_red_94be {
  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;
}

.tabs_red_94be span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.mini-8ea9 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.thumbnail_solid_4b9a {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.thumbnail_solid_4b9a a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.thumbnail_solid_4b9a a:hover,
.thumbnail_solid_4b9a a.large-c46d {
  color: var(--red);
}

.thumbnail_solid_4b9a a.large-c46d::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.media-c9ac {
  display: none;
  padding: 0.25rem 0 1rem;
}

.media-c9ac.fn-open-f008 {
  display: block;
}

.media-c9ac a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.hover-332b {
  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);
}

.wide_8efa {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.search_stone_6a94 {
  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;
}

.search_stone_6a94::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.heading-solid-9830 {
  display: none;
}

.hover-332b 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);
}

.small_8039 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.focused-c76d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.image-simple-00fe {
  display: flex;
  justify-content: center;
  position: relative;
}

.image-simple-00fe::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%);
}

.image-simple-00fe 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);
}

.hover-332b h1,
.small_8039,
.focused-c76d,
.image-simple-00fe {
  animation: soft-in 0.8s var(--ease) both;
}

.small_8039 { animation-delay: 0.06s; }
.focused-c76d { animation-delay: 0.12s; }
.image-simple-00fe { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.surface_thick_cd2a {
  padding: 0 0 2.5rem;
}

.old-63ba {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.block-a76e {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.block-a76e strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.block-a76e span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.badge-large-afdf {
  padding: 3.75rem 0;
}

.button-silver-4d71 {
  background: var(--snow);
}

.slider_wide_8fe3 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.search_316a {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.article-lower-7689 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.search_316a 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;
}

.search_316a p {
  margin: 0;
  color: var(--mute);
}

.fn-show-f008 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-f008.fn-on-f008 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.active_d27d {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.table_ab47 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.table_ab47 .orange-3baa {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.list_right_765a {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.list_right_765a p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.small_1469 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.title-49e1 {
  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);
}

.title-49e1:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.chip_steel_4ca2 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.title-49e1 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.title-49e1 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.widget-first-6ce0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.fresh_4e3a {
  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);
}

.fresh_4e3a:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.main-dim-6ea1 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.block_green_a1e1 {
  min-width: 0;
}

.gallery_f75a {
  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;
}

.hard-035b {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.white_1931 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.white_1931 span:first-child {
  color: var(--red);
}

.white_1931 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.nav-2382 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.overlay-gas-fcd9 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.message_5ee8 {
  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);
}

.message_5ee8 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.overlay-gas-fcd9 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.overlay-gas-fcd9:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.avatar-white-41e4 {
  display: grid;
  gap: 1rem;
}

.media_outer_ea0f {
  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;
}

.nav_dark_b8d0 {
  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;
}

.media_outer_ea0f h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.media_outer_ea0f p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.label_448f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.label_448f mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.label_448f .tall_220a {
  background: #eaf7ef;
  color: #1f7a45;
}

.label_448f .secondary_703f {
  background: #fff3e8;
  color: #a85a18;
}

.table_tall_2057 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.complex_55af {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.complex_55af::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.outline-e650 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.outline-e650:last-child {
  padding-bottom: 0;
}

.outline-e650::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;
}

.hero-focused-9fef {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.hero-focused-9fef span {
  font-weight: 600;
  color: var(--mute);
}

.outline-e650 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.tooltip_mini_909d {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.black_01ca,
.center_2d4c {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.black_01ca h3,
.center_2d4c h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.form_cool_6c6b {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.form_cool_6c6b div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.form_cool_6c6b div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.form_cool_6c6b dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.form_cool_6c6b dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.center_2d4c 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 */
.wood_69e6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.preview_5e1d {
  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;
}

.preview_5e1d.fn-focus-f008 {
  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);
}

.south_8162 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.preview-upper-c2fb {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.brown-17cd {
  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-17cd.hero_ed2c {
  color: var(--mute);
  background: var(--snow);
}

.stone-972a {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.stone-972a li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.stone-972a span {
  color: var(--mute);
}

.item_f735 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.item_f735 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.item_f735 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.item_f735 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.item_f735 li {
  margin-bottom: 0.25rem;
}

.item_f735 li:last-child {
  margin-bottom: 0;
}

.red-7d97 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.red-7d97 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.red-7d97 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.preview_5e1d .item_focused_472d {
  width: 100%;
}

.background_cb1f {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.background_cb1f:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-f008 {
  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-f008 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-f008 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-f008 .layout-ebbc {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-f008 .layout-ebbc:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-f008 .hover-stone-7a7f {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-f008 .hover-stone-7a7f:hover {
  background: var(--snow);
}

.green_5bf3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.section_middle_514b {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.gallery_b1c5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.feature-c4bf {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.feature-c4bf a:hover {
  color: var(--red);
}

.basic-4fbb {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.basic-4fbb:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .wide_8efa,
  .active_d27d,
  .tooltip_mini_909d,
  .wood_69e6 {
    grid-template-columns: 1fr;
  }

  .table_ab47 {
    position: static;
  }

  .list_right_765a {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .small_1469 {
    grid-template-columns: 1fr;
  }

  .widget-first-6ce0 {
    grid-template-columns: 1fr 1fr;
  }

  .overlay-gas-fcd9:nth-child(2) {
    transform: none;
  }

  .media_outer_ea0f {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .over-771d {
    width: min(100% - 1.25rem, var(--max));
  }

  .tabs_red_94be {
    display: inline-flex;
  }

  .brown_d546 {
    display: none;
  }

  .hover-332b {
    padding: 2.25rem 0 1.5rem;
  }

  .image-simple-00fe img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .badge-large-afdf {
    padding: 2.75rem 0;
  }

  .item_focused_472d {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .outline-fixed-ada1 img {
    height: 30px;
  }

  .nav-2382 {
    max-width: 300px;
    margin-inline: auto;
  }

  .overlay-gas-fcd9 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .widget-first-6ce0 {
    grid-template-columns: 1fr;
  }

  .fresh_4e3a {
    flex-direction: row;
    align-items: center;
  }

  .main-dim-6ea1 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .old-a803 {
    gap: 0.3rem;
  }

  .old-63ba {
    gap: 0.5rem;
  }

  .block-a76e {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.tabs_upper_8993 {
  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);
}

.hard_2bf9 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.hard_2bf9 a:hover {
  color: var(--red);
}

.tabs_upper_8993 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;
}

.small_ead4 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.shade_8e1a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.grid-dc58 {
  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;
}

.image_0644 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hovered-8bac {
  display: grid;
  gap: 0.85rem;
}

.chip-61bb {
  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;
}

.up_af09 {
  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;
}

.tabs-bf68 {
  min-width: 0;
}

.tabs-bf68 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.tabs-bf68 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.tertiary_up_6450 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.tag_e0da {
  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;
}

.logo_bright_bc11 {
  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);
}

.iron-bf3a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.iron-bf3a h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.iron-bf3a strong {
  color: var(--red);
  font-size: 1.15rem;
}

.hot_fee9 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.disabled_dynamic_06aa {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.disabled_dynamic_06aa li {
  margin-bottom: 0.4rem;
}

.disabled_dynamic_06aa li:last-child {
  margin-bottom: 0;
}

.tag_e0da .item_focused_472d {
  width: 100%;
}

.inner_676b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.heading-prev-9a76 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.heading-prev-9a76 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.heading-prev-9a76 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.clean_1f09 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.dynamic-8a68 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.dynamic-8a68 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.stone_4cee {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .tertiary_up_6450,
  .inner_676b,
  .clean_1f09 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .tabs_upper_8993 {
    padding: 1.75rem 0 1.5rem;
  }

  .tabs_upper_8993 h1 {
    max-width: none;
  }

  .chip-61bb {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .tag-active-94b2 {
    grid-template-columns: 1fr;
  }

  .north_bf22,
  .hovered_252f {
    grid-template-columns: 1fr;
  }
}

.layout-bright-e028 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.caption-soft-e6d4 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.wide_389d {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.tag-active-94b2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.tag-active-94b2 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.tag-active-94b2 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.tag-active-94b2 a:hover {
  color: var(--red);
}

.avatar-selected-ad8d {
  max-width: 46rem;
}

.avatar-selected-ad8d p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.sort-59d9 {
  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);
}

.sort-59d9 li {
  margin-bottom: 0.55rem;
}

.sort-59d9 li:last-child {
  margin-bottom: 0;
}

.north_bf22 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.last-c229 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.last-c229 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.last-c229 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.last-c229 a {
  color: var(--red);
  font-weight: 700;
}

.last-c229 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hard-f319 {
  display: grid;
  gap: 0.7rem;
}

.filter-e71e {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.filter-e71e summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.filter-e71e summary::-webkit-details-marker {
  display: none;
}

.filter-e71e summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.filter-e71e[open] summary::after {
  content: "–";
}

.filter-e71e p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.filter-e71e a {
  color: var(--red);
  font-weight: 700;
}

.hovered_252f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.left-0ddd {
  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);
}

.left-0ddd:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.left-0ddd h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.left-0ddd p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.down-f067 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.texture_70c3 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.texture_70c3 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.texture_70c3 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.header-gold-82d0 {
  display: grid;
  gap: 1rem;
}

.module_c2a8 {
  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);
}

.stone_1c97 {
  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);
}

.modal-lite-2f2d {
  min-width: 0;
}

.button-27ca {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.photo-6af9 {
  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;
}

.steel_5fb2 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.steel_5fb2 li {
  margin-bottom: 0.25rem;
}

.steel_5fb2 strong {
  color: var(--ink);
}

.solid-1a3d {
  min-width: 0;
}

.solid-1a3d h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.solid-1a3d p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.solid-1a3d ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.solid-1a3d li {
  margin-bottom: 0.3rem;
}

.slider_north_4fb7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.table-active-f5b2 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.table-active-f5b2 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.table-active-f5b2 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .down-f067,
  .slider_north_4fb7 {
    grid-template-columns: 1fr;
  }

  .module_c2a8 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.hard-f319 .filter-e71e {
  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) ========== */
.box_89fc {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.warm_25ec {
  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);
}

.table-032b {
  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);
}

.bronze_ad6d {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.small-2072 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.small-2072::placeholder {
  color: #9a9a9a;
}

.tooltip_4fc7 {
  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;
}

.dynamic_3c79 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.accent_iron_a8ef {
  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);
}

.accent_iron_a8ef:hover,
.accent_iron_a8ef.over-d682 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.smooth-f949 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.smooth-f949.shadow-9c94 {
  color: var(--red);
}

.liquid_ed8c[hidden],
.filter-e71e[hidden] {
  display: none !important;
}

.steel_d6d2 {
  margin-top: 0.15rem;
}

.steel_d6d2 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .table-032b {
    grid-template-columns: auto 1fr;
  }

  .tooltip_4fc7 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.nav_e521 {
  --header: 64px;
}

.alert_6ed9 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.column_be51 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.accent_purple_17ea {
  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);
}

.steel-2b16 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.north-aa3a {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.input_left_b677 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.stone-b532 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.main-9d70 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.surface-current-9667 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.notification-e586 {
  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);
}

.notification-e586:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.chip-acb3,
.notification-e586[hidden] {
  display: none !important;
}

.secondary_ca34 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.label-693f {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.title_b04b {
  min-width: 0;
  width: 100%;
}

.frame-709d {
  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;
}

.section-e640 {
  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);
}

.clean_506c {
  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;
}

.slider_static_73ae {
  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);
}

.label-960c {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.heading_4f09 {
  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;
}

.heading_4f09:hover {
  background: var(--red-mist);
}

.south_30c1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.south_30c1 a,
.solid-f5e9 {
  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);
}

.south_30c1 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.solid-f5e9 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.modal_6a42,
.wrapper_62ec {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .surface-current-9667 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nav_e521 {
    --header: 108px;
  }

  .column_be51 {
    flex-wrap: wrap;
  }

  .accent_purple_17ea {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .surface-current-9667 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .notification-e586 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .label-693f {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .slider_static_73ae {
    flex-direction: column;
    align-items: stretch;
  }

  .heading_4f09 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .surface-current-9667 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.video-east-d19c {
  max-width: 48rem;
}

.label-liquid-8846 {
  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;
}

.label-liquid-8846 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.alert-1598 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.alert-1598 > *:first-child {
  margin-top: 0;
}

.alert-1598 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;
}

.alert-1598 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);
}

.alert-1598 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.alert-1598 p {
  margin: 0 0 0.95rem;
}

.alert-1598 ul,
.alert-1598 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.alert-1598 li {
  margin-bottom: 0.4rem;
}

.alert-1598 a {
  color: var(--red);
  font-weight: 700;
}

.alert-1598 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.badge_9590 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.badge_9590 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.badge_9590 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.badge_9590 a {
  color: var(--red);
  font-weight: 800;
}

.badge_9590 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.notification-dynamic-2722 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.thick-0699 {
  justify-self: end;
}

.thick-0699 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);
}

.primary_4552 {
  display: grid;
  gap: 0.9rem;
}

.over_a999 {
  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;
}

.over_a999:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.modal-6db1 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.tag-wood-c8f5 {
  min-width: 0;
}

.tag-wood-c8f5 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.tag-wood-c8f5 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.modal-bronze-fab6 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.over-b8e8 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.over-b8e8 a,
.modal-bronze-fab6 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.modal-bronze-fab6 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .notification-dynamic-2722 {
    grid-template-columns: 1fr;
  }

  .thick-0699 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .over_a999 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.carousel-3bb4 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.carousel-3bb4 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.carousel-3bb4 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.north_73f9 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.fluid_8d9c {
  grid-column: 1 / -1;
}

.tooltip_mini_909d:has(.fluid_8d9c) {
  grid-template-columns: 1fr;
}

/* css-noise: 98f5 */
.ghost-box-z0 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
