/* ============ REDXOT JELAJAH KAMPUNG SULSEL ============ */
/* Editorial Documentary + Modern Digital Magazine. Mobile-first. */

:root {
 --rx-bg: #f6f3ea;
 --rx-bg-2: #efe9db;
 --rx-ink: #131b16;
 --rx-muted: #5f6b62;
 --rx-green: #b4232b;
  --rx-green-deep: #3f0a0e;
 --rx-terra: #c95b3b;
 --rx-sand: #e6dcc4;
 --rx-line: #d8cfba;
 --rx-white: #fffdf7;
 --rx-font-head: 'Georgia','Times New Roman',serif;
 --rx-font-body: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--rx-font-body); color: var(--rx-ink); background: var(--rx-bg); line-height: 1.6; font-size: 16.5px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rx-green); text-decoration: none; }
a:hover { color: var(--rx-terra); }
h1,h2,h3,h4 { font-family: var(--rx-font-head); line-height: 1.15; margin: 0 0 0.5em; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
button,input,select,textarea { font-family: inherit; font-size: inherit; }

.rx-container { max-width: 1240px; margin: auto; padding-left: 12px; padding-right: 12px; }
@media(min-width:768px) { .rx-container { padding-left: 24px; padding-right: 24px; } }

.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; }
.skip-link:focus { left: 0; background: var(--rx-green-deep); color: #fff; padding: 10px 16px; }

/* ---------- Header ---------- */
.rx-header { background: var(--rx-green-deep); color: #f2eee2; position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 10px rgba(0,0,0,0.18); }
.rx-header-inner { display: flex; align-items: center; gap: 18px; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
.rx-brand { margin-right: auto; }
.rx-logo { display: flex; flex-direction: column; line-height: 1.1; }
.rx-logo-mark { font-family: var(--rx-font-head); font-size: 1.65rem; font-weight: 700; letter-spacing: 0.08em; color: #fff; }
.rx-logo-text { font-size: 0.72rem; letter-spacing: 0.22em; color: var(--rx-sand); text-transform: uppercase; }
.rx-tagline-header { display: none; font-size: 0.76rem; color: #d9c9c1; margin-top: 4px; }
@media(min-width:900px) { .rx-tagline-header { display: block; } }
.rx-nav { order: 3; width: 100%; display: none; }
.rx-nav.is-open { display: block; }
.rx-menu { list-style: none; margin: 0; padding: 12px 0; display: flex; flex-direction: column; gap: 6px; }
.rx-menu a { color: #f2e6df; padding: 6px 4px; display: block; font-size: 0.98rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.rx-menu a:hover { color: #fff; }
.rx-nav-toggle { background: none; border: 1px solid rgba(255,255,255,0.35); color: #fff; padding: 8px 14px; border-radius: 6px; cursor: pointer; font-size: 0.9rem; }
.rx-header-search { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.rx-search-toggle { color: #f2e6df; font-size: 0.9rem; }
.rx-search-form { display: none; }
.rx-search-form.is-open { display: flex; gap: 6px; position: absolute; right: 12px; top: 64px; background: var(--rx-green-deep); padding: 10px; border-radius: 8px; z-index: 40; }
.rx-search-form input[type=search] { flex: 1; min-width: 220px; padding: 8px 10px; border-radius: 6px; border: 1px solid var(--rx-line); }
.rx-search-form button { background: var(--rx-terra); color: #fff; border: 0; padding: 8px 14px; border-radius: 6px; cursor: pointer; }
@media(min-width:900px) {
 .rx-nav-toggle { display: none; }
 .rx-nav { order: 0; width: auto; display: block; }
 .rx-menu { flex-direction: row; gap: 0; padding: 0; }
 .rx-menu a { border: 0; padding: 10px 12px; font-size: 0.92rem; }
 .rx-header-search { order: 2; }
 .rx-search-form { display: flex; position: static; background: none; padding: 0; }
 .rx-search-toggle { display: none; }
}

/* ---------- Strip ---------- */
.rx-header-strip { background: var(--rx-bg-2); border-bottom: 1px solid var(--rx-line); }
.rx-strip-inner { display: flex; gap: 18px; overflow-x: auto; padding-top: 8px; padding-bottom: 8px; font-size: 0.85rem; }
.rx-strip-label { font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--rx-green); white-space: nowrap; }
.rx-strip-inner a { color: var(--rx-ink); white-space: nowrap; }
.rx-strip-inner a:hover { color: var(--rx-terra); }

/* ---------- Hero ---------- */
.rx-hero { position: relative; min-height: 72vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.rx-hero-media { position: absolute; inset: 0; background-size: cover; background-position: center; }
.rx-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,30,20,0.35) 0%,rgba(8,24,16,0.72) 80%); }
.rx-hero-inner { position: relative; z-index: 2; padding-top: 46px; padding-bottom: 50px; }
.rx-hero-kicker { text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.8rem; color: var(--rx-sand); margin-bottom: 12px; }
.rx-hero-title { font-size: clamp(2.1rem,6vw,4.2rem); margin: 0 0 0.3em; font-weight: 700; letter-spacing: 0.02em; }
.rx-hero-sub { font-size: clamp(1.1rem,2.6vw,1.7rem); font-family: var(--rx-font-head); font-style: italic; margin-bottom: 0.6em; color: #f4efdd; }
.rx-hero-desc { max-width: 560px; font-size: 1rem; color: #ddd6c0; margin-bottom: 22px; }
.rx-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.rx-btn { display: inline-block; padding: 12px 22px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; transition: transform 0.15s,background 0.15s; }
.rx-btn:hover { transform: translateY(-2px); }
.rx-btn-primary { background: var(--rx-terra); color: #fff; }
.rx-btn-primary:hover { background: #b44a2f; color: #fff; }
.rx-btn-ghost { border: 1px solid rgba(255,255,255,0.65); color: #fff; background: rgba(0,0,0,0.15); }
.rx-btn-outline { border: 1px solid var(--rx-green); color: var(--rx-green); background: transparent; }
.rx-btn-outline:hover { background: var(--rx-green); color: #fff; }
.rx-hero-stats { display: flex; gap: 26px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.25); padding-top: 18px; }
.rx-hero-stats span { font-size: 0.9rem; color: #ccc6b0; }
.rx-hero-stats strong { display: block; font-size: 1.6rem; color: #fff; font-family: var(--rx-font-head); }

/* ---------- Section umum ---------- */
.rx-section { padding: 46px 0; }
.rx-section:nth-child(even) { background: var(--rx-bg-2); }
.rx-section:nth-child(odd) { background: var(--rx-bg); }
.rx-kicker { text-transform: uppercase; letter-spacing: 0.24em; font-size: 0.78rem; color: var(--rx-terra); font-weight: 700; margin-bottom: 8px; }
.rx-section-title { font-size: clamp(1.5rem,.,3.4vw,.,2.4rem); margin-bottom: 6px; }
.rx-section-desc { color: var(--rx-muted); max-width: 640px; margin-bottom: 26px; }
.rx-more { margin-top: 26px; }
.rx-note { background: var(--rx-sand); border-left: 4px solid var(--rx-terra); padding: 14px 16px; border-radius: 6px; }

/* ---------- Peta ---------- */
.rx-map { border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.12); z-index: 1; }
.rx-map-legend { background: #fffdf7; padding: 8px 12px; border-radius: 8px; font-size: 0.8rem; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.rx-legend-item .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; vertical-align: middle; }
.rx-map-tipe { display: inline-block; font-size: 0.78rem; font-weight:  600; letter-spacing: 0.02em; background: #f0ece0; color: #4a3f2a; padding: 2px 8px; border-radius: 20px; margin: 4px 0; }
.rx-layer-switch { background: #fffdf7; padding: 6px 12px; border-radius: 8px; font-size: 0.8rem; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }

/* ---------- Region grid ---------- */
.rx-region-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 14px; }
.rx-region-card { background: var(--rx-white); border: 1px solid var(--rx-line); border-radius: 12px; padding: 18px 16px; display: flex; flex-direction: column; gap: 6px; transition: box-shadow 0.15s,transform 0.15s; }
.rx-region-card:hover { box-shadow: 0 8px 20px rgba(0,0,0.12); transform: translateY(-3px); border-color: var(--rx-green); }
.rx-region-name { font-family: var(--rx-font-head); font-size: 1.05rem; font-weight: 700; color: var(--rx-ink); }
.rx-region-meta { font-size: 0.8rem; color: var(--rx-muted); }
.rx-region-arrow { font-size: 0.82rem; color: var(--rx-terra); font-weight: 600; }
.rx-region-type { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--rx-green); }
.rx-region-card-lg { padding: 22px 20px; }
.rx-archive-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 16px; }
.rx-progress { height: 6px; background: var(--rx-sand); border-radius: 6px; overflow: hidden; }
.rx-progress-bar { display: block; height: 100%; background: var(--rx-green); border-radius: 6px; }

/* ---------- Cards ---------- */
.rx-card-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media(min-width:640px) { .rx-card-grid-2 { grid-template-columns: repeat(2,1fr); } }
@media(min-width:760px) {
 .rx-card-grid-3 { grid-template-columns: repeat(3,1fr); }
 .rx-card-grid-4 { grid-template-columns: repeat(4,1fr); }
}
.rx-card { background: var(--rx-white); border: 1px solid var(--rx-line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.15s; }
.rx-card:hover { box-shadow: 0 10px 26px rgba(0,0,0,0.12); }
.rx-card-media { display: block; }
.rx-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--rx-green-deep); }
.rx-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.rx-card:hover .rx-media img { transform: scale(1.04); }
.rx-media-ph { display: flex; align-items: center; justify-content: center; color: #f1e7e0; font-family: var(--rx-font-head); font-size: 0.95rem; padding: 14px; text-align: center; }
.rx-ph-0 { background: linear-gradient(135deg,#b4232b,#5c1418); }
.rx-ph-1 { background: linear-gradient(135deg,#c95b3b,#7a3320); }
.rx-ph-2 { background: linear-gradient(135deg,#4a6e8c,#1f3a4c); }
.rx-ph-3 { background: linear-gradient(135deg,#7a5c86,#3d284a); }
.rx-ph-4 { background: linear-gradient(135deg,#d9a441,#8a5f1b); }
.rx-ph-5 { background: linear-gradient(135deg,#2e6e8c,#143a4d); }
.rx-card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.rx-card-cat { margin: 0; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; }
.rx-card-cat a { color: var(--rx-terra); font-weight: 700; }
.rx-card-title { font-size: 1.12rem; margin: 0; }
.rx-card-title a { color: var(--rx-ink); }
.rx-card-title a:hover { color: var(--rx-green); }
.rx-card-excerpt { font-size: 0.9rem; color: var(--rx-muted); margin: 0; }
.rx-card-date { font-size: 0.78rem; color: var(--rx-muted); margin-top: auto; }

/* ---------- Badge ---------- */
.rx-badge { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px; width: fit-content; }
.rx-badge-demo { background: var(--rx-terra); color: #fff; }
.rx-badge-verified { background: var(--rx-green); color: #fff; }

/* ---------- Tokoh ---------- */
.rx-people-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
@media(min-width:760px) { .rx-people-grid { grid-template-columns: repeat(4,1fr); } }
.rx-person { text-align: center; background: var(--rx-white); border: 1px solid var(--rx-line); border-radius: 14px; padding: 20px 14px; }
.rx-person .rx-media { aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; width: 150px; height: 150px; margin: 0 auto 12px; }
.rx-person h3 { font-size: 1rem; margin: 0 0 4px; }
.rx-person-prof { font-size: 0.84rem; color: var(--rx-muted); margin: 0 0 6px; }
.rx-person .rx-badge { margin-top: 6px; }

/* ---------- Kategori pill ---------- */
.rx-cat-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.rx-cat-pill { background: var(--rx-white); border: 1px solid var(--rx-line); border-radius: 999px; padding: 9px 18px; font-size: 0.92rem; color: var(--rx-ink); transition: all 0.15s; }
.rx-cat-pill:hover { background: var(--rx-green); color: #fff; border-color: var(--rx-green); }

/* ---------- Dulu & Sekarang ---------- */
.rx-dulu-slider { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 12px; }
.rx-dulu-frame { margin: 0; position: absolute; inset: 0; height: 100%; }
.rx-dulu-frame img { width: 100%; height: 100%; object-fit: cover; }
.rx-dulu-after { clip-path: inset(0 0 0 50%); }
.rx-dulu-slider input[type=range]{ position: absolute; bottom: 10px; left: 10%; right: 10%; width: 80%; z-index: 5; }
.rx-dulu-slider figcaption { position: absolute; top: 10px; background: rgba(10,25,16,0.75); color: #fff; font-size: 0.74rem; padding: 3px 10px; border-radius: 999px; }
.rx-dulu-before figcaption { left: 10px; }
.rx-dulu-after figcaption { right: 10px; }
.rx-dulu-feature { margin: 24px 0; }

/* ---------- Foto masonry ---------- */
.rx-photo-masonry { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
@media(min-width:760px) { .rx-photo-masonry { grid-template-columns: repeat(3,1fr); } }
.rx-photo { position: relative; border-radius: 12px; overflow: hidden; }
.rx-photo .rx-media { aspect-ratio: 4/3; }
.rx-photo:nth-child(4n+1) .rx-media,.rx-photo:nth-child(4n+4) .rx-media { aspect-ratio: 3/4; }
.rx-photo-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 12px 10px; background: linear-gradient(transparent,rgba(0,0,0,0.7)); color: #fff; font-size: 0.85rem; }

/* ---------- Video ---------- */
.rx-card-video .rx-media::after { content: ''; position: absolute; inset: 0; background: rgba(10,25,16,0.35); }
.rx-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; }
.rx-play::after { content: ''; border-left: 18px solid var(--rx-terra); border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 6px; }

/* ---------- CTA ---------- */
.rx-cta-box { background: linear-gradient(135deg,var(--rx-green-deep),var(--rx-green)); color: #fff; border-radius: 18px; padding: 38px 30px; text-align: center; }
.rx-cta-box h2 { font-size: clamp(1.5rem,3vw,2.2rem); margin-bottom: 8px; }
.rx-cta-box p { color: #e2d6ce; max-width: 640px; margin: 0 auto 20px; }

/* ---------- Form kirim ---------- */
.rx-kirim-form { background: var(--rx-white); border: 1px solid var(--rx-line); border-radius: 16px; padding: 26px 22px; }
.rx-kirim-form label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.rx-kirim-form input[type=text],.rx-kirim-form input[type=email],.rx-kirim-form input[type=url],.rx-kirim-form textarea,.rx-kirim-form input[type=file]{ width: 100%; padding: 10px 12px; border-radius: 8px; border: 1px solid var(--rx-line); background: var(--rx-bg); margin-bottom: 14px; }
.rx-kirim-form textarea { resize: vertical; }
.rx-kirim-form .rx-grid-2 { display: grid; grid-template-columns: 1fr; gap: 0 16px; }
@media(min-width:720px) { .rx-kirim-form .rx-grid-2 { grid-template-columns: repeat(2,1fr); } }
.rx-kirim-form p { margin: 0 0 6px; }
.rx-agree { font-size: 0.9rem; }
.rx-alert { padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-weight: 600; }
.rx-alert-ok { background: #e2f0e4; border: 1px solid var(--rx-green); color: var(--rx-green-deep); }

/* ---------- Breadcrumb / page head ---------- */
.rx-breadcrumb { font-size: 0.82rem; color: var(--rx-muted); margin-bottom: 10px; }
.rx-breadcrumb a { color: var(--rx-green); }
.rx-sep { margin: 0 6px; color: var(--rx-line); }
.rx-page-head { padding: 34px 0 10px; }
.rx-page-title { font-size: clamp(1.7rem,4vw,3rem); margin: 6px 0 8px; }
.rx-page-desc { color: var(--rx-muted); max-width: 720px; }

/* ---------- Single ---------- */
.rx-single { padding-top: 16px; }
.rx-single-title { font-size: clamp(1.8rem,4.4vw,3rem); }
.rx-single-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 0.85rem; color: var(--rx-muted); margin: 10px 0 18px; }
.rx-single-cover { margin: 0 0 24px; border-radius: 14px; overflow: hidden; }
.rx-single-cover img { width: 100%; }
.rx-single-body { font-size: 1.05rem; max-width: 820px; }
.rx-single-body h2 { margin-top: 1.4em; }
.rx-single-body blockquote { border-left: 4px solid var(--rx-terra); margin-left: 0; padding-left: 18px; color: var(--rx-muted); font-style: italic; }
.rx-single-body img { border-radius: 10px; }
.rx-tags { color: var(--rx-muted); font-size: 0.9rem; }
.rx-404 { text-align: center; padding: 80px 12px; }
.rx-404 .rx-kicker { font-size: 2.6rem; font-weight: 700; color: var(--rx-line); }

/* ---------- Footer ---------- */
.rx-footer { background: var(--rx-green-deep); color: #d9cbc4; margin-top: 40px; }
.rx-footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; padding-top: 44px; padding-bottom: 30px; }
@media(min-width:820px) { .rx-footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.rx-footer-col h4 { color: #fff; letter-spacing: 0.1em; font-size: 0.95rem; margin-bottom: 10px; }
.rx-footer-col ul { list-style: none; margin: 0; padding: 0; }
.rx-footer-col li { margin-bottom: 6px; }
.rx-footer-col a { color: #d9cbc4; }
.rx-footer-col a:hover { color: #fff; }
.rx-logo-footer { font-family: var(--rx-font-head); color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.rx-footer-desc { font-size: 0.9rem; color: #b8a8a0; }
.rx-footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 16px 12px; font-size: 0.8rem; color: #b8a8a0; }

/* ---------- Bottom nav (mobile) ---------- */
.rx-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; display: flex; background: #3f0a0e; color: #fff; border-top: 1px solid rgba(255,255,255,0.15); }
.rx-bottom-nav a { flex: 1; text-align: center; padding: 11px 4px; font-size: 0.72rem; color: #e0d2cc; }
.rx-bottom-nav a:hover { color: #fff; background: rgba(255,255,255,0.06); }
@media(min-width:900px) { .rx-bottom-nav { display:none; } }
.rx-main { padding-bottom: 56px; }
@media(min-width:900px) { .rx-main { padding-bottom: 0; } }

/* ---------- Small ---------- */
.rx-more { text-align: center; }
.rx-contact-list { list-style: none; padding: 0; }
.rx-kirim-form .rx-grid-2 p { margin-bottom: 0; }

/* ============ Hero Slider ============ */
.rx-hero-slider { min-height: 80vh; }
.rx-hero-slider .rx-hero-slide { position: absolute; inset: 0; display: flex; align-items: center; visibility: hidden; opacity: 0; transition: opacity 0.85s ease, visibility 0.85s; }
.rx-hero-slider .rx-hero-slide.is-active { position: relative; visibility: visible; opacity: 1; z-index: 1; }
.rx-hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.55); background: rgba(0,0,0,0.25); color: #fff; font-size: 2.1rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; padding-bottom: 4px; }
.rx-hero-prev { left: 12px; }
.rx-hero-next { right: 12px; }
.rx-hero-arrow:hover { background: rgba(0,0,0,0.5); }
.rx-hero-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 14px; z-index: 6; display: flex; gap: 9px; }
.rx-hero-dots button { width: 11px; height: 11px; padding: 0; border-radius: 50%; border: 0; background: rgba(255,255,255,0.4); cursor: pointer; transition: background 0.2s, transform 0.2s; }
.rx-hero-dots button.is-active { background: #fff; transform: scale(1.25); }
@media(max-width:640px) {
 .rx-hero-arrow { width: 38px; height: 38px; font-size: 1.6rem; }
 .rx-hero-prev { left: 6px; }
 .rx-hero-next { right: 6px; }
}
@media (prefers-reduced-motion: reduce) {
 .rx-hero-slider .rx-hero-slide { transition: none; }
}

/* ============ Slot iklan placeholder (gaya media besar) ============ */
.rx-ad { position: relative; }
.rx-ad-leaderboard { background: var(--rx-bg-2); border-top: 1px solid var(--rx-line); border-bottom: 1px solid var(--rx-line); padding: 26px 12px; text-align: center; }
.rx-ad-box { display: inline-block; text-align: center; }
.rx-ad-label { display: inline-block; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.68rem; font-weight: 700; color: var(--rx-muted); border: 1px solid var(--rx-line); padding: 3px 10px; border-radius: 999px; margin-bottom: 8px; }
.rx-ad-size { display: block; font-family: var(--rx-font-head); font-size: 1.25rem; font-weight: 700; color: var(--rx-green-deep); line-height: 1.2; }
.rx-ad-box em { display: block; font-style: normal; color: var(--rx-muted); font-size: 0.85rem; margin-top: 4px; }
.rx-ad-leaderboard .rx-ad-box { padding: 12px 26px; border: 1px dashed var(--rx-line); border-radius: 12px; background: var(--rx-white); }
.rx-ad-parallax { min-height: 380px; background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.rx-ad-parallax::before { content: ''; position: absolute; inset: 0; background: rgba(18,16,13,0.45); }
.rx-ad-parallax .rx-ad-box { position: relative; z-index: 1; background: rgba(255,255,255,0.94); padding: 28px 38px; border-radius: 16px; box-shadow: 0 12px 34px rgba(0,0,0,0.28); max-width: 620px; }
@media (hover: none), (max-width: 768px) {
 .rx-ad-parallax { background-attachment: scroll; min-height: 320px; }
}

/* ============ Footer logo & sosial ============ */
.rx-footer-logo { display: inline-block; margin-bottom: 10px; }
.rx-footer-logo img { width: 210px; height: auto; }
.rx-footer-tagline { font-family: var(--rx-font-head); font-style: italic; color: #fff; margin: 0 0 8px; }
.rx-social { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.rx-social a { display: inline-block; font-size: 0.76rem; letter-spacing: 0.04em; padding: 6px 14px; border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; color: #d9cbc4; }
.rx-social a:hover { background: #fff; color: #3f0a0e; border-color: #fff; }
.rx-footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 0; }
.rx-footer-bottom p { margin: 0; }
.rx-footer-bottom .rx-footer-top { color: #e6dcc4; font-size: 0.82rem; }
.rx-footer-bottom .rx-footer-top:hover { color: #fff; }
