/* ladang78 — Magazine Compose layout (colors inherit from theme/skin) */

body.fx-layout.fx-daylight {
  --fx-max: 1180px;
  --fx-gutter: clamp(16px, 4vw, 32px);
  --fx-nav-h: 72px;
  --fx-section-y: clamp(48px, 8vw, 88px);
}

body.fx-layout.fx-daylight main {
  counter-reset: fxsec;
}

body.fx-layout.fx-daylight main > section:not(.fx-banner):not(.fx-statbar):not([data-s="cta"]):not([data-s="stats"]):not([data-s="pagehead"]) {
  counter-increment: fxsec;
}

/* Unified section head: 01 LABEL / big title / lead */
body.fx-layout.fx-daylight .fx-sec-head {
  margin: 0 0 clamp(28px, 4vw, 40px);
  max-width: 40em;
}

body.fx-layout.fx-daylight .fx-sec-head .fx-sec-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-family: var(--font-body), Figtree, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

body.fx-layout.fx-daylight .fx-sec-head .fx-sec-label::before {
  content: counter(fxsec, decimal-leading-zero);
  letter-spacing: 0.16em;
}

body.fx-layout.fx-daylight .fx-sec-head h2 {
  font-family: var(--font-display), Syne, sans-serif !important;
  font-size: clamp(2.15rem, 6.2vw, 3.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin: 0 0 14px !important;
  max-width: 14em;
  text-align: left !important;
  color: var(--text-heading) !important;
}

body.fx-layout.fx-daylight .fx-sec-head .fx-enrich-sub {
  font-size: clamp(1.02rem, 2vw, 1.12rem) !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 36em !important;
  color: var(--text-body) !important;
}

body.fx-layout.fx-daylight .fx-sec-head--band,
body.fx-layout.fx-daylight .fx-sec-head--voice {
  max-width: var(--fx-max);
  padding: 0 var(--fx-gutter);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.fx-layout.fx-daylight section[data-s="featured"] .fx-sec-head--band {
  padding: 0 var(--fx-gutter);
  margin-bottom: 24px;
}

body.fx-layout.fx-daylight section.fx-voice .fx-sec-head--voice {
  padding: 0;
  margin-bottom: 28px;
}

/* —— Header: tighter, wider —— */
body.fx-layout.fx-daylight .fx-header .sm6afe-hw > a img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

body.fx-layout.fx-daylight #nav a {
  font-size: 12px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 8px 10px !important;
}

/* —— Hero: brand-led, left stack, generous bottom —— */
body.fx-layout.fx-daylight .fx-banner {
  min-height: 92vh !important;
  min-height: 92dvh !important;
}

body.fx-layout.fx-daylight .fx-banner-body {
  max-width: var(--fx-max) !important;
  padding: calc(var(--fx-nav-h) + 56px) var(--fx-gutter) 96px !important;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: end;
}

body.fx-layout.fx-daylight .fx-brand-mark {
  font-size: clamp(4rem, 14vw, 7.5rem) !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.06em;
}

body.fx-layout.fx-daylight .fx-banner-body .sm6afe-hero-tagline {
  font-size: clamp(1.35rem, 3.5vw, 2rem) !important;
  max-width: 14em !important;
  line-height: 1.15 !important;
  margin-bottom: 18px !important;
}

body.fx-layout.fx-daylight .fx-banner-lead {
  max-width: 32em !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  margin-bottom: 32px !important;
}

body.fx-layout.fx-daylight .fx-banner-cta {
  max-width: 440px !important;
  gap: 10px !important;
}

body.fx-layout.fx-daylight .fx-banner-cta .sm6afe-cta-dl,
body.fx-layout.fx-daylight .fx-banner-cta .sm6afe-cta-reg {
  flex: 1 1 auto;
  max-width: none;
  padding: 15px 20px !important;
  font-size: 15px !important;
  border-radius: 10px !important;
}

/* —— Stat strip: one bar, not cards —— */
body.fx-layout.fx-daylight .fx-statbar {
  max-width: var(--fx-max) !important;
  margin: -40px auto var(--fx-section-y) !important;
  padding: 0 var(--fx-gutter) !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0 !important;
  background: #fff !important;
  border: 1px solid var(--border-subtle) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-card) !important;
  overflow: hidden;
}

body.fx-layout.fx-daylight .fx-statbar > div {
  flex: 1 1 25%;
  min-width: 120px;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 22px 16px !important;
  border-right: 1px solid var(--border-subtle);
  text-align: left !important;
}

body.fx-layout.fx-daylight .fx-statbar > div:last-child {
  border-right: none;
}

body.fx-layout.fx-daylight .fx-statbar strong {
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  letter-spacing: -0.03em;
}

body.fx-layout.fx-daylight .fx-statbar span {
  margin-top: 2px;
}

@media (max-width: 639px) {
  body.fx-layout.fx-daylight .fx-statbar > div {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid var(--border-subtle);
  }

  body.fx-layout.fx-daylight .fx-statbar > div:nth-child(odd) {
    border-right: 1px solid var(--border-subtle);
  }

  body.fx-layout.fx-daylight .fx-statbar > div:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

/* —— Main flow: open bands, not stacked cards —— */
body.fx-layout.fx-daylight main > section:not(.fx-banner):not(.fx-statbar):not(.fx-pagehead):not([data-s="featured"]):not([data-s="pagehead"]):not(.fx-voice):not([data-s="cta"]) {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: var(--fx-section-y) max(var(--fx-gutter), calc((100% - var(--fx-max)) / 2)) !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 1px solid rgba(197, 213, 218, 0.55) !important;
}

/* Alternating soft wash for rhythm */
body.fx-layout.fx-daylight main > section[data-s="compat"],
body.fx-layout.fx-daylight main > section[data-s="errors"],
body.fx-layout.fx-daylight main > section[data-s="editorial"],
body.fx-layout.fx-daylight main > section[data-s="hash"],
body.fx-layout.fx-daylight main > section[data-s="vendors"],
body.fx-layout.fx-daylight main > section[data-s="appinfo"],
body.fx-layout.fx-daylight main > section[data-s="install-paths"],
body.fx-layout.fx-daylight main > section[data-s="battery"],
body.fx-layout.fx-daylight main > section[data-s="reviews"],
body.fx-layout.fx-daylight main > section[data-s="about"] {
  background: rgba(255, 255, 255, 0.55) !important;
}

/* Section titles fallback (legacy direct h2) */
body.fx-layout.fx-daylight main > section:not(.fx-banner):not(.fx-statbar) > h2 {
  font-family: var(--font-display), Syne, sans-serif !important;
  font-size: clamp(2.15rem, 6.2vw, 3.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin: 0 0 14px !important;
  max-width: 14em;
  text-align: left !important;
}

body.fx-layout.fx-daylight .fx-enrich-sub {
  font-size: clamp(1.02rem, 2vw, 1.12rem) !important;
  line-height: 1.65 !important;
  margin: 0 0 28px !important;
  max-width: 36em !important;
  color: var(--text-body) !important;
}

/* Stacked full-width sections — no magazine split */
@media (min-width: 960px) {
  body.fx-layout.fx-daylight main > section[data-s="compat"],
  body.fx-layout.fx-daylight main > section[data-s="mirrors"],
  body.fx-layout.fx-daylight main > section[data-s="errors"],
  body.fx-layout.fx-daylight main > section[data-s="regions"],
  body.fx-layout.fx-daylight main > section[data-s="editorial"],
  body.fx-layout.fx-daylight main > section[data-s="glossary"],
  body.fx-layout.fx-daylight main > section[data-s="hash"],
  body.fx-layout.fx-daylight main > section[data-s="data-cost"],
  body.fx-layout.fx-daylight main > section[data-s="vendors"],
  body.fx-layout.fx-daylight main > section[data-s="schedule"],
  body.fx-layout.fx-daylight main > section[data-s="size-history"],
  body.fx-layout.fx-daylight main > section[data-s="install-paths"],
  body.fx-layout.fx-daylight main > section[data-s="after-install"],
  body.fx-layout.fx-daylight main > section[data-s="battery"],
  body.fx-layout.fx-daylight main > section[data-s="faq"],
  body.fx-layout.fx-daylight main > section[data-s="release-log"],
  body.fx-layout.fx-daylight main > section[data-s="about"],
  body.fx-layout.fx-daylight main > section[data-s="appinfo"] {
    display: block !important;
  }
}

/* Featured rail: full-bleed cinematic */
body.fx-layout.fx-daylight section[data-s="featured"] {
  max-width: var(--fx-max) !important;
  width: 100% !important;
  margin: 0 auto 8px !important;
  padding: 40px var(--fx-gutter) 48px !important;
  background: transparent !important;
  box-sizing: border-box;
}

body.fx-layout.fx-daylight section[data-s="featured"] .fx-sec-head--band {
  padding: 0 !important;
}

body.fx-layout.fx-daylight section[data-s="featured"] .sm6afe-ob-more {
  display: inline-block;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

body.fx-layout.fx-daylight .sm6afe-pg {
  gap: 18px !important;
}

body.fx-layout.fx-daylight .sm6afe-pg figure {
  border-radius: 18px !important;
}

body.fx-layout.fx-daylight .sm6afe-adesc {
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  max-width: 48em;
}

body.fx-layout.fx-daylight .sm6afe-af {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 8px !important;
  margin: 20px 0 !important;
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .sm6afe-af {
    grid-template-columns: 1fr 1fr;
  }
}

body.fx-layout.fx-daylight .sm6afe-ameta {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px 20px !important;
  padding: 20px !important;
  border-radius: 16px !important;
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .sm6afe-ameta {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

body.fx-layout.fx-daylight .sm6afe-ameta dt {
  margin: 0 !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.fx-layout.fx-daylight .sm6afe-ameta dd {
  margin: 2px 0 0 !important;
  font-size: 15px !important;
  font-weight: 700;
}

/* Reviews: featured + side stack */
body.fx-layout.fx-daylight section[data-s="reviews"] {
  display: block !important;
}

body.fx-layout.fx-daylight .fx-review-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 900px) {
  body.fx-layout.fx-daylight .fx-review-grid {
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }

  body.fx-layout.fx-daylight .fx-review-card--lead {
    grid-row: 1 / span 2;
  }
}

body.fx-layout.fx-daylight .fx-review-card {
  margin: 0 !important;
  padding: 22px 22px 18px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid var(--border-subtle) !important;
  box-shadow: var(--shadow-card);
  display: flex !important;
  flex-direction: column;
  min-width: 0;
}

body.fx-layout.fx-daylight .fx-review-card--lead {
  padding: 28px 28px 22px !important;
  background:
    linear-gradient(165deg, rgba(15, 118, 110, 0.06) 0%, #fff 42%) !important;
  border-color: rgba(15, 118, 110, 0.22) !important;
}

body.fx-layout.fx-daylight .fx-review-card .sm6afe-rh {
  margin-bottom: 12px !important;
  align-items: center;
}

body.fx-layout.fx-daylight .fx-review-card .sm6afe-rh small {
  font-weight: 700;
  color: var(--accent) !important;
}

body.fx-layout.fx-daylight .fx-review-card h3 {
  font-family: var(--font-display), Syne, sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
  color: var(--text-heading) !important;
  margin: 0 0 10px !important;
}

body.fx-layout.fx-daylight .fx-review-card--lead h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem) !important;
}

body.fx-layout.fx-daylight .fx-review-card p {
  color: var(--text-body) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin: 0 0 14px !important;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

body.fx-layout.fx-daylight .fx-review-card--lead p {
  -webkit-line-clamp: 10;
  font-size: 15px !important;
}

body.fx-layout.fx-daylight .fx-review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

body.fx-layout.fx-daylight .fx-review-tags .sm6afe-tp,
body.fx-layout.fx-daylight .fx-review-tags .sm6afe-tc {
  margin: 0 !important;
  font-size: 11px !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
}

/* Reviews: masonry-ish open cards — replaced by fx-review-grid */

/* FAQ accordion — works on faq hub + any .fx-faq-list */
body.fx-layout.fx-daylight .fx-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

body.fx-layout.fx-daylight section[data-s="faq"] details,
body.fx-layout.fx-daylight .fx-faq-list details {
  border-radius: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid var(--border-subtle) !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight section[data-s="faq"] summary,
body.fx-layout.fx-daylight .fx-faq-list summary {
  padding: 16px 48px 16px 18px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  list-style: none;
  cursor: pointer;
  position: relative;
  color: var(--text-heading) !important;
}

body.fx-layout.fx-daylight section[data-s="faq"] summary::-webkit-details-marker,
body.fx-layout.fx-daylight .fx-faq-list summary::-webkit-details-marker {
  display: none;
}

body.fx-layout.fx-daylight section[data-s="faq"] summary::after,
body.fx-layout.fx-daylight .fx-faq-list summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--text-muted);
  border-bottom: 2px solid var(--text-muted);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

body.fx-layout.fx-daylight section[data-s="faq"] details[open] summary::after,
body.fx-layout.fx-daylight .fx-faq-list details[open] summary::after {
  transform: translateY(-20%) rotate(225deg) !important;
}

body.fx-layout.fx-daylight section[data-s="faq"] details[open] summary,
body.fx-layout.fx-daylight .fx-faq-list details[open] summary {
  border-bottom: 1px solid var(--border-subtle);
  background: var(--bg-elevated) !important;
}

body.fx-layout.fx-daylight section[data-s="faq"] details p,
body.fx-layout.fx-daylight .fx-faq-list details p {
  padding: 14px 18px 18px !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: var(--text-body) !important;
}

body.fx-layout.fx-daylight .fx-faq-list details a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-faq-list details a:hover {
  text-decoration: underline;
}

/* CTA band */
body.fx-layout.fx-daylight section[data-s="cta"] {
  max-width: none !important;
  margin: 0 !important;
  padding: 48px max(var(--fx-gutter), calc((100% - var(--fx-max)) / 2)) 24px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

@media (min-width: 800px) {
  body.fx-layout.fx-daylight section[data-s="cta"] {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
  }
}

body.fx-layout.fx-daylight section[data-s="cta"] .sm6afe-cta-bottom {
  border-radius: 12px !important;
  padding: 18px 16px !important;
}

/* Discussion: studio board */
body.fx-layout.fx-daylight section.fx-voice {
  max-width: none !important;
  padding: var(--fx-section-y) max(var(--fx-gutter), calc((100% - var(--fx-max)) / 2)) !important;
  margin: 0 !important;
  border-top: 1px solid rgba(197, 213, 218, 0.55) !important;
}

body.fx-layout.fx-daylight .fx-voice-inner {
  max-width: none;
}

body.fx-layout.fx-daylight .fx-voice-top h2 {
  font-size: clamp(2.15rem, 6.2vw, 3.35rem) !important;
  letter-spacing: -0.045em;
  border: none !important;
}

body.fx-layout.fx-daylight section.fx-voice .fx-voice-ask.sm6afe-disc-form {
  border-radius: 14px !important;
  padding: 12px 12px 12px 18px !important;
  max-width: 720px;
}

body.fx-layout.fx-daylight section.fx-voice .fx-voice-post.sm6afe-disc-send {
  border-radius: 10px !important;
}

body.fx-layout.fx-daylight section.fx-voice .fx-voice-card.sm6afe-disc-post {
  border-radius: 18px !important;
  min-height: 280px;
}

/* Enrichment component denser rhythm */
body.fx-layout.fx-daylight .fx-status-grid,
body.fx-layout.fx-daylight .fx-region-grid,
body.fx-layout.fx-daylight .fx-meter-grid,
body.fx-layout.fx-daylight .fx-vendor-grid,
body.fx-layout.fx-daylight .fx-error-list,
body.fx-layout.fx-daylight .fx-tip-pair,
body.fx-layout.fx-daylight .fx-path-grid,
body.fx-layout.fx-daylight .fx-glossary {
  gap: 14px !important;
}

body.fx-layout.fx-daylight .fx-status-card,
body.fx-layout.fx-daylight .fx-region,
body.fx-layout.fx-daylight .fx-meter,
body.fx-layout.fx-daylight .fx-vendor-grid article,
body.fx-layout.fx-daylight .fx-error-list article,
body.fx-layout.fx-daylight .fx-editorial article,
body.fx-layout.fx-daylight .fx-glossary > div,
body.fx-layout.fx-daylight .fx-path-grid article,
body.fx-layout.fx-daylight .fx-tip-pair article,
body.fx-layout.fx-daylight .fx-check li {
  border-radius: 14px !important;
  padding: 18px 18px !important;
}

body.fx-layout.fx-daylight .fx-table-wrap {
  border-radius: 14px !important;
}

body.fx-layout.fx-daylight .fx-ol {
  gap: 14px !important;
  padding-left: 1.35rem;
  font-size: 15px !important;
}

body.fx-layout.fx-daylight .fx-schedule-row {
  grid-template-columns: 8rem 1fr 7rem;
  gap: 16px;
  padding: 6px 0;
}

body.fx-layout.fx-daylight .fx-size-row {
  grid-template-columns: 4rem 1fr;
  gap: 8px 16px;
  padding: 6px 0;
}

/* —— Inner page head (aplikasi) —— */
body.fx-layout.fx-daylight .fx-pagehead {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: calc(var(--fx-nav-h, 72px) + 28px) max(var(--fx-gutter), calc((100% - var(--fx-max)) / 2)) 36px !important;
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(13, 148, 136, 0.18), transparent 55%),
    radial-gradient(700px 360px at 100% 20%, rgba(11, 42, 50, 0.06), transparent 50%),
    linear-gradient(180deg, #EEF5F6 0%, var(--bg-page) 100%) !important;
  border: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

body.fx-layout.fx-daylight .fx-pagehead > * {
  max-width: var(--fx-max) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.fx-layout.fx-daylight .fx-hero-panel {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  padding: 0;
}

body.fx-layout.fx-daylight .fx-pagehead-grid {
  display: grid;
  gap: 28px;
  align-items: center;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 28px 24px 24px;
  box-sizing: border-box;
}

@media (min-width: 880px) {
  body.fx-layout.fx-daylight .fx-pagehead-grid {
    grid-template-columns: minmax(0, 1.15fr) 260px;
    gap: 40px;
    padding: 36px 36px 28px;
  }
}

body.fx-layout.fx-daylight .fx-pagehead-copy {
  min-width: 0;
}

body.fx-layout.fx-daylight .fx-pagehead .fx-kicker {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

body.fx-layout.fx-daylight .fx-pagehead h1 {
  font-family: var(--font-display), Syne, sans-serif !important;
  font-size: clamp(2rem, 5vw, 2.85rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.05 !important;
  color: var(--text-heading) !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  max-width: 10em !important;
}

body.fx-layout.fx-daylight .fx-pagehead .ud-crumb {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0 0 14px;
}

body.fx-layout.fx-daylight .fx-pagehead .ud-crumb a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-pagehead .ud-crumb a:hover {
  text-decoration: underline;
}

body.fx-layout.fx-daylight .fx-pagehead .ud-crumb i {
  font-style: normal;
  margin: 0 8px;
  opacity: 0.45;
}

body.fx-layout.fx-daylight .fx-pagehead .ud-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-body);
  max-width: 36em;
}

body.fx-layout.fx-daylight .fx-pagehead .ud-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

body.fx-layout.fx-daylight .fx-pagehead .ud-tags span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-deep);
  background: rgba(15, 118, 110, 0.08);
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 999px;
  padding: 6px 12px;
}

body.fx-layout.fx-daylight .fx-pagehead-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.fx-layout.fx-daylight .fx-pagehead-cta .sm6afe-cta-dl,
body.fx-layout.fx-daylight .fx-pagehead-cta .fx-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: none;
}

body.fx-layout.fx-daylight .fx-pagehead-cta .fx-btn-ghost {
  background: transparent;
  color: var(--text-heading) !important;
  border: 1.5px solid var(--border);
}

body.fx-layout.fx-daylight .fx-pagehead-cta .fx-btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent) !important;
  transform: translateY(-1px);
}

/* One square hero image */
body.fx-layout.fx-daylight .fx-hero-sq {
  margin: 0 auto;
  width: min(260px, 72vw);
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, #0F766E, #0B2A32);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 40px rgba(11, 42, 50, 0.14);
  position: relative;
}

body.fx-layout.fx-daylight .fx-hero-sq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.fx-layout.fx-daylight .fx-hero-sq figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(11, 42, 50, 0.72);
  backdrop-filter: blur(8px);
  text-align: center;
}

body.fx-layout.fx-daylight .fx-hero-sq--sm {
  width: min(220px, 55vw);
  border-radius: 18px;
  margin: 0;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-hero-sq--sm figcaption {
  display: none;
}

@media (min-width: 880px) {
  body.fx-layout.fx-daylight .fx-hero-sq {
    margin: 0 0 0 auto;
  }
}

/* Metrics strip inside hero panel */
body.fx-layout.fx-daylight .fx-hero-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--border-subtle);
  background: linear-gradient(180deg, #F7FBFC 0%, #F2F7F8 100%);
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .fx-hero-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.fx-layout.fx-daylight .fx-hero-metrics > div {
  padding: 18px 16px 20px;
  border-right: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}

body.fx-layout.fx-daylight .fx-hero-metrics > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--accent);
  opacity: 0.85;
}

body.fx-layout.fx-daylight .fx-hero-metrics > div:nth-child(2)::before { background: #0D9488; }
body.fx-layout.fx-daylight .fx-hero-metrics > div:nth-child(3)::before { background: #CA8A04; }
body.fx-layout.fx-daylight .fx-hero-metrics > div:nth-child(4)::before { background: #0B2A32; }

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .fx-hero-metrics > div {
    border-bottom: none;
  }

  body.fx-layout.fx-daylight .fx-hero-metrics > div:last-child {
    border-right: none;
  }
}

@media (max-width: 719px) {
  body.fx-layout.fx-daylight .fx-hero-metrics > div:nth-child(2n) {
    border-right: none;
  }

  body.fx-layout.fx-daylight .fx-hero-metrics > div:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

body.fx-layout.fx-daylight .fx-hero-metrics strong {
  display: block;
  font-family: var(--font-display), Syne, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-heading);
  line-height: 1.1;
}

body.fx-layout.fx-daylight .fx-hero-metrics span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

body.fx-layout.fx-daylight .fx-hero-metrics small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.35;
}

body.fx-layout.fx-daylight #nav a[aria-current="page"] {
  color: var(--accent) !important;
}

/* Category list — text only */
body.fx-layout.fx-daylight .fx-cat-list {
  display: grid;
  gap: 0;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-cat-list article {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border-subtle);
  align-items: start;
}

body.fx-layout.fx-daylight .fx-cat-list article:last-child {
  border-bottom: none;
}

@media (min-width: 800px) {
  body.fx-layout.fx-daylight .fx-cat-list {
    grid-template-columns: 1fr 1fr;
  }

  body.fx-layout.fx-daylight .fx-cat-list article {
    border-right: 1px solid var(--border-subtle);
  }

  body.fx-layout.fx-daylight .fx-cat-list article:nth-child(even) {
    border-right: none;
  }

  body.fx-layout.fx-daylight .fx-cat-list article:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

body.fx-layout.fx-daylight .fx-cat-list em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 3px;
}

body.fx-layout.fx-daylight .fx-cat-list strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 2px;
}

body.fx-layout.fx-daylight .fx-cat-list span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 6px;
}

body.fx-layout.fx-daylight .fx-cat-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-split-visual {
  display: grid;
  gap: 24px;
  align-items: center;
}

@media (min-width: 800px) {
  body.fx-layout.fx-daylight .fx-split-visual {
    grid-template-columns: 220px 1fr;
    gap: 36px;
  }
}

body.fx-layout.fx-daylight .fx-path-grid article p,
body.fx-layout.fx-daylight .fx-enrich-note a {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-enrich-note a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-enrich-note a:hover {
  text-decoration: underline;
}

body.fx-layout.fx-daylight .fx-related-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  body.fx-layout.fx-daylight .fx-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.fx-layout.fx-daylight .fx-related {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

body.fx-layout.fx-daylight .fx-related:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, 0.35);
}

body.fx-layout.fx-daylight .fx-related strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 4px;
}

body.fx-layout.fx-daylight .fx-related span {
  font-size: 13px;
  color: var(--text-muted);
}

body.fx-layout.fx-daylight main > section[data-s="pagehead"] {
  counter-increment: none;
  border-top: none !important;
  animation: none !important;
}

body.fx-layout.fx-daylight main > section[data-s="how-choose"],
body.fx-layout.fx-daylight main > section[data-s="tips"],
body.fx-layout.fx-daylight main > section[data-s="related"],
body.fx-layout.fx-daylight main > section[data-s="intro"],
body.fx-layout.fx-daylight main > section[data-s="picks"],
body.fx-layout.fx-daylight main > section[data-s="checklist"],
body.fx-layout.fx-daylight main > section[data-s="when-update"],
body.fx-layout.fx-daylight main > section[data-s="mistakes"],
body.fx-layout.fx-daylight main > section[data-s="apa-itu"],
body.fx-layout.fx-daylight main > section[data-s="isi-apk"],
body.fx-layout.fx-daylight main > section[data-s="aman"],
body.fx-layout.fx-daylight main > section[data-s="ukuran-kuota"],
body.fx-layout.fx-daylight main > section[data-s="kesalahan"] {
  background: rgba(255, 255, 255, 0.55) !important;
}

/* Footer compose */
body.fx-layout.fx-daylight footer {
  padding: 56px var(--fx-gutter) 64px !important;
  margin-top: 0 !important;
}

body.fx-layout.fx-daylight .footer-legal-links {
  gap: 24px;
  margin-bottom: 20px;
}

/* Motion: subtle section reveal without noise */
@media (prefers-reduced-motion: no-preference) {
  body.fx-layout.fx-daylight main > section:not(.fx-banner) {
    animation: fx-sec-in 0.55s ease both;
  }

  @keyframes fx-sec-in {
    from { opacity: 0.35; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* —— Layout variants (same style family, flipped composition) —— */
@media (min-width: 880px) {
  body.fx-layout.fx-daylight .fx-pagehead-grid--flip {
    grid-template-columns: 260px minmax(0, 1.15fr);
  }
}

@media (min-width: 800px) {
  body.fx-layout.fx-daylight .fx-split-visual--flip {
    grid-template-columns: 1fr 220px;
  }
}

body.fx-layout.fx-daylight .fx-enrich-lead {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-body);
}

/* instal.html: full-width hero copy (no side image) */
body.fx-layout.fx-daylight .fx-pagehead-solo {
  padding: 28px 24px 24px;
  box-sizing: border-box;
}

@media (min-width: 880px) {
  body.fx-layout.fx-daylight .fx-pagehead-solo {
    padding: 36px 36px 28px;
    max-width: 40em;
  }
}

body.fx-layout.fx-daylight .fx-pagehead-solo h1 {
  max-width: none !important;
}

body.fx-layout.fx-daylight .fx-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
}

body.fx-layout.fx-daylight .fx-jump a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: var(--text-heading);
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-jump a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

body.fx-layout.fx-daylight main > section[data-s="jump"] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: transparent !important;
  border-top: none !important;
}

/* resmi.html: verification signal cards */
body.fx-layout.fx-daylight .fx-signal-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .fx-signal-grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.fx-layout.fx-daylight .fx-signal-grid article {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-signal-grid em {
  grid-row: 1 / span 2;
  font-style: normal;
  font-family: var(--font-display), Syne, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
  padding-top: 2px;
}

body.fx-layout.fx-daylight .fx-signal-grid strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-signal-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-table--compare td:nth-child(2) {
  color: var(--text-heading);
  font-weight: 600;
}

body.fx-layout.fx-daylight .fx-table--compare td:nth-child(3) {
  color: var(--text-muted);
}

/* pembaruan.html: featured release + log list */
body.fx-layout.fx-daylight .fx-update-feature {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 22px 22px 18px;
  box-shadow: var(--shadow-card);
  border-top: 3px solid var(--accent);
}

body.fx-layout.fx-daylight .fx-update-feature header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 14px;
}

body.fx-layout.fx-daylight .fx-update-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  padding: 4px 10px;
}

body.fx-layout.fx-daylight .fx-update-feature header strong {
  font-family: var(--font-display), Syne, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-update-feature header time,
body.fx-layout.fx-daylight .fx-update-feature header em {
  font-size: 13px;
  font-style: normal;
  color: var(--text-muted);
}

body.fx-layout.fx-daylight .fx-update-feature ul {
  margin: 0 0 14px;
  padding-left: 1.2rem;
  display: grid;
  gap: 8px;
}

body.fx-layout.fx-daylight .fx-update-feature li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-log-list {
  display: grid;
  gap: 14px;
}

body.fx-layout.fx-daylight .fx-log-list article {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-log-list header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 8px;
}

body.fx-layout.fx-daylight .fx-log-list header strong {
  font-family: var(--font-display), Syne, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-log-list header span {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
}

body.fx-layout.fx-daylight .fx-log-list h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-log-list ul {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 6px;
}

body.fx-layout.fx-daylight .fx-check-summary {
  display: block;
  margin-top: 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px dashed rgba(15, 118, 110, 0.35);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-check-summary strong {
  color: var(--text-heading);
}

/* faq.html: hero rail + hot cards + topic bands */
body.fx-layout.fx-daylight .fx-faq-rail {
  background: linear-gradient(160deg, rgba(15, 118, 110, 0.08), #fff 42%);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-faq-rail-label {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

body.fx-layout.fx-daylight .fx-faq-rail dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

body.fx-layout.fx-daylight .fx-faq-rail dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

body.fx-layout.fx-daylight .fx-faq-rail dd {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-faq-hot {
  display: grid;
  gap: 14px;
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .fx-faq-hot {
    grid-template-columns: 1fr 1fr;
  }
}

body.fx-layout.fx-daylight .fx-faq-hot article {
  display: grid;
  gap: 8px;
  align-content: start;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow-card);
  border-top: 3px solid var(--accent);
}

body.fx-layout.fx-daylight .fx-faq-hot em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

body.fx-layout.fx-daylight .fx-faq-hot strong {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.35;
}

body.fx-layout.fx-daylight .fx-faq-hot p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-faq-hot a {
  font-size: 13px;
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
  margin-top: 4px;
}

body.fx-layout.fx-daylight .fx-faq-hot a:hover {
  text-decoration: underline;
}

body.fx-layout.fx-daylight .fx-faq-band {
  scroll-margin-top: 88px;
}

body.fx-layout.fx-daylight .fx-faq-band-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  margin-bottom: 18px;
}

body.fx-layout.fx-daylight .fx-faq-band-num {
  font-family: var(--font-display), Syne, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
  padding-top: 4px;
}

body.fx-layout.fx-daylight .fx-faq-band-head h2 {
  margin: 4px 0 6px;
}

body.fx-layout.fx-daylight .fx-faq-band-head .fx-enrich-sub {
  margin: 0;
}

body.fx-layout.fx-daylight .fx-faq-layout {
  display: grid;
  gap: 18px;
  align-items: start;
}

@media (min-width: 880px) {
  body.fx-layout.fx-daylight .fx-faq-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.7fr);
    gap: 24px;
  }

  body.fx-layout.fx-daylight .fx-faq-layout--flip {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.45fr);
  }

  body.fx-layout.fx-daylight .fx-faq-layout .fx-faq-aside {
    position: sticky;
    top: 96px;
  }
}

body.fx-layout.fx-daylight .fx-faq-aside {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow-card);
  border-left: 3px solid var(--accent);
}

body.fx-layout.fx-daylight .fx-faq-aside strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 8px;
}

body.fx-layout.fx-daylight .fx-faq-aside p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-faq-aside a {
  font-size: 13px;
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-faq-aside a:hover {
  text-decoration: underline;
}

/* ulasan.html: scoreboard + stacked reviews */
body.fx-layout.fx-daylight .fx-rateboard {
  display: grid;
  gap: 22px;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow-card);
}

@media (min-width: 800px) {
  body.fx-layout.fx-daylight .fx-rateboard {
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
    gap: 32px;
    align-items: center;
    padding: 28px 32px;
  }
}

body.fx-layout.fx-daylight .fx-rateboard-score strong {
  display: block;
  font-family: var(--font-display), Syne, sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-rateboard-stars {
  margin: 8px 0 10px;
  letter-spacing: 0.06em;
  color: #d4a017;
}

body.fx-layout.fx-daylight .fx-rateboard-score p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-ratebars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

body.fx-layout.fx-daylight .fx-ratebars li {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.9fr) minmax(0, 1.4fr) 2.2rem;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

body.fx-layout.fx-daylight .fx-ratebars span {
  color: var(--text-body);
  font-weight: 600;
}

body.fx-layout.fx-daylight .fx-ratebars i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  position: relative;
  overflow: hidden;
}

body.fx-layout.fx-daylight .fx-ratebars i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 50%);
  border-radius: inherit;
  background: var(--accent);
}

body.fx-layout.fx-daylight .fx-ratebars em {
  font-style: normal;
  font-weight: 800;
  color: var(--text-heading);
  text-align: right;
}

body.fx-layout.fx-daylight .fx-review-stack {
  display: grid;
  gap: 14px;
}

body.fx-layout.fx-daylight .fx-review-stack article {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-review-stack-lead {
  border-left: 3px solid var(--accent);
}

body.fx-layout.fx-daylight .fx-review-stack header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  margin-bottom: 8px;
}

body.fx-layout.fx-daylight .fx-review-stars {
  color: #d4a017;
  font-size: 13px;
}

body.fx-layout.fx-daylight .fx-review-stars b {
  color: var(--text-heading);
  margin-left: 4px;
}

body.fx-layout.fx-daylight .fx-review-stack header small {
  color: var(--text-muted);
  font-size: 12px;
}

body.fx-layout.fx-daylight .fx-review-stack h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-review-stack p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-aspect-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .fx-aspect-grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.fx-layout.fx-daylight .fx-aspect-grid article {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-aspect-grid em {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 6px;
}

body.fx-layout.fx-daylight .fx-aspect-grid strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 6px;
}

body.fx-layout.fx-daylight .fx-aspect-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-honest {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

body.fx-layout.fx-daylight .fx-honest li {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow-card);
  border-left: 3px solid rgba(180, 83, 9, 0.55);
}

body.fx-layout.fx-daylight .fx-honest strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 4px;
}

body.fx-layout.fx-daylight .fx-honest span {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-honest a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-honest a:hover {
  text-decoration: underline;
}

/* ulasan.html enrichment: star dist, chips, board, quotes */
body.fx-layout.fx-daylight .fx-star-dist {
  margin-top: 16px;
  display: grid;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-star-dist > div {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr) 2.5rem;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

body.fx-layout.fx-daylight .fx-star-dist b {
  color: var(--text-heading);
  font-weight: 800;
}

body.fx-layout.fx-daylight .fx-star-dist i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  position: relative;
  overflow: hidden;
}

body.fx-layout.fx-daylight .fx-star-dist i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 20%);
  border-radius: inherit;
  background: #d4a017;
}

body.fx-layout.fx-daylight .fx-star-dist span {
  text-align: right;
  color: var(--text-muted);
  font-weight: 700;
}

body.fx-layout.fx-daylight .fx-review-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

body.fx-layout.fx-daylight .fx-review-chips a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  color: var(--text-heading);
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 7px 12px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-review-chips a:hover {
  border-color: rgba(15, 118, 110, 0.4);
  color: var(--accent);
}

body.fx-layout.fx-daylight .fx-review-board {
  display: grid;
  gap: 14px;
}

body.fx-layout.fx-daylight .fx-review-board .fx-review-stack-lead,
body.fx-layout.fx-daylight .fx-review-cols article {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-card);
  scroll-margin-top: 88px;
}

body.fx-layout.fx-daylight .fx-review-board .fx-review-stack-lead {
  border-left: 3px solid var(--accent);
}

body.fx-layout.fx-daylight .fx-review-cols {
  display: grid;
  gap: 14px;
}

@media (min-width: 800px) {
  body.fx-layout.fx-daylight .fx-review-cols {
    grid-template-columns: 1fr 1fr;
  }
}

body.fx-layout.fx-daylight .fx-review-board header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  margin-bottom: 8px;
}

body.fx-layout.fx-daylight .fx-review-board h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-review-board p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-review-board header small {
  color: var(--text-muted);
  font-size: 12px;
}

body.fx-layout.fx-daylight .fx-quote-strip {
  display: grid;
  gap: 12px;
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .fx-quote-strip {
    grid-template-columns: 1fr 1fr;
  }
}

body.fx-layout.fx-daylight .fx-quote-strip blockquote {
  margin: 0;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow-card);
  border-left: 3px solid rgba(15, 118, 110, 0.45);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-body);
  font-style: normal;
}

body.fx-layout.fx-daylight .fx-aspect-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  body.fx-layout.fx-daylight .fx-aspect-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  body.fx-layout.fx-daylight .fx-aspect-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* legal pages: syarat / privasi */
body.fx-layout.fx-daylight .fx-legal-meta {
  margin: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px dashed rgba(15, 118, 110, 0.35);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-legal-meta a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-legal-meta a:hover {
  text-decoration: underline;
}

body.fx-layout.fx-daylight .fx-legal-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px 18px;
  scroll-margin-top: 88px;
}

body.fx-layout.fx-daylight .fx-legal-block > em {
  font-style: normal;
  font-family: var(--font-display), Syne, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
  padding-top: 2px;
}

body.fx-layout.fx-daylight .fx-legal-block h2 {
  margin: 0 0 10px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-heading);
}

body.fx-layout.fx-daylight .fx-legal-block p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-legal-block p:last-child {
  margin-bottom: 0;
}

body.fx-layout.fx-daylight .fx-legal-block ul {
  margin: 0 0 10px;
  padding-left: 1.15rem;
  display: grid;
  gap: 6px;
}

body.fx-layout.fx-daylight .fx-legal-block li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-legal-block a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-legal-block a:hover {
  text-decoration: underline;
}

body.fx-layout.fx-daylight main > article.fx-legal-block,
body.fx-layout.fx-daylight main > section.fx-legal-block {
  margin-bottom: 14px !important;
  padding-top: 22px !important;
  padding-bottom: 20px !important;
}

body.fx-layout.fx-daylight .fx-legal-prose {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: var(--shadow-card);
}

body.fx-layout.fx-daylight .fx-legal-prose p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-body);
}

body.fx-layout.fx-daylight .fx-legal-prose p:last-child {
  margin-bottom: 0;
}

body.fx-layout.fx-daylight .fx-legal-prose a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

body.fx-layout.fx-daylight .fx-legal-prose a:hover {
  text-decoration: underline;
}
