.reseller-package-visual {
    width: 100%;
    margin: 0;
}

.reseller-package-visual img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

/* Homepage mockup bid — reseller benefit accents */
.repc-reseller-benefits {
	gap: 0;
	margin-top: 22px;
	margin-bottom: 28px;
}

.repc-reseller-benefits > .wp-block-column {
	position: relative;
	padding: 0 22px 0 0;
}

.repc-reseller-benefits > .wp-block-column + .wp-block-column {
	padding-left: 22px;
}

.repc-reseller-benefits > .wp-block-column:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: 46px;
	background: #e6a91d;
	opacity: 0.7;
}

.repc-reseller-benefits h6 {
	position: relative;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	padding-top: 12px;
}

.repc-reseller-benefits h6::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 3px;
	border-radius: 99px;
	background: #e6a91d;
}

.repc-reseller-benefits p {
	margin-bottom: 0 !important;
}

@media (max-width: 781px) {
	.repc-reseller-benefits {
		gap: 18px;
	}

	.repc-reseller-benefits > .wp-block-column,
	.repc-reseller-benefits > .wp-block-column + .wp-block-column {
		padding: 0;
	}

	.repc-reseller-benefits > .wp-block-column:not(:last-child)::after {
		display: none;
	}
}

/* BEGIN REPUBLIK CIRENG PRODUCT PAGES */
.rc-product-page {
    --rc-dark: #2b180f;
    --rc-orange: #cf6c12;
    --rc-cream: #fff8ed;
    --rc-soft: #fffdf8;
    --rc-line: #eed5aa;
    color: var(--rc-dark);
    background: var(--rc-cream);
}

.rc-product-page,
.rc-product-page * {
    box-sizing: border-box;
}

.rc-product-page .rc-product-hero,
.rc-product-page .rc-product-info-section,
.rc-product-page .rc-product-cta-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rc-product-page .rc-product-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.rc-product-page .rc-product-hero {
    padding: 72px 0 56px;
    background: var(--rc-cream);
}

.rc-product-page .rc-product-hero__grid {
    align-items: center;
    gap: 44px;
}

.rc-product-page .rc-product-eyebrow {
    margin: 0 0 18px;
    color: var(--rc-orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rc-product-page .rc-product-title {
    margin: 0 0 20px;
    color: var(--rc-dark);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
}

.rc-product-page .rc-product-description,
.rc-product-page .rc-product-section-description {
    margin: 0;
    color: #57382a;
    font-size: 17px;
    line-height: 1.75;
}

.rc-product-page .rc-product-actions {
    gap: 12px;
    margin-top: 28px;
}

.rc-product-page .rc-button .wp-block-button__link {
    min-height: 48px;
    padding: 12px 19px;
    border: 1px solid var(--rc-dark);
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.rc-product-page .rc-button--primary .wp-block-button__link {
    color: #fff;
    background: var(--rc-dark);
}

.rc-product-page .rc-button--outline .wp-block-button__link {
    color: var(--rc-orange);
    background: transparent;
    border-color: var(--rc-orange);
}

.rc-product-page .rc-button--accent .wp-block-button__link {
    color: var(--rc-dark);
    background: #f6bc35;
    border-color: #f6bc35;
}

.rc-product-page .rc-button .wp-block-button__link:hover {
    color: var(--rc-dark);
    background: #f6bc35;
    border-color: #f6bc35;
}

.rc-product-page .rc-product-image {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--rc-line);
    border-radius: 16px;
    background: #fff;
}

.rc-product-page .rc-product-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.rc-product-page .rc-product-info-section {
    padding: 64px 0;
    background: var(--rc-soft);
}

.rc-product-page .rc-product-section-title {
    margin: 0 0 14px;
    color: var(--rc-dark);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.16;
}

.rc-product-page .rc-product-section-description {
    max-width: 760px;
    margin-bottom: 28px;
}

.rc-product-page .rc-product-info-grid {
    gap: 18px;
}

.rc-product-page .rc-product-info-card {
    min-height: 200px;
    padding: 26px;
    border: 1px solid var(--rc-line);
    border-radius: 14px;
    background: var(--rc-cream);
}

.rc-product-page .rc-product-info-card::before {
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 18px;
    content: "";
    background: #f0ad1a;
}

.rc-product-page .rc-product-card-title {
    margin: 0 0 10px;
    color: var(--rc-dark);
    font-size: 19px;
    line-height: 1.3;
}

.rc-product-page .rc-product-card-text {
    margin: 0;
    color: #57382a;
    font-size: 15px;
    line-height: 1.65;
}

.rc-product-page .rc-product-cta-section {
    padding: 56px 0;
    background: var(--rc-dark);
}

.rc-product-page .rc-product-cta-grid {
    align-items: center;
    gap: 28px;
    padding: 34px;
    border: 1px solid rgba(246, 188, 53, .7);
    border-radius: 14px;
}

.rc-product-page .rc-product-eyebrow--light,
.rc-product-page .rc-product-cta-title,
.rc-product-page .rc-product-cta-description {
    color: #fff7e8;
}

.rc-product-page .rc-product-cta-title {
    margin: 0 0 12px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.16;
}

.rc-product-page .rc-product-cta-description {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.rc-product-page .rc-product-cta-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 781px) {
    .rc-product-page .rc-product-shell {
        width: min(100% - 32px, 1120px);
    }

    .rc-product-page .rc-product-hero {
        padding: 48px 0 40px;
    }

    .rc-product-page .rc-product-hero__grid {
        gap: 28px;
    }

    .rc-product-page .rc-product-hero__media {
        order: -1;
    }

    .rc-product-page .rc-product-info-section {
        padding: 46px 0;
    }

    .rc-product-page .rc-product-info-card {
        min-height: 0;
    }

    .rc-product-page .rc-product-cta-section {
        padding: 40px 0;
    }

    .rc-product-page .rc-product-cta-grid {
        padding: 26px;
    }

    .rc-product-page .rc-product-cta-action {
        justify-content: flex-start;
    }
}
/* END REPUBLIK CIRENG PRODUCT PAGES */

/* BEGIN REPUBLIK CIRENG PRODUCT HEADER FIX */
body.page-id-153 .entry-header,
body.page-id-154 .entry-header,
body.page-id-153 .page-header,
body.page-id-154 .page-header,
body.page-id-153 .ct-page-title,
body.page-id-154 .ct-page-title {
    display: none !important;
}

body.page-id-153 .entry-content,
body.page-id-154 .entry-content {
    margin-top: 0 !important;
}
/* END REPUBLIK CIRENG PRODUCT HEADER FIX */

/* BEGIN REPUBLIK CIRENG ARTICLE ARCHIVE REBUILD */
body.page-id-160 .entry-header,
body.page-id-160 .page-header,
body.page-id-160 .ct-page-title {
    display: none !important;
}

body.page-id-160 .entry-content {
    margin-top: 0 !important;
}

.rc-article-archive-page {
    --rc-dark: #2b180f;
    --rc-orange: #cf6c12;
    --rc-yellow: #f6bc35;
    --rc-cream: #fff8ed;
    --rc-soft: #fffdf8;
    --rc-line: #eed5aa;
    color: var(--rc-dark);
    background: var(--rc-soft);
}

.rc-article-archive-page,
.rc-article-archive-page * {
    box-sizing: border-box;
}

.rc-article-archive-page .rc-article-archive-hero,
.rc-article-archive-page .rc-article-archive-list-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rc-article-archive-page .rc-article-archive-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.rc-article-archive-page .rc-article-archive-hero {
    padding: 76px 0 68px;
    background: var(--rc-dark);
}

.rc-article-archive-page .rc-article-eyebrow {
    margin: 0 0 16px;
    color: var(--rc-yellow);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rc-article-archive-page .rc-article-archive-title {
    max-width: 760px;
    margin: 0 0 18px;
    color: #fff8ed;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.1;
}

.rc-article-archive-page .rc-article-archive-description {
    max-width: 700px;
    margin: 0;
    color: #f7e8d0;
    font-size: 17px;
    line-height: 1.75;
}

.rc-article-archive-page .rc-article-archive-list-section {
    padding: 66px 0 78px;
    background: var(--rc-soft);
}

.rc-article-archive-page .rc-article-section-title {
    margin: 0 0 12px;
    color: var(--rc-dark);
    font-size: clamp(29px, 3.2vw, 42px);
    line-height: 1.16;
}

.rc-article-archive-page .rc-article-section-description {
    max-width: 730px;
    margin: 0 0 30px;
    color: #57382a;
    font-size: 16px;
    line-height: 1.7;
}

.rc-article-archive-page .rc-article-query .wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
}

.rc-article-archive-page .rc-article-query .wp-block-post-template > li,
.rc-article-archive-page .rc-article-query .wp-block-post-template > .wp-block-post {
    margin: 0;
    list-style: none;
}

.rc-article-archive-page .rc-article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--rc-line);
    border-radius: 14px;
    background: var(--rc-cream);
}

.rc-article-archive-page .rc-article-card-image {
    margin: 0;
}

.rc-article-archive-page .rc-article-card-image a,
.rc-article-archive-page .rc-article-card-image img {
    display: block;
    width: 100%;
}

.rc-article-archive-page .rc-article-card-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.rc-article-archive-page .rc-article-card-title {
    margin: 22px 22px 10px;
    color: var(--rc-dark);
    font-size: 22px;
    line-height: 1.32;
}

.rc-article-archive-page .rc-article-card-title a {
    color: inherit;
    text-decoration: none;
}

.rc-article-archive-page .rc-article-card-title a:hover {
    color: var(--rc-orange);
}

.rc-article-archive-page .rc-article-card-excerpt {
    margin: 0 22px 24px;
    color: #57382a;
    font-size: 15px;
    line-height: 1.65;
}

.rc-article-archive-page .rc-article-card-excerpt .wp-block-post-excerpt__more-link {
    display: inline-block;
    margin-top: 14px;
    color: var(--rc-orange);
    font-weight: 700;
    text-decoration: none;
}

.rc-article-archive-page .rc-article-empty {
    margin: 0;
    padding: 28px;
    border: 1px dashed var(--rc-line);
    border-radius: 12px;
    color: #57382a;
    background: var(--rc-cream);
}

@media (max-width: 781px) {
    .rc-article-archive-page .rc-article-archive-shell {
        width: min(100% - 32px, 1120px);
    }

    .rc-article-archive-page .rc-article-archive-hero {
        padding: 52px 0 46px;
    }

    .rc-article-archive-page .rc-article-archive-list-section {
        padding: 46px 0 54px;
    }

    .rc-article-archive-page .rc-article-query .wp-block-post-template {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .rc-article-archive-page .rc-article-card-title {
        font-size: 20px;
    }
}
/* END REPUBLIK CIRENG ARTICLE ARCHIVE REBUILD */

/* BEGIN REPUBLIK CIRENG ARTICLE ARCHIVE TOP GAP FIX */
/* Hilangkan ruang vertikal bawaan wrapper theme pada halaman archive rebuild. */
body.page-id-160 main.site-main,
body.page-id-160 .site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.page-id-160 .ct-container-full[data-content="normal"],
body.page-id-160 .ct-container[data-content="normal"],
body.page-id-160 [data-vertical-spacing*="top"] {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Beberapa layout Blocksy menerapkan spacing langsung pada article. */
body.page-id-160 .ct-container-full > article,
body.page-id-160 .ct-container > article,
body.page-id-160 article.type-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Hilangkan margin Gutenberg pada Group pertama sesudah entry-content. */
body.page-id-160 .entry-content > .wp-block-group.rc-article-archive-page,
body.page-id-160 .entry-content.is-layout-flow > .rc-article-archive-page,
body.page-id-160 .entry-content.is-layout-constrained > .rc-article-archive-page {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}

/* Pastikan hero benar-benar menempel ke area setelah header. */
body.page-id-160 .rc-article-archive-page > .rc-article-archive-hero {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}
/* END REPUBLIK CIRENG ARTICLE ARCHIVE TOP GAP FIX */

/* BEGIN REPUBLIK CIRENG ARTICLE ARCHIVE TOP GAP FIX V3 */

/* Wrapper Blocksy yang membungkus article ID 160. */
body:has(#post-160) #main > .ct-container-full,
body:has(#post-160) #main > .ct-container,
body:has(#post-160) .site-main > .ct-container-full,
body:has(#post-160) .site-main > .ct-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Article serta entry-content halaman archive draft. */
#post-160,
#post-160 > .entry-content,
#post-160 .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}

/* Group hero pertama tidak boleh menerima spacing Gutenberg bawaan. */
#post-160 .entry-content > :first-child,
#post-160 .entry-content > .wp-block-group:first-child,
#post-160 .rc-article-archive-page,
#post-160 .rc-article-archive-page > .rc-article-archive-hero {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}

/* Pastikan hero dapat menempel langsung ke batas bawah navbar. */
#post-160 .rc-article-archive-hero {
    padding-top: 76px;
}

/* Mobile tetap proporsional. */
@media (max-width: 781px) {
    #post-160 .rc-article-archive-hero {
        padding-top: 52px;
    }
}

/* END REPUBLIK CIRENG ARTICLE ARCHIVE TOP GAP FIX V3 */

/* BEGIN REPUBLIK CIRENG ARTICLE EMPTY HERO FIX */
/*
 * Blocksy masih membuat hero-section kosong sebelum entry-content.
 * Tingginya 0px, tetapi membawa margin-bottom 40px sehingga tampak
 * sebagai strip krem antara navbar dan hero Artikel & Tips.
 */
body.page-id-160 #post-160 > .hero-section.is-width-constrained {
    display: none !important;
}
/* END REPUBLIK CIRENG ARTICLE EMPTY HERO FIX */

/* RC ARTICLE QUERY LOOP LAYOUT FIX START */

/* Desktop: 3 kartu dengan lebar penuh per kolom */
.rc-article-archive-page .rc-article-archive-list-section
.wp-block-query .wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.rc-article-archive-page .rc-article-archive-list-section
.wp-block-query .wp-block-post-template > li.wp-block-post {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
}

/*
 * Ini inti perbaikannya:
 * Group pertama dalam setiap post sebelumnya masih memakai
 * Grid internal tiga kolom dan membuat kartu menyusut.
 */
.rc-article-archive-page .rc-article-archive-list-section
.wp-block-query .wp-block-post-template > li.wp-block-post > * {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    justify-items: stretch !important;
}

.rc-article-archive-page .rc-article-archive-list-section
.wp-block-query .wp-block-post-template > li.wp-block-post > * > * {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
}

.rc-article-archive-page .rc-article-archive-list-section
.wp-block-query .wp-block-post-featured-image,
.rc-article-archive-page .rc-article-archive-list-section
.wp-block-query .wp-block-post-featured-image a,
.rc-article-archive-page .rc-article-archive-list-section
.wp-block-query .wp-block-post-featured-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Mobile: satu kartu per baris */
@media (max-width: 781px) {
    .rc-article-archive-page .rc-article-archive-list-section
    .wp-block-query .wp-block-post-template {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}
/* RC ARTICLE QUERY LOOP LAYOUT FIX END */

/* RC VISUAL FIDELITY PASS 1 START */

body.rc-homepage {
    --rc-ink: #251710;
    --rc-ink-soft: #4e3428;
    --rc-cream: #fff9ed;
    --rc-cream-soft: #fffdf8;
    --rc-yellow: #f9bd19;
    --rc-orange: #d86a18;
    --rc-pink: rgba(255, 202, 200, 0.55);
    --rc-lime: rgba(224, 239, 193, 0.62);
    --rc-border: rgba(221, 153, 35, 0.3);
    background: var(--rc-cream-soft);
}

body.rc-homepage,
body.rc-homepage .entry-content,
body.rc-homepage .entry-content p,
body.rc-homepage .entry-content li,
body.rc-homepage .ct-header {
    font-family: "Nunito", Arial, sans-serif !important;
}

/* ------------------------------
   HEADER / NAVBAR
-------------------------------- */

body.rc-homepage #header,
body.rc-homepage #header::before,
body.rc-homepage #header::after,
body.rc-homepage .ct-header,
body.rc-homepage .ct-header [data-row] {
    background: #ffffff !important;
    background-image: none !important;
    border-color: rgba(37, 23, 16, 0.08) !important;
}

body.rc-homepage #header {
    box-shadow: 0 2px 14px rgba(56, 31, 15, 0.07) !important;
}

body.rc-homepage #header [data-id="logo"] .site-title,
body.rc-homepage #header [data-id="logo"] .site-title a,
body.rc-homepage #header [data-id="logo"] a {
    color: var(--rc-ink) !important;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
    font-weight: 800 !important;
}

body.rc-homepage #header [data-id="menu"] .ct-menu-link,
body.rc-homepage #header [data-id="menu"] li > a {
    color: var(--rc-ink) !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 0.93rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

body.rc-homepage #header [data-id="menu"] li:not(.rc-menu-whatsapp) > a {
    position: relative !important;
}

body.rc-homepage #header [data-id="menu"] li.current-menu-item:not(.rc-menu-whatsapp) > a,
body.rc-homepage #header [data-id="menu"] li:first-child:not(.rc-menu-whatsapp) > a {
    color: #cc8a00 !important;
}

body.rc-homepage #header [data-id="menu"] li.current-menu-item:not(.rc-menu-whatsapp) > a::after,
body.rc-homepage #header [data-id="menu"] li:first-child:not(.rc-menu-whatsapp) > a::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -9px !important;
    width: 28px !important;
    height: 3px !important;
    border-radius: 99px !important;
    background: var(--rc-yellow) !important;
    transform: translateX(-50%) !important;
}

body:not(.rc-homepage) #header .rc-menu-whatsapp {
    display: none !important;
}

body.rc-homepage #header .rc-menu-whatsapp > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border: 2px solid var(--rc-yellow) !important;
    border-radius: 14px !important;
    background: var(--rc-ink) !important;
    color: var(--rc-yellow) !important;
    font-weight: 800 !important;
    box-shadow: 0 5px 0 rgba(218, 150, 0, 0.18) !important;
}

body.rc-homepage #header .rc-menu-whatsapp > a:hover {
    transform: translateY(-1px) !important;
    background: #321f16 !important;
    color: #ffd341 !important;
}

/* ------------------------------
   HERO
-------------------------------- */

body.rc-homepage .rc-home-hero {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    padding: clamp(56px, 7vw, 98px) clamp(24px, 5vw, 72px) !important;
    background:
        radial-gradient(circle at 9% 70%, var(--rc-pink) 0 94px, transparent 95px),
        radial-gradient(circle at 88% 20%, var(--rc-lime) 0 120px, transparent 121px),
        linear-gradient(135deg, #fffaf0 0%, #fffdf8 54%, #fff7e8 100%) !important;
}

body.rc-homepage .rc-home-hero::before {
    content: "" !important;
    position: absolute !important;
    left: 6% !important;
    bottom: 11% !important;
    width: 120px !important;
    height: 120px !important;
    border: 12px solid rgba(248, 190, 25, 0.23) !important;
    border-radius: 34px 62px 42px 70px !important;
    transform: rotate(-14deg) !important;
    z-index: -1 !important;
}

body.rc-homepage .rc-home-hero::after {
    content: "✦" !important;
    position: absolute !important;
    right: 46% !important;
    top: 17% !important;
    color: var(--rc-yellow) !important;
    font-size: clamp(30px, 3vw, 46px) !important;
    line-height: 1 !important;
    transform: rotate(13deg) !important;
    opacity: 0.88 !important;
    z-index: -1 !important;
}

body.rc-homepage .rc-home-hero > * {
    position: relative !important;
    z-index: 1 !important;
}

body.rc-homepage .rc-home-hero .wp-block-columns {
    align-items: center !important;
    gap: clamp(32px, 5vw, 74px) !important;
}

body.rc-homepage .rc-home-hero h1,
body.rc-homepage .rc-home-hero h2 {
    max-width: 760px !important;
    color: var(--rc-ink) !important;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
    font-size: clamp(2.5rem, 4.75vw, 4.6rem) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.035em !important;
}

body.rc-homepage .rc-home-hero h1 strong,
body.rc-homepage .rc-home-hero h2 strong {
    color: var(--rc-orange) !important;
}

body.rc-homepage .rc-home-hero p {
    max-width: 655px !important;
    color: var(--rc-ink-soft) !important;
    font-size: clamp(1rem, 1.25vw, 1.17rem) !important;
    font-weight: 600 !important;
    line-height: 1.75 !important;
}

body.rc-homepage .rc-home-hero .wp-block-buttons {
    gap: 13px !important;
    margin-top: 28px !important;
}

body.rc-homepage .rc-home-hero .wp-block-button__link {
    min-height: 48px !important;
    padding: 0.8rem 1.22rem !important;
    border: 2px solid var(--rc-ink) !important;
    border-radius: 14px !important;
    background: var(--rc-ink) !important;
    color: #ffffff !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 0.96rem !important;
    font-weight: 800 !important;
    box-shadow: 0 5px 0 rgba(95, 51, 25, 0.14) !important;
}

body.rc-homepage .rc-home-hero .is-style-outline .wp-block-button__link {
    border-color: var(--rc-yellow) !important;
    background: #fffdf8 !important;
    color: var(--rc-orange) !important;
    box-shadow: 0 5px 0 rgba(249, 189, 25, 0.17) !important;
}

body.rc-homepage .rc-home-hero .wp-block-image {
    position: relative !important;
    margin: 0 !important;
}

body.rc-homepage .rc-home-hero .wp-block-image::before {
    content: "" !important;
    position: absolute !important;
    inset: 9% -4% -7% 9% !important;
    border-radius: 36px !important;
    background: rgba(255, 204, 168, 0.46) !important;
    transform: rotate(4deg) !important;
    z-index: -1 !important;
}

body.rc-homepage .rc-home-hero .wp-block-image img {
    display: block !important;
    width: 100% !important;
    border: 7px solid #fffdf8 !important;
    border-radius: 34px !important;
    box-shadow: 0 20px 38px rgba(86, 45, 20, 0.17) !important;
}

@media (max-width: 781px) {
    body.rc-homepage #header .rc-menu-whatsapp > a {
        justify-content: flex-start !important;
        width: 100% !important;
        margin-top: 8px !important;
    }

    body.rc-homepage .rc-home-hero {
        padding: 44px 22px 52px !important;
    }

    body.rc-homepage .rc-home-hero::after {
        top: 8% !important;
        right: 10% !important;
    }

    body.rc-homepage .rc-home-hero .wp-block-columns {
        gap: 30px !important;
    }

    body.rc-homepage .rc-home-hero h1,
    body.rc-homepage .rc-home-hero h2 {
        font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
    }

    body.rc-homepage .rc-home-hero .wp-block-image img {
        border-width: 5px !important;
        border-radius: 26px !important;
    }
}

/* RC VISUAL FIDELITY PASS 1 END */

/* RC VISUAL FIDELITY PASS 1.1 START */

/* Reset ukuran item CTA agar tidak mengikuti tinggi navbar penuh */
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp {
    display: flex !important;
    align-self: center !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 0 0 16px !important;
    padding: 0 !important;
}

/* Bentuk tombol */
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: auto !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    overflow: visible !important;
    border: 2px solid #f9bd19 !important;
    border-radius: 14px !important;
    background: #251710 !important;
    color: #ffd447 !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 5px 0 rgba(218, 150, 0, 0.2) !important;
}

/* Paksa teks turunan tetap terlihat bila Blocksy membungkus label */
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a *,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link * {
    color: #ffd447 !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: inherit !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hindari pseudo-element bawaan menu menyembunyikan teks */
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a::after,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link::after {
    display: none !important;
}

body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a:hover,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link:hover {
    background: #3a2114 !important;
    color: #ffe06a !important;
    transform: translateY(-1px) !important;
}

/* Mobile menu: CTA tetap rapi, tidak memaksa lebar desktop */
@media (max-width: 781px) {
    body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp {
        align-self: stretch !important;
        width: 100% !important;
        height: auto !important;
        min-height: 44px !important;
        max-height: none !important;
        margin: 10px 0 0 !important;
    }

    body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a,
    body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link {
        justify-content: flex-start !important;
        width: 100% !important;
    }
}

/* RC VISUAL FIDELITY PASS 1.1 END */

/* RC VISUAL FIDELITY PASS 1.2 START */

/* Samakan casing dengan mockup */
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link {
    text-transform: none !important;
}

/* Ikon chat/WhatsApp bernuansa kuning di depan label */
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a::before,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link::before {
    content: "" !important;
    display: inline-block !important;
    flex: 0 0 17px !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 7px 0 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffd447' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11.5a8.25 8.25 0 0 1-1 4 8.5 8.5 0 0 1-11.5 3.5L4 20l1-3.5A8.5 8.5 0 1 1 20 11.5Z'/%3E%3Cpath d='M9 9.5c.25 1.9 1.75 3.4 3.65 3.65l1.05-1.05c.18-.18.45-.23.68-.12l1.3.62c.3.14.43.5.28.8-.55 1.12-1.65 1.8-2.9 1.8A6.5 6.5 0 0 1 6.8 8.95c0-1.25.68-2.35 1.8-2.9.3-.15.66-.02.8.28l.62 1.3c.11.23.06.5-.12.68L9 9.5Z'/%3E%3C/svg%3E") !important;
}

/* Cegah style default menu menyembunyikan atau mengubah label */
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > a *,
body.rc-homepage #header [data-id="menu"] .rc-menu-whatsapp > .ct-menu-link * {
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* RC VISUAL FIDELITY PASS 1.2 END */



/* === RC NAVBAR CTA RECOVERY HOTFIX 1 START === */

/*
 * Scope ketat:
 * hanya link WhatsApp di dalam header Page #88.
 * Tidak menyentuh CTA WhatsApp hero atau tombol section lain.
 *
 * Opacity, visibility, display, padding, dan transform sengaja tidak
 * dipaksa agar sistem anti-flicker navbar yang ada tetap bekerja.
 */

body.rc-homepage #header a[href*="wa.me/"],
body.rc-homepage .ct-header a[href*="wa.me/"],
body.rc-homepage header a[href*="wa.me/"] {
    color: #f6bb18 !important;

    background-color: #25170f !important;
    background-image: none !important;

    border: 2px solid #f6bb18 !important;
    border-radius: 14px !important;

    box-shadow: 3px 4px 0 rgba(246, 187, 24, 0.18) !important;

    text-decoration: none !important;
    text-shadow: none !important;
}

body.rc-homepage #header a[href*="wa.me/"] *,
body.rc-homepage .ct-header a[href*="wa.me/"] *,
body.rc-homepage header a[href*="wa.me/"] * {
    color: #f6bb18 !important;
}

body.rc-homepage #header a[href*="wa.me/"] svg,
body.rc-homepage .ct-header a[href*="wa.me/"] svg,
body.rc-homepage header a[href*="wa.me/"] svg {
    color: #f6bb18 !important;
    fill: currentColor !important;
}

body.rc-homepage #header a[href*="wa.me/"] svg *,
body.rc-homepage .ct-header a[href*="wa.me/"] svg *,
body.rc-homepage header a[href*="wa.me/"] svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

@media (hover: hover) and (pointer: fine) {
    body.rc-homepage #header a[href*="wa.me/"]:hover,
    body.rc-homepage .ct-header a[href*="wa.me/"]:hover,
    body.rc-homepage header a[href*="wa.me/"]:hover {
        color: #ffcd39 !important;

        background-color: #332019 !important;
        border-color: #ffcd39 !important;

        box-shadow: 3px 5px 0 rgba(246, 187, 24, 0.24) !important;
    }
}

body.rc-homepage #header a[href*="wa.me/"]:focus-visible,
body.rc-homepage .ct-header a[href*="wa.me/"]:focus-visible,
body.rc-homepage header a[href*="wa.me/"]:focus-visible {
    outline: 2px solid #f6bb18 !important;
    outline-offset: 3px !important;
}

/* === RC NAVBAR CTA RECOVERY HOTFIX 1 END === */

/* === RC PRODUK UTAMA CLEAN LOCK START === */

/*
 * Scope ketat:
 * hanya Produk Utama pada Page #88.
 * Navbar, hero, CTA WhatsApp, Page #9, dan section lain tidak disentuh.
 */

/* Heading dan underline. */
body.rc-homepage #produk-utama {
    position: relative !important;

    display: table !important;
    width: fit-content !important;
    margin: 0 auto 14px !important;
    padding: 0 0 13px !important;

    color: #25170f !important;
    background-image: linear-gradient(#f6bb18, #f6bb18) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: 42px 3px !important;

    font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
    font-size: clamp(30px, 2.45vw, 36px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.45px !important;
    text-align: center !important;
}

/* Doodle kecil tiga garis, menggantikan bintang template. */
body.rc-homepage #produk-utama::before,
body.rc-homepage #produk-utama::after {
    content: "" !important;
    position: absolute !important;

    top: 46% !important;
    width: 28px !important;
    height: 28px !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M4 20l9-4M12 6l3 9M23 8l-3 8' fill='none' stroke='%23f6bb18' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;

    pointer-events: none !important;
}

body.rc-homepage #produk-utama::before {
    left: -43px !important;
    transform: translateY(-50%) rotate(-8deg) !important;
}

body.rc-homepage #produk-utama::after {
    right: -43px !important;
    transform: translateY(-50%) scaleX(-1) rotate(-8deg) !important;
}

/* Grid kartu. */
body.rc-homepage #produk-utama + .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;

    width: min(1040px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
    align-items: stretch !important;
}

body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column {
    min-width: 0 !important;
    margin: 0 !important;
}

/* Card: lebih ringkas seperti mockup. */
body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group {
    display: flex !important;
    flex-direction: column !important;

    min-height: 100% !important;
    padding: 12px 13px 16px !important;

    overflow: hidden !important;
    background: #fffdf8 !important;
    border: 1px solid rgba(214, 170, 89, 0.44) !important;
    border-radius: 17px !important;
    box-shadow: 0 6px 16px rgba(77, 45, 24, 0.055) !important;
}

/* Gambar lebih pendek dan rounded. */
body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group > figure.wp-block-image {
    display: block !important;

    width: 100% !important;
    height: 188px !important;
    margin: 0 0 11px !important;

    overflow: hidden !important;
    border-radius: 14px !important;
    background: #f7f1e8 !important;
}

body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group > figure.wp-block-image > img,
body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group > figure.wp-block-image > a > img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    border: 0 !important;
    border-radius: 14px !important;
}

/* Judul dekat ke gambar. */
body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-heading {
    margin: 0 0 12px !important;

    color: #25170f !important;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
    font-size: clamp(20px, 1.65vw, 23px) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.2px !important;
    text-align: center !important;
}

body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-heading a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Tombol. */
body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-buttons {
    display: flex !important;
    justify-content: center !important;
    margin: auto 0 0 !important;
}

body.rc-homepage #produk-utama + .wp-block-columns .wp-block-button {
    margin: 0 !important;
}

body.rc-homepage #produk-utama + .wp-block-columns .wp-block-button__link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 39px !important;
    padding: 0 22px !important;

    color: #bd6f10 !important;
    background: #fffdf9 !important;
    border: 2px solid #f6bb18 !important;
    border-radius: 11px !important;
    box-shadow: 2px 3px 0 rgba(246, 187, 24, 0.13) !important;

    font-family: "Nunito", "Trebuchet MS", sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
    body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group {
        transition:
            transform 170ms ease,
            border-color 170ms ease,
            box-shadow 170ms ease !important;
    }

    body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group:hover {
        transform: translateY(-3px) !important;
        border-color: rgba(246, 187, 24, 0.78) !important;
        box-shadow: 0 11px 22px rgba(77, 45, 24, 0.10) !important;
    }
}

@media (max-width: 899px) {
    body.rc-homepage #produk-utama {
        margin-bottom: 17px !important;
        font-size: 30px !important;
    }

    body.rc-homepage #produk-utama::before {
        left: -36px !important;
    }

    body.rc-homepage #produk-utama::after {
        right: -36px !important;
    }

    body.rc-homepage #produk-utama + .wp-block-columns {
        grid-template-columns: minmax(0, 420px) !important;
        justify-content: center !important;

        width: min(100%, calc(100% - 34px)) !important;
        gap: 18px !important;
    }

    body.rc-homepage #produk-utama + .wp-block-columns > .wp-block-column > .wp-block-group > figure.wp-block-image {
        height: auto !important;
        aspect-ratio: 1.48 / 1 !important;
    }
}

@media (max-width: 460px) {
    body.rc-homepage #produk-utama::before,
    body.rc-homepage #produk-utama::after {
        display: none !important;
    }
}

/* === RC PRODUK UTAMA CLEAN LOCK END === */

/* === RC PRODUK UTAMA MICRO PASS 4 START === */

/*
 * Scope:
 * Page #88, heading Produk Utama serta handoff ke section berikutnya.
 * Tidak menyentuh navbar, hero, CTA WhatsApp, atau Page #9.
 */

/* Kembalikan pasangan sparkle seperti potongan header referensi. */
body.rc-homepage #produk-utama::before,
body.rc-homepage #produk-utama::after {
    content: "✦" !important;

    width: auto !important;
    height: auto !important;
    top: 43% !important;

    color: #f2b51d !important;
    background-image: none !important;

    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    opacity: 0.98 !important;
}

body.rc-homepage #produk-utama::before {
    left: -36px !important;
    transform: translateY(-52%) rotate(-16deg) !important;
    text-shadow: 10px 5px 0 rgba(242, 181, 29, 0.80) !important;
}

body.rc-homepage #produk-utama::after {
    right: -36px !important;
    transform: translateY(-50%) rotate(13deg) !important;
    text-shadow: -10px 5px 0 rgba(242, 181, 29, 0.76) !important;
}

/*
 * Group Produk Utama asli memiliki padding-top dan padding-bottom 72px.
 * Top dipertahankan cukup lega; bottom dipadatkan untuk mendekatkan
 * card Produk Utama ke Info Reseller.
 */
@media (min-width: 900px) {
    body.rc-homepage .wp-block-group:has(> #produk-utama) {
        padding-bottom: 28px !important;
    }

    /*
     * Section yang langsung mengikuti Produk Utama dipadatkan dari atas.
     * Menjangkau Group, Columns, Cover, atau spacer tanpa global override.
     */
    body.rc-homepage .wp-block-group:has(> #produk-utama) + .wp-block-group,
    body.rc-homepage .wp-block-group:has(> #produk-utama) + .wp-block-columns,
    body.rc-homepage .wp-block-group:has(> #produk-utama) + .wp-block-cover {
        padding-top: 34px !important;
        margin-top: 0 !important;
    }

    body.rc-homepage .wp-block-group:has(> #produk-utama) + .wp-block-spacer {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
    }

    body.rc-homepage .wp-block-group:has(> #produk-utama) + .wp-block-spacer + .wp-block-group,
    body.rc-homepage .wp-block-group:has(> #produk-utama) + .wp-block-spacer + .wp-block-columns,
    body.rc-homepage .wp-block-group:has(> #produk-utama) + .wp-block-spacer + .wp-block-cover {
        padding-top: 34px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 899px) {
    body.rc-homepage .wp-block-group:has(> #produk-utama) {
        padding-bottom: 26px !important;
    }
}

@media (max-width: 460px) {
    body.rc-homepage #produk-utama::before {
        left: -31px !important;
    }

    body.rc-homepage #produk-utama::after {
        right: -31px !important;
    }
}

/* === RC PRODUK UTAMA MICRO PASS 4 END === */

/* === RC INFO RESELLER FIDELITY PASS 1 START === */
/* === RC INFO RESELLER DESKTOP TABLET GUARD === */
@media (min-width: 768px) {


/*
 * Scope ketat:
 * hanya top-level Group Info Reseller yang memiliki
 * .reseller-package-visual di dalamnya.
 *
 * Produk Utama, navbar, hero, CTA WhatsApp, Page #9,
 * routing, dan source image tidak disentuh.
 */

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual) {
    position: relative !important;

    width: min(1230px, calc(100% - 80px)) !important;
    margin: 28px auto 46px !important;
    padding: 32px 34px !important;

    overflow: hidden !important;
    box-sizing: border-box !important;

    border-radius: 22px !important;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(255, 211, 53, 0.16) 0%,
            rgba(255, 211, 53, 0) 32%
        ),
        linear-gradient(
            135deg,
            #fff9ec 0%,
            #fff4d9 100%
        ) !important;

    box-shadow: 0 10px 28px rgba(100, 61, 20, 0.045) !important;
}

/* Komposisi utama: visual kiri + informasi kanan. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(310px, 0.86fr) minmax(0, 1.14fr) !important;
    gap: 42px !important;

    margin: 0 !important;
    align-items: center !important;
}

/* Visual paket reseller. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:first-child {
    min-width: 0 !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.reseller-package-visual {
    position: relative !important;

    width: 100% !important;
    aspect-ratio: 1.08 / 1 !important;
    margin: 0 !important;

    overflow: hidden !important;
    border-radius: 18px !important;
    background: #f4e3c4 !important;

    box-shadow: 0 13px 24px rgba(82, 47, 18, 0.12) !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.reseller-package-visual::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;

    pointer-events: none !important;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.10) 0%,
            rgba(255, 255, 255, 0) 48%
        ) !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.reseller-package-visual img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: 46% 52% !important;

    transform: scale(1.03) !important;
}

/* Kolom konten. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Label INFO RESELLER. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> p:first-child {
    margin: 0 0 13px !important;

    color: #57382a !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.09em !important;
    line-height: 1.2 !important;
}

/* Heading utama. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> h2 {
    max-width: 690px !important;
    margin: 0 0 17px !important;

    color: #c96d17 !important;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
    font-size: clamp(32px, 3vw, 44px) !important;
    font-weight: 800 !important;
    line-height: 1.16 !important;
    letter-spacing: -0.45px !important;
}

/* Deskripsi utama. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> h2 + p {
    max-width: 700px !important;
    margin: 0 !important;

    color: #57382a !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.72 !important;
}

/* Benefit row. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;

    margin: 25px 0 21px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column {
    position: relative !important;

    min-width: 0 !important;
    padding: 1px 16px 0 58px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column:not(:first-child) {
    border-left: 1px dashed rgba(222, 162, 27, 0.72) !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column::before {
    content: "" !important;
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 42px !important;
    height: 42px !important;

    border-radius: 999px !important;
    background-color: #25170f !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 21px 21px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5 10.5 4H18l2 2v7.5L13.5 20 4 10.5Z' fill='none' stroke='%23f6bb18' stroke-width='1.9' stroke-linejoin='round'/%3E%3Ccircle cx='15.7' cy='8.3' r='1.1' fill='%23f6bb18'/%3E%3C/svg%3E") !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 8 8-4 8 4v9l-8 4-8-4V8Z' fill='none' stroke='%23f6bb18' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='m4 8 8 4 8-4M12 12v9' fill='none' stroke='%23f6bb18' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13h4l7 4V7l-7 4H4v2Z' fill='none' stroke='%23f6bb18' stroke-width='1.9' stroke-linejoin='round'/%3E%3Cpath d='M8 14.5 9.3 19H12l-1.2-4.5M18 9.5c1.2.7 2 2 2 3.5s-.8 2.8-2 3.5' fill='none' stroke='%23f6bb18' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits h6 {
    margin: 0 0 6px !important;
    padding: 0 !important;

    color: #25170f !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.22 !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits h6::before {
    content: none !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits p {
    margin: 0 !important;

    color: #57382a !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
}

/* CTA Gabung Reseller. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.wp-block-buttons {
    margin: 0 !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.wp-block-button {
    margin: 0 !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.wp-block-button__link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    min-height: 48px !important;
    padding: 0 22px !important;

    color: #f6bb18 !important;
    background: #25170f !important;
    border: 2px solid #25170f !important;
    border-radius: 12px !important;
    box-shadow: 3px 4px 0 rgba(246, 187, 24, 0.16) !important;

    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.wp-block-button__link::before {
    content: "" !important;

    width: 19px !important;
    height: 19px !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3' fill='%23f6bb18'/%3E%3Ccircle cx='17' cy='10' r='2.5' fill='%23f6bb18' opacity='.9'/%3E%3Cpath d='M3.5 20c.7-3.4 2.7-5 5.5-5s4.8 1.6 5.5 5H3.5Zm10.5-.2c.3-2 1.7-3.5 3.8-3.5 1.5 0 2.7.7 3.3 2' fill='%23f6bb18'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}


}
@media (hover: hover) and (pointer: fine) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link:hover {
        color: #ffce3a !important;
        background: #342019 !important;
        border-color: #342019 !important;

        transform: translateY(-1px) !important;
        box-shadow: 3px 6px 0 rgba(246, 187, 24, 0.22) !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual) {
        width: min(100% - 34px, 720px) !important;
        margin: 24px auto 36px !important;
        padding: 26px 22px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        width: min(100%, 500px) !important;
        margin: 0 auto !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits {
        gap: 17px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits > .wp-block-column {
        padding-right: 8px !important;
        padding-left: 54px !important;
    }
}

@media (max-width: 620px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits {
        grid-template-columns: 1fr !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits > .wp-block-column:not(:first-child) {
        border-top: 1px dashed rgba(222, 162, 27, 0.62) !important;
        border-left: 0 !important;
        padding-top: 17px !important;
    }
}

/* === RC INFO RESELLER FIDELITY PASS 1 END === */

/* === RC INFO RESELLER FIDELITY PASS 1.1 START === */
/* === RC INFO RESELLER DESKTOP TABLET GUARD === */
@media (min-width: 768px) {


/*
 * Geometry & Content Hierarchy
 * Scope hanya Panel Info Reseller Page #88.
 */

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual) {
    width: min(1230px, calc(100% - 80px)) !important;
    margin: 18px auto 34px !important;
    padding: 27px 34px !important;

    border-radius: 22px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns {
    grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr) !important;
    gap: 34px !important;
    align-items: center !important;
}

/* Visual lebih ringkas dan fokus ke kardus terbuka serta kemasan. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.reseller-package-visual {
    height: 332px !important;
    aspect-ratio: auto !important;

    border-radius: 17px !important;
    box-shadow: 0 10px 21px rgba(82, 47, 18, 0.10) !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.reseller-package-visual img {
    object-position: 43% 63% !important;
    transform: scale(1.14) !important;
    filter: saturate(0.96) contrast(0.98) !important;
}

/* Eyebrow lama disembunyikan: H2 menjadi heading utama. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> p:first-child {
    display: none !important;
}

/* Heading utama sesuai mockup. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> h2 {
    width: fit-content !important;
    max-width: none !important;
    margin: 0 0 15px !important;
    padding-bottom: 11px !important;

    color: #25170f !important;
    background-image: linear-gradient(#f6bb18, #f6bb18) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: 43px 3px !important;

    font-size: clamp(30px, 2.45vw, 36px) !important;
    line-height: 1 !important;
    letter-spacing: -0.35px !important;
}

/* JABODETABEK tetap ada pada deskripsi. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> h2 + p {
    max-width: 670px !important;
    margin: 0 !important;

    color: #57382a !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.62 !important;
}

/* Benefits lebih rapat. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits {
    margin: 18px 0 17px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column {
    padding: 0 11px 0 47px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits > .wp-block-column::before {
    width: 35px !important;
    height: 35px !important;
    background-size: 18px 18px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits h6 {
    margin-bottom: 4px !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.repc-reseller-benefits p {
    font-size: 12px !important;
    line-height: 1.45 !important;
}

/* CTA lebih dekat dengan benefit. */
body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.wp-block-button__link {
    min-height: 44px !important;
    padding: 0 20px !important;
    border-radius: 11px !important;
    font-size: 14px !important;
}

body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
.wp-block-button__link::before {
    width: 18px !important;
    height: 18px !important;
}


}
@media (max-width: 767px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual) {
        width: min(100% - 34px, 720px) !important;
        margin: 20px auto 30px !important;
        padding: 24px 22px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        height: auto !important;
        aspect-ratio: 1.16 / 1 !important;
    }
}

/* === RC INFO RESELLER FIDELITY PASS 1.1 END === */

/* === RC INFO RESELLER FIDELITY PASS 1.2 START === */

/*
 * Visual Integration & Benefit Balance.
 * Scope: Panel Info Reseller Page #88 saja.
 * Source image, Gutenberg, Produk Utama, navbar, dan hero tidak disentuh.
 */

@media (min-width: 768px) {

    /* Panel sedikit lebih rapat ke section berikutnya. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual) {
        margin-bottom: 28px !important;
    }

    /* Foto kiri dibuat lebih seperti pack-shot terintegrasi. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns {
        grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr) !important;
        gap: 28px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        min-height: 304px !important;
        isolation: isolate !important;
    }

    /* Lingkaran kuning lembut di belakang aset visual. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::before {
        content: "" !important;
        position: absolute !important;

        top: 9px !important;
        left: -18px !important;

        width: 272px !important;
        height: 272px !important;

        border-radius: 999px !important;
        background:
            radial-gradient(
                circle at 38% 33%,
                #ffd75b 0%,
                #f8ba1c 58%,
                #ecaa13 100%
            ) !important;

        opacity: 0.92 !important;
        z-index: 0 !important;
        pointer-events: none !important;
    }

    /* Ornamen daun sederhana di kanan bawah visual. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::after {
        content: "" !important;
        position: absolute !important;

        right: -4px !important;
        bottom: -3px !important;

        width: 96px !important;
        height: 82px !important;

        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cpath d='M14 90C36 64 52 44 104 10' fill='none' stroke='%23547827' stroke-width='3' stroke-linecap='round'/%3E%3Cellipse cx='36' cy='68' rx='15' ry='8' transform='rotate(-38 36 68)' fill='%235e9837'/%3E%3Cellipse cx='53' cy='50' rx='16' ry='8' transform='rotate(32 53 50)' fill='%236aa13f'/%3E%3Cellipse cx='76' cy='33' rx='16' ry='8' transform='rotate(-29 76 33)' fill='%23547f2c'/%3E%3Cellipse cx='93' cy='18' rx='13' ry='7' transform='rotate(31 93 18)' fill='%236fa546'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        z-index: 3 !important;
        pointer-events: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        position: relative !important;
        z-index: 1 !important;

        width: 91% !important;
        height: 282px !important;
        margin: 0 !important;

        overflow: hidden !important;
        border-radius: 48px 48px 25px 25px !important;
        box-shadow: 0 9px 17px rgba(82, 47, 18, 0.08) !important;
    }

    /* Overlay hangat agar foto tidak terlalu terasa kotak dan terpisah. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::before {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;

        background:
            linear-gradient(
                90deg,
                rgba(255, 247, 222, 0.12) 0%,
                rgba(255, 247, 222, 0) 42%
            ),
            linear-gradient(
                0deg,
                rgba(255, 244, 215, 0.13) 0%,
                rgba(255, 244, 215, 0) 34%
            ) !important;

        z-index: 2 !important;
        pointer-events: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual img {
        object-position: 38% 64% !important;
        transform: scale(1.18) !important;
    }

    /* Benefit dibuat lebih terbaca dan seimbang. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits {
        margin: 19px 0 17px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits > .wp-block-column {
        min-height: 78px !important;
        padding: 1px 10px 0 56px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits > .wp-block-column::before {
        width: 42px !important;
        height: 42px !important;
        background-size: 20px 20px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits h6 {
        margin-bottom: 5px !important;
        font-size: 14px !important;
        line-height: 1.18 !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits p {
        font-size: 12.5px !important;
        line-height: 1.48 !important;
    }

    /* CTA lebih tegas seperti mockup. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link {
        min-width: 202px !important;
        min-height: 48px !important;
        padding: 0 24px !important;

        border-radius: 12px !important;
        font-size: 14.5px !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child {
        position: relative !important;
        isolation: isolate !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::before {
        content: "" !important;
        position: absolute !important;

        top: 0 !important;
        left: 50% !important;

        width: 235px !important;
        height: 235px !important;

        border-radius: 999px !important;
        background: #f8bf25 !important;

        transform: translateX(-50%) !important;
        z-index: 0 !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        position: relative !important;
        z-index: 1 !important;

        width: min(92%, 430px) !important;
        margin: 0 auto !important;

        border-radius: 42px 42px 22px 22px !important;
    }
}

/* === RC INFO RESELLER FIDELITY PASS 1.2 END === */

/* === RC INFO RESELLER MICRO PASS FINAL START === */

/*
 * Scope visual final:
 * hanya area visual kiri Info Reseller pada Page #88.
 * Tidak mengubah sumber gambar, Gutenberg, benefit, CTA, Produk Utama,
 * navbar, hero, maupun Page #9.
 */

@media (min-width: 768px) {

    /* Lingkaran kuning lebih terasa sebagai background pack-shot. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::before {
        top: -3px !important;
        left: -34px !important;

        width: 310px !important;
        height: 310px !important;

        opacity: 0.94 !important;
    }

    /*
     * Daun dibuat lebih kecil dan lebih halus:
     * tetap memberi aksen, tidak terlihat seperti menempel pada foto.
     */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::after {
        right: 4px !important;
        bottom: 7px !important;

        width: 72px !important;
        height: 62px !important;

        opacity: 0.84 !important;
    }

    /*
     * Foto tidak lagi terasa seperti kartu foto biasa:
     * crop dipusatkan ke kardus terbuka, tepi bawah dan kiri dibuat lebih lembut.
     */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        width: 93% !important;
        height: 276px !important;

        border-radius: 64px 64px 37px 37px !important;

        -webkit-mask-image:
            radial-gradient(
                ellipse 88% 88% at 52% 49%,
                #000 70%,
                rgba(0, 0, 0, 0.94) 83%,
                transparent 100%
            ) !important;

        mask-image:
            radial-gradient(
                ellipse 88% 88% at 52% 49%,
                #000 70%,
                rgba(0, 0, 0, 0.94) 83%,
                transparent 100%
            ) !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual img {
        object-position: 35% 67% !important;
        transform: scale(1.22) !important;
        filter: saturate(0.94) contrast(0.97) brightness(1.025) !important;
    }

    /*
     * Blend hangat tipis di batas visual, agar menyatu dengan panel krem.
     * Menimpa overlay lama secara aman tanpa menutup produk utama.
     */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::before {
        background:
            linear-gradient(
                90deg,
                rgba(255, 247, 225, 0.32) 0%,
                rgba(255, 247, 225, 0.06) 19%,
                rgba(255, 247, 225, 0) 42%
            ),
            linear-gradient(
                0deg,
                rgba(255, 244, 215, 0.32) 0%,
                rgba(255, 244, 215, 0) 29%
            ) !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::before {
        width: 255px !important;
        height: 255px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        border-radius: 52px 52px 30px 30px !important;
    }
}

/* === RC INFO RESELLER MICRO PASS FINAL END === */

/* === RC INFO RESELLER TRANSPARENT ASSET FIX START === */

/*
 * PNG aset Info Reseller memiliki alpha transparency asli.
 * Container lama masih punya background krem, radius, dan mask
 * sehingga area alpha terlihat sebagai kotak.
 */

@media (min-width: 768px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        width: 100% !important;
        height: 304px !important;
        margin: 0 !important;

        overflow: visible !important;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::before,
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::after {
        content: none !important;
        display: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: contain !important;
        object-position: center center !important;

        transform: none !important;
        filter: none !important;

        background: transparent !important;
        border-radius: 0 !important;
    }

    /*
     * Lingkaran tetap berada di belakang pack-shot,
     * bukan di belakang kotak container.
     */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::before {
        top: 12px !important;
        left: -20px !important;

        width: 292px !important;
        height: 292px !important;

        opacity: 0.95 !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::after {
        right: -2px !important;
        bottom: 2px !important;

        width: 68px !important;
        height: 58px !important;

        opacity: 0.78 !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual {
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual img {
        background: transparent !important;
        object-fit: contain !important;
        transform: none !important;
    }
}

/* === RC INFO RESELLER TRANSPARENT ASSET FIX END === */

/* === RC INFO RESELLER MICRO PASS 4 START === */

/*
 * DOM-Verified scope:
 * - left column ::before = yellow circle
 * - left column ::after  = stray leaf
 * - reseller figure ::before / ::after = available doodle slots
 * - CTA ::before = existing group icon, currently hidden by legacy rules
 *
 * Tidak mengubah PNG, Gutenberg, copy, Produk Utama, navbar, hero,
 * Artikel & Tips, Page #9, atau routing.
 */

@media (min-width: 768px) {

    /* 1. Yellow circle: 292px -> 210px, tetap di belakang pack-shot. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::before {
        top: 42px !important;
        left: 12px !important;

        width: 210px !important;
        height: 210px !important;

        opacity: 0.93 !important;
        z-index: 0 !important;
        pointer-events: none !important;
    }

    /* 2. Hapus daun SVG liar yang sebelumnya berada dekat CTA. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::after {
        content: none !important;
        display: none !important;

        width: auto !important;
        height: auto !important;

        background: none !important;
        background-image: none !important;
        box-shadow: none !important;
        transform: none !important;
    }

    /*
     * 3. Doodle ray: memakai ::before figure yang audit buktikan kosong.
     * Tidak terkait CTA atau overlay lama.
     */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;

        top: -15px !important;
        left: -18px !important;

        width: 46px !important;
        height: 46px !important;

        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath d='M10 40 22 34M10 27l13 1M18 13l6 12M31 10l-1 12' fill='none' stroke='%23f6bb18' stroke-width='3.3' stroke-linecap='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;

        pointer-events: none !important;
        z-index: 4 !important;
    }

    /* 4. Doodle sparkle: memakai ::after figure yang audit buktikan kosong. */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;

        top: 8px !important;
        right: -15px !important;

        width: 24px !important;
        height: 24px !important;

        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='m16 5 1.8 7.2L25 14l-7.2 1.8L16 23l-1.8-7.2L7 14l7.2-1.8L16 5Z' fill='%23f6bb18'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;

        pointer-events: none !important;
        z-index: 4 !important;
    }

    /*
     * 5. CTA: pulihkan icon group lama.
     * Tidak membuat SVG/icon baru dan tidak memodifikasi ::after.
     */
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        position: static !important;
        inset: auto !important;

        flex: 0 0 18px !important;
        width: 18px !important;
        height: 18px !important;
        margin: 0 9px 0 0 !important;

        z-index: auto !important;
        opacity: 1 !important;
        visibility: visible !important;

        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;

        pointer-events: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::before {
        width: 178px !important;
        height: 178px !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    > .wp-block-columns
    > .wp-block-column:first-child::after {
        content: none !important;
        display: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;

        top: -10px !important;
        left: -9px !important;

        width: 34px !important;
        height: 34px !important;

        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath d='M10 40 22 34M10 27l13 1M18 13l6 12M31 10l-1 12' fill='none' stroke='%23f6bb18' stroke-width='3.3' stroke-linecap='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        pointer-events: none !important;
        z-index: 4 !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .reseller-package-visual::after {
        content: none !important;
        display: none !important;
    }

    body.rc-homepage .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        position: static !important;

        flex: 0 0 17px !important;
        width: 17px !important;
        height: 17px !important;
        margin: 0 8px 0 0 !important;

        z-index: auto !important;
        opacity: 1 !important;
        visibility: visible !important;

        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;

        pointer-events: none !important;
    }
}

/* === RC INFO RESELLER MICRO PASS 4 END === */

/* === RC INFO RESELLER CTA ICON PAINT FIX START === */

/*
 * Scope:
 * Hanya CTA "Gabung Reseller" dalam section Info Reseller Page #88.
 *
 * Patch ini memakai hasil probe browser yang terbukti menampilkan icon.
 * Tidak mengubah pseudo-element lain, circle, doodle, PNG, atau layout.
 */

@media (min-width: 768px) {
    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        position: static !important;
        inset: auto !important;

        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        margin: 0 !important;
        padding: 0 !important;

        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23f6bb18'/%3E%3Ccircle cx='9' cy='9' r='2.6' fill='%2325170f'/%3E%3Ccircle cx='15.7' cy='10.1' r='2.1' fill='%2325170f' opacity='.95'/%3E%3Cpath d='M4.7 18.2c.6-2.8 2.4-4.2 4.9-4.2s4.3 1.4 4.9 4.2H4.7Z' fill='%2325170f'/%3E%3Cpath d='M13.7 18c.3-1.6 1.5-2.8 3.3-2.8 1.3 0 2.3.6 2.9 1.8v1H13.7Z' fill='%2325170f' opacity='.95'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: none !important;

        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
        text-shadow: none !important;

        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: auto !important;
        pointer-events: none !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;
    }

    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        position: static !important;
        inset: auto !important;

        flex: 0 0 20px !important;
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
        padding: 0 !important;

        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23f6bb18'/%3E%3Ccircle cx='9' cy='9' r='2.6' fill='%2325170f'/%3E%3Ccircle cx='15.7' cy='10.1' r='2.1' fill='%2325170f' opacity='.95'/%3E%3Cpath d='M4.7 18.2c.6-2.8 2.4-4.2 4.9-4.2s4.3 1.4 4.9 4.2H4.7Z' fill='%2325170f'/%3E%3Cpath d='M13.7 18c.3-1.6 1.5-2.8 3.3-2.8 1.3 0 2.3.6 2.9 1.8v1H13.7Z' fill='%2325170f' opacity='.95'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: none !important;

        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
        text-shadow: none !important;

        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: auto !important;
        pointer-events: none !important;
    }
}

/* === RC INFO RESELLER CTA ICON PAINT FIX END === */

/* === RC INFO RESELLER MICRO PASS 5.1 START === */

/*
 * Scope sangat ketat:
 * Hanya separator benefit pada panel Info Reseller Page #88.
 * Tidak menyentuh CTA, icon CTA, PNG, lingkaran kuning, doodle, atau section lain.
 */

@media (min-width: 768px) {
    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits
    > .wp-block-column:nth-child(2),
    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits
    > .wp-block-column:nth-child(3) {
        position: relative !important;
        border-left: none !important;
        border-inline-start: none !important;
        background-image: none !important;
    }

    /* Separator antara Harga Khusus dan Produk Siap Jual:
       digeser sedikit ke kanan agar tidak mepet ke text kolom pertama */
    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits
    > .wp-block-column:nth-child(2)::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;

        top: 3px !important;
        bottom: 3px !important;
        left: -6px !important;

        width: 1px !important;
        height: auto !important;

        background-color: transparent !important;
        background-image: repeating-linear-gradient(
            to bottom,
            rgba(246, 187, 24, 0.92) 0,
            rgba(246, 187, 24, 0.92) 3px,
            transparent 3px,
            transparent 6px
        ) !important;
        background-repeat: repeat-y !important;
        background-size: 1px 6px !important;
        background-position: center top !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;

        pointer-events: none !important;
        z-index: 1 !important;
    }

    /* Separator antara Produk Siap Jual dan Dukungan Pemesanan:
       dipertahankan karena sudah pas */
    body.rc-homepage
    .wp-block-group:has(> .wp-block-columns .reseller-package-visual)
    .repc-reseller-benefits
    > .wp-block-column:nth-child(3)::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;

        top: 3px !important;
        bottom: 3px !important;
        left: -12px !important;

        width: 1px !important;
        height: auto !important;

        background-color: transparent !important;
        background-image: repeating-linear-gradient(
            to bottom,
            rgba(246, 187, 24, 0.92) 0,
            rgba(246, 187, 24, 0.92) 3px,
            transparent 3px,
            transparent 6px
        ) !important;
        background-repeat: repeat-y !important;
        background-size: 1px 6px !important;
        background-position: center top !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;

        pointer-events: none !important;
        z-index: 1 !important;
    }
}

/* === RC INFO RESELLER MICRO PASS 5.1 END === */

/* === RC ARTIKEL TIPS FIDELITY PASS 1 START === */

/*
 * Scope terkunci:
 * hanya section Artikel & Tips Page #88 yang memiliki kartu artikel
 * dengan tautan tips-menggoreng-cireng-agar-renyah.
 *
 * Tidak menyentuh: Hero, Produk Utama, Info Reseller, Kontak,
 * navbar, CTA, Page #9, archive Artikel #160, routing, media source.
 */

@media (min-width: 768px) {
    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    ) {
        padding-top: 46px !important;
        padding-bottom: 54px !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    > .wp-block-heading {
        margin: 0 0 10px !important;

        color: #25170f !important;
        font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
        font-size: clamp(29px, 2.7vw, 34px) !important;
        font-weight: 800 !important;
        line-height: 1.12 !important;
        letter-spacing: -0.25px !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    > .wp-block-separator {
        width: 48px !important;
        max-width: 48px !important;
        margin: 0 auto 24px !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    > .wp-block-columns {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 22px !important;

        width: min(1040px, calc(100% - 40px)) !important;
        margin: 0 auto !important;
        align-items: stretch !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    > .wp-block-columns
    > .wp-block-column {
        display: flex !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    > .wp-block-columns
    > .wp-block-column
    > .wp-block-group {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;

        min-height: 100% !important;
        padding: 12px 13px 15px !important;

        overflow: hidden !important;
        background: #fffdf8 !important;
        border: 1px solid rgba(226, 197, 151, 0.84) !important;
        border-radius: 17px !important;
        box-shadow: 0 7px 17px rgba(77, 45, 24, 0.055) !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    figure.wp-block-image {
        display: block !important;

        width: 100% !important;
        height: 174px !important;
        margin: 0 0 12px !important;

        overflow: hidden !important;
        border-radius: 13px !important;
        background: #f5eee2 !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    figure.wp-block-image > a,
    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    figure.wp-block-image img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center !important;
        border: 0 !important;
        border-radius: 13px !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    h3.wp-block-heading {
        margin: 0 0 10px !important;

        color: #25170f !important;
        font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
        font-size: 19px !important;
        font-weight: 800 !important;
        line-height: 1.23 !important;
        letter-spacing: -0.12px !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    h3.wp-block-heading a {
        color: inherit !important;
        text-decoration: none !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    h3.wp-block-heading a:hover {
        color: #c96d17 !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    h3.wp-block-heading + p {
        margin: auto 0 0 !important;

        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    h3.wp-block-heading + p a {
        color: #d16d11 !important;
        text-decoration: none !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    h3.wp-block-heading + p a:hover {
        color: #a9540b !important;
        text-decoration: underline !important;
        text-underline-offset: 3px !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    ) {
        padding-top: 38px !important;
        padding-bottom: 42px !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    > .wp-block-columns {
        grid-template-columns: minmax(0, 420px) !important;
        justify-content: center !important;

        width: min(100%, calc(100% - 34px)) !important;
        gap: 17px !important;
    }

    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    figure.wp-block-image {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }
}

/* === RC ARTIKEL TIPS FIDELITY PASS 1 END === */

/* === RC ARTIKEL TIPS MICRO PASS 1.2 START === */

/*
 * Scope:
 * Hanya underline judul "Artikel & Tips" pada Page #88.
 * Tidak mengubah heading text, kartu artikel, Produk Utama, Info Reseller,
 * navbar, hero, CTA lain, Page #9, atau routing.
 */

@media (min-width: 768px) {
    body.rc-homepage
    .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    )
    > .wp-block-heading
    + .wp-block-separator {
        position: relative !important;
        left: 0 !important;
        transform: translateX(-30px) !important;
        width: 72px !important;
        max-width: 72px !important;
        min-width: 72px !important;
        border: 0 !important;
        border-top: 3px solid #efb21a !important;
        opacity: 1 !important;
        box-shadow: none !important;
    }
}

/* === RC ARTIKEL TIPS MICRO PASS 1.2 END === */

/* === RC PESAN HUBUNGI KAMI FIDELITY PASS 1 START === */

/*
 * Scope:
 * Hanya section .republik-cireng-contact-section pada Page #88.
 * Tidak mengubah konten Gutenberg, link kontak, media, navbar,
 * Hero, Produk Utama, Info Reseller, Artikel & Tips, footer,
 * routing, maupun Page #9.
 */

@media (min-width: 768px) {
    body.rc-homepage .republik-cireng-contact-section {
        position: relative !important;
        width: min(1120px, calc(100% - 48px)) !important;
        margin: 0 auto !important;
        padding: 34px 38px !important;
        overflow: hidden !important;
        background:
            radial-gradient(
                circle at 94% 78%,
                rgba(246, 187, 24, 0.10) 0%,
                rgba(246, 187, 24, 0) 24%
            ),
            linear-gradient(135deg, #fffaf0 0%, #fff4d8 100%) !important;
        border: 0 !important;
        border-radius: 21px !important;
        box-shadow: 0 10px 28px rgba(90, 52, 16, 0.045) !important;
    }

    body.rc-homepage .republik-cireng-contact-section > .wp-block-columns {
        display: grid !important;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) !important;
        gap: 40px !important;
        margin: 0 !important;
        align-items: center !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column {
        min-width: 0 !important;
        margin: 0 !important;
    }

    /* Kolom kiri */

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > p:first-child {
        margin: 0 0 11px !important;
        color: #c96d17 !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > h2.wp-block-heading {
        margin: 0 0 18px !important;
        color: #25170f !important;
        font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
        font-size: clamp(31px, 3.2vw, 39px) !important;
        font-weight: 800 !important;
        line-height: 1.08 !important;
        letter-spacing: -0.35px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > h2.wp-block-heading::after {
        content: "" !important;
        display: block !important;
        width: 46px !important;
        height: 3px !important;
        margin-top: 11px !important;
        background: #f2b11a !important;
        border-radius: 999px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > h2.wp-block-heading + p {
        max-width: 365px !important;
        margin: 0 0 20px !important;
        color: #4a3328 !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.55 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-buttons {
        margin: 0 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 46px !important;
        padding: 12px 20px !important;
        color: #f6bb18 !important;
        background: #25170f !important;
        border: 0 !important;
        border-radius: 10px !important;
        box-shadow: 3px 4px 0 rgba(246, 187, 24, 0.18) !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-decoration: none !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23f6bb18' d='M16 3a13 13 0 0 0-11.1 19.8L3 29l6.4-1.7A13 13 0 1 0 16 3Zm0 23.6a10.6 10.6 0 0 1-5.4-1.5l-.4-.2-3.8 1 1-3.7-.3-.4A10.6 10.6 0 1 1 16 26.6Zm5.8-7.9c-.3-.2-1.8-.9-2.1-1s-.5-.2-.7.2-.8 1-1 1.2-.4.3-.8.1a8.7 8.7 0 0 1-2.6-1.6 9.9 9.9 0 0 1-1.8-2.3c-.2-.4 0-.6.1-.8l.5-.6c.2-.2.2-.4.3-.6a.7.7 0 0 0 0-.7c-.1-.2-.7-1.7-1-2.3-.3-.7-.6-.6-.8-.6h-.7c-.3 0-.7.1-1 .5s-1.3 1.3-1.3 3.2 1.3 3.7 1.5 4c.2.2 2.5 3.8 6 5.3.8.4 1.5.6 2 .8.8.2 1.6.2 2.2.1.7-.1 1.8-.7 2.1-1.4.3-.6.3-1.2.2-1.4-.1-.2-.3-.3-.6-.5Z'/%3E%3C/svg%3E") !important;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    /* Kolom kartu kontak kanan */

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2) {
        display: grid !important;
        gap: 10px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-height: 72px !important;
        margin: 0 !important;
        padding: 13px 54px 13px 72px !important;
        background: rgba(255, 255, 255, 0.92) !important;
        border: 1px solid rgba(233, 215, 183, 0.82) !important;
        border-radius: 13px !important;
        box-shadow: 0 5px 12px rgba(78, 42, 17, 0.035) !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > p:first-child {
        display: none !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > h4.wp-block-heading {
        margin: 0 0 3px !important;
        color: #25170f !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.18 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > h4.wp-block-heading + p {
        margin: 0 !important;
        color: #4a3328 !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > h4.wp-block-heading + p a {
        color: #4a3328 !important;
        text-decoration: none !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        left: 16px !important;
        width: 38px !important;
        height: 38px !important;
        background-color: #25170f !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 19px 19px !important;
        border-radius: 999px !important;
        transform: translateY(-50%) !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group::after {
        content: "›" !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        right: 18px !important;
        color: #25170f !important;
        font-family: Arial, sans-serif !important;
        font-size: 28px !important;
        line-height: 1 !important;
        transform: translateY(-52%) !important;
    }

    /* Ikon WhatsApp */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group:nth-child(1)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 3a13 13 0 0 0-11.1 19.8L3 29l6.4-1.7A13 13 0 1 0 16 3Zm0 23.6a10.6 10.6 0 0 1-5.4-1.5l-.4-.2-3.8 1 1-3.7-.3-.4A10.6 10.6 0 1 1 16 26.6Z'/%3E%3C/svg%3E") !important;
    }

    /* Ikon admin alternatif */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group:nth-child(2)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 4.5A11.5 11.5 0 1 0 16 27.5 11.5 11.5 0 0 0 16 4.5Zm0 3a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17Zm0 3.2a3.1 3.1 0 1 0 0 6.2 3.1 3.1 0 0 0 0-6.2Zm0 8.2c-2.8 0-5.2 1.5-6.4 3.7A8.5 8.5 0 0 0 22.4 22.6C21.2 20.4 18.8 18.9 16 18.9Z'/%3E%3C/svg%3E") !important;
    }

    /* Ikon lokasi */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group:nth-child(3)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 3.5a9.1 9.1 0 0 0-9.1 9.1c0 6.8 9.1 15.9 9.1 15.9s9.1-9.1 9.1-15.9A9.1 9.1 0 0 0 16 3.5Zm0 12.8a3.7 3.7 0 1 1 0-7.4 3.7 3.7 0 0 1 0 7.4Z'/%3E%3C/svg%3E") !important;
    }
}

@media (max-width: 767px) {
    /* === RC CONTACT PHONE BASE INHERITANCE === */
body.rc-homepage .republik-cireng-contact-section {
        position: relative !important;
        width: min(1120px, calc(100% - 48px)) !important;
        margin: 0 auto !important;
        padding: 34px 38px !important;
        overflow: hidden !important;
        background:
            radial-gradient(
                circle at 94% 78%,
                rgba(246, 187, 24, 0.10) 0%,
                rgba(246, 187, 24, 0) 24%
            ),
            linear-gradient(135deg, #fffaf0 0%, #fff4d8 100%) !important;
        border: 0 !important;
        border-radius: 21px !important;
        box-shadow: 0 10px 28px rgba(90, 52, 16, 0.045) !important;
    }

    body.rc-homepage .republik-cireng-contact-section > .wp-block-columns {
        display: grid !important;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) !important;
        gap: 40px !important;
        margin: 0 !important;
        align-items: center !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column {
        min-width: 0 !important;
        margin: 0 !important;
    }

    /* Kolom kiri */

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > p:first-child {
        margin: 0 0 11px !important;
        color: #c96d17 !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > h2.wp-block-heading {
        margin: 0 0 18px !important;
        color: #25170f !important;
        font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
        font-size: clamp(31px, 3.2vw, 39px) !important;
        font-weight: 800 !important;
        line-height: 1.08 !important;
        letter-spacing: -0.35px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > h2.wp-block-heading::after {
        content: "" !important;
        display: block !important;
        width: 46px !important;
        height: 3px !important;
        margin-top: 11px !important;
        background: #f2b11a !important;
        border-radius: 999px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    > h2.wp-block-heading + p {
        max-width: 365px !important;
        margin: 0 0 20px !important;
        color: #4a3328 !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.55 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-buttons {
        margin: 0 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 46px !important;
        padding: 12px 20px !important;
        color: #f6bb18 !important;
        background: #25170f !important;
        border: 0 !important;
        border-radius: 10px !important;
        box-shadow: 3px 4px 0 rgba(246, 187, 24, 0.18) !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-decoration: none !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23f6bb18' d='M16 3a13 13 0 0 0-11.1 19.8L3 29l6.4-1.7A13 13 0 1 0 16 3Zm0 23.6a10.6 10.6 0 0 1-5.4-1.5l-.4-.2-3.8 1 1-3.7-.3-.4A10.6 10.6 0 1 1 16 26.6Zm5.8-7.9c-.3-.2-1.8-.9-2.1-1s-.5-.2-.7.2-.8 1-1 1.2-.4.3-.8.1a8.7 8.7 0 0 1-2.6-1.6 9.9 9.9 0 0 1-1.8-2.3c-.2-.4 0-.6.1-.8l.5-.6c.2-.2.2-.4.3-.6a.7.7 0 0 0 0-.7c-.1-.2-.7-1.7-1-2.3-.3-.7-.6-.6-.8-.6h-.7c-.3 0-.7.1-1 .5s-1.3 1.3-1.3 3.2 1.3 3.7 1.5 4c.2.2 2.5 3.8 6 5.3.8.4 1.5.6 2 .8.8.2 1.6.2 2.2.1.7-.1 1.8-.7 2.1-1.4.3-.6.3-1.2.2-1.4-.1-.2-.3-.3-.6-.5Z'/%3E%3C/svg%3E") !important;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    /* Kolom kartu kontak kanan */

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2) {
        display: grid !important;
        gap: 10px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-height: 72px !important;
        margin: 0 !important;
        padding: 13px 54px 13px 72px !important;
        background: rgba(255, 255, 255, 0.92) !important;
        border: 1px solid rgba(233, 215, 183, 0.82) !important;
        border-radius: 13px !important;
        box-shadow: 0 5px 12px rgba(78, 42, 17, 0.035) !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > p:first-child {
        display: none !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > h4.wp-block-heading {
        margin: 0 0 3px !important;
        color: #25170f !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.18 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > h4.wp-block-heading + p {
        margin: 0 !important;
        color: #4a3328 !important;
        font-family: "Nunito", Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group
    > h4.wp-block-heading + p a {
        color: #4a3328 !important;
        text-decoration: none !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        left: 16px !important;
        width: 38px !important;
        height: 38px !important;
        background-color: #25170f !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 19px 19px !important;
        border-radius: 999px !important;
        transform: translateY(-50%) !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group::after {
        content: "›" !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        right: 18px !important;
        color: #25170f !important;
        font-family: Arial, sans-serif !important;
        font-size: 28px !important;
        line-height: 1 !important;
        transform: translateY(-52%) !important;
    }

    /* Ikon WhatsApp */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group:nth-child(1)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 3a13 13 0 0 0-11.1 19.8L3 29l6.4-1.7A13 13 0 1 0 16 3Zm0 23.6a10.6 10.6 0 0 1-5.4-1.5l-.4-.2-3.8 1 1-3.7-.3-.4A10.6 10.6 0 1 1 16 26.6Z'/%3E%3C/svg%3E") !important;
    }

    /* Ikon admin alternatif */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group:nth-child(2)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 4.5A11.5 11.5 0 1 0 16 27.5 11.5 11.5 0 0 0 16 4.5Zm0 3a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17Zm0 3.2a3.1 3.1 0 1 0 0 6.2 3.1 3.1 0 0 0 0-6.2Zm0 8.2c-2.8 0-5.2 1.5-6.4 3.7A8.5 8.5 0 0 0 22.4 22.6C21.2 20.4 18.8 18.9 16 18.9Z'/%3E%3C/svg%3E") !important;
    }

    /* Ikon lokasi */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group:nth-child(3)::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 3.5a9.1 9.1 0 0 0-9.1 9.1c0 6.8 9.1 15.9 9.1 15.9s9.1-9.1 9.1-15.9A9.1 9.1 0 0 0 16 3.5Zm0 12.8a3.7 3.7 0 1 1 0-7.4 3.7 3.7 0 0 1 0 7.4Z'/%3E%3C/svg%3E") !important;
    }
    /* === RC CONTACT PHONE BASE INHERITANCE END === */

    body.rc-homepage .republik-cireng-contact-section {
        width: min(100% - 28px, 640px) !important;
        margin: 0 auto !important;
        padding: 28px 20px !important;
        border-radius: 18px !important;
    }

    body.rc-homepage .republik-cireng-contact-section > .wp-block-columns {
        gap: 26px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group {
        min-height: 68px !important;
        padding: 12px 48px 12px 66px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group::before {
        left: 14px !important;
        width: 36px !important;
        height: 36px !important;
    }

/* === RC CONTACT PHONE FINAL OVERRIDES === */

body.rc-homepage .republik-cireng-contact-section {
    width: calc(100% - 28px) !important;
    margin: 0 auto !important;
    padding: 26px 18px !important;
    border-radius: 18px !important;
}

body.rc-homepage .republik-cireng-contact-section > .wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    margin: 0 !important;
    align-items: stretch !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:first-child
> p:first-child {
    margin: 0 0 9px !important;
    font-size: 10px !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:first-child
> h2.wp-block-heading {
    margin: 0 0 14px !important;
    font-size: clamp(27px, 8vw, 32px) !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:first-child
> h2.wp-block-heading + p {
    margin: 0 0 17px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:first-child
.wp-block-button__link {
    min-height: 44px !important;
    padding: 11px 17px !important;
    font-size: 13px !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group {
    min-height: 68px !important;
    padding: 12px 43px 12px 58px !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> h4.wp-block-heading {
    font-size: 13px !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> h4.wp-block-heading + p,
body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group
> h4.wp-block-heading + p a {
    font-size: 11px !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group::before {
    left: 13px !important;
    width: 32px !important;
    height: 32px !important;
    background-size: 16px 16px !important;
}

body.rc-homepage .republik-cireng-contact-section
> .wp-block-columns
> .wp-block-column:nth-child(2)
> .wp-block-group::after {
    content: "\203A" !important;
    right: 15px !important;
    font-size: 24px !important;
}

}

/* === RC PESAN HUBUNGI KAMI FIDELITY PASS 1 END === */

/* === RC PESAN HUBUNGI KAMI MICRO PASS 1.1 START === */

/*
 * Scope:
 * Hanya section .republik-cireng-contact-section pada Page #88.
 *
 * Tujuan:
 * 1. Memulihkan icon WhatsApp CTA kiri dari pseudo-element shadow lama.
 * 2. Memadatkan geometri panel tanpa memaksa card alamat menjadi terlalu pendek.
 * 3. Mengurangi jarak antar-kartu kanan.
 *
 * Tidak mengubah:
 * Gutenberg, isi kontak, nomor/link, asset, Hero, Produk Utama,
 * Info Reseller, Artikel & Tips, footer, navbar, Page #9, atau routing.
 */

@media (min-width: 768px) {
    /* Panel lebih ringkas, tetap mempertahankan lebar dan struktur Pass 1 */
    body.rc-homepage .republik-cireng-contact-section {
        padding: 30px 38px !important;
    }

    /* Mengurangi total tinggi deretan card kanan tanpa mengubah data alamat */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2) {
        gap: 8px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2)
    > .wp-block-group {
        min-height: 68px !important;
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }

    /*
     * DOM audit membuktikan ::before CTA masih diwarisi sebagai:
     * absolute + z-index -1 + opacity 0 + blur(11px).
     * Reset ini menjadikannya kembali icon flex normal.
     */
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        position: static !important;
        inset: auto !important;

        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        flex: 0 0 18px !important;

        margin: 0 !important;
        padding: 0 !important;

        background-color: transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: none !important;

        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
        text-shadow: none !important;

        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: auto !important;
        pointer-events: none !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:nth-child(2) {
        gap: 8px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;
    }

    body.rc-homepage .republik-cireng-contact-section
    > .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-button__link::before {
        content: "" !important;
        display: inline-block !important;
        position: static !important;
        inset: auto !important;

        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        flex: 0 0 18px !important;

        margin: 0 !important;
        padding: 0 !important;

        background-color: transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;

        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: none !important;

        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
        text-shadow: none !important;

        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: auto !important;
        pointer-events: none !important;
    }
}

/* === RC PESAN HUBUNGI KAMI MICRO PASS 1.1 END === */


/* === RC HOME RHYTHM + FOOTER COMPACTION START === */

/*
 * Scope hanya Page #88.
 * Blok ini mempertahankan rhythm antar-section.
 * Footer custom dikembalikan ke style visual aslinya.
 */

@media (min-width: 768px) {
    body.rc-homepage .entry-content > .rc-home-hero {
        margin-bottom: 0 !important;
    }

    body.rc-homepage .entry-content
    > .wp-block-group:has(> #produk-utama) {
        padding-top: 34px !important;
        padding-bottom: 16px !important;
        margin-bottom: 0 !important;
    }

    body.rc-homepage .entry-content
    > .wp-block-group:has(> .wp-block-columns .reseller-package-visual) {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    body.rc-homepage .entry-content
    > .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    ) {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        margin-bottom: 16px !important;
    }

    body.rc-homepage .entry-content
    > .republik-cireng-contact-section {
        margin-bottom: 8px !important;
    }
}

@media (max-width: 767px) {
    body.rc-homepage .entry-content > .rc-home-hero {
        margin-bottom: 0 !important;
    }

    body.rc-homepage .entry-content
    > .wp-block-group:has(> #produk-utama) {
        padding-top: 28px !important;
        padding-bottom: 14px !important;
        margin-bottom: 0 !important;
    }

    body.rc-homepage .entry-content
    > .wp-block-group:has(> .wp-block-columns .reseller-package-visual) {
        margin-top: 14px !important;
        margin-bottom: 12px !important;
    }

    body.rc-homepage .entry-content
    > .wp-block-group:has(
        > .wp-block-separator
        + .wp-block-columns
        figure.wp-block-image a[href*="tips-menggoreng-cireng-agar-renyah"]
    ) {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        margin-bottom: 12px !important;
    }

    body.rc-homepage .entry-content
    > .republik-cireng-contact-section {
        margin-bottom: 6px !important;
    }
}

/* === RC HOME RHYTHM + FOOTER COMPACTION END === */

/* === RC ARTICLE ARCHIVE DESKTOP GRID REPAIR START === */

/*
 * Page #160 only.
 * Memulihkan lebar item grid desktop bila Gutenberg/Blocksy
 * masih menghasilkan wrapper post-template residual di dalam tiap post.
 */
@media (min-width: 768px) {
    body.page-id-160 .rc-article-query
    > .wp-block-post-template.rc-article-query-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.page-id-160 .rc-article-query
    > .wp-block-post-template.rc-article-query-grid
    > li.wp-block-post {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        justify-self: stretch !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body.page-id-160 .rc-article-query
    > .wp-block-post-template.rc-article-query-grid
    > li.wp-block-post
    > .wp-block-post-template.rc-article-query-grid {
        display: contents !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        height: auto !important;
    }

    body.page-id-160 .rc-article-query
    > .wp-block-post-template.rc-article-query-grid
    > li.wp-block-post
    > .rc-article-card,

    body.page-id-160 .rc-article-query
    > .wp-block-post-template.rc-article-query-grid
    > li.wp-block-post
    > .wp-block-post-template.rc-article-query-grid
    > .rc-article-card {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        height: auto !important;
    }
}

/* === RC ARTICLE ARCHIVE DESKTOP GRID REPAIR END === */

/* === RC PRODUCTS PAGE REBUILD START === */

body.page-id-12 .entry-content {
    background: #fffdf8;
}

body.page-id-12 .rc-products-page,
body.page-id-12 .rc-products-page * {
    box-sizing: border-box;
}

body.page-id-12 .rc-products-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

body.page-id-12 .rc-products-hero {
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 203, 65, .16), transparent 25%),
        #2b170d;
    color: #fffaf0;
    padding: 82px 0 76px;
}

body.page-id-12 .rc-products-eyebrow {
    margin: 0 0 16px;
    color: #f6c64e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-12 .rc-products-eyebrow-dark {
    color: #c97520;
}

body.page-id-12 .rc-products-title {
    max-width: 780px;
    margin: 0;
    color: #fffaf0;
    font-size: clamp(36px, 4.3vw, 60px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

body.page-id-12 .rc-products-description {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 250, 240, .82);
    font-size: 17px;
    line-height: 1.75;
}

body.page-id-12 .rc-products-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

body.page-id-12 .rc-products-hero-points p {
    margin: 0;
    border: 1px solid rgba(246, 198, 78, .48);
    border-radius: 999px;
    padding: 8px 13px;
    color: #fff4d7;
    font-size: 12px;
    font-weight: 700;
}

body.page-id-12 .rc-products-catalog-section {
    padding: 72px 0 82px;
}

body.page-id-12 .rc-products-section-title {
    max-width: 720px;
    margin: 0;
    color: #26150c;
    font-size: clamp(30px, 3.4vw, 47px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

body.page-id-12 .rc-products-section-description {
    max-width: 740px;
    margin: 18px 0 36px;
    color: #654d3b;
    font-size: 16px;
    line-height: 1.72;
}

body.page-id-12 .rc-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

body.page-id-12 .rc-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ead9ba;
    border-radius: 22px;
    background: #fffaf0;
    box-shadow: 0 14px 32px rgba(64, 34, 11, .06);
}

body.page-id-12 .rc-product-card-image {
    margin: 0;
    overflow: hidden;
    background: #f4e8d3;
    aspect-ratio: 16 / 9;
}

body.page-id-12 .rc-product-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.page-id-12 .rc-product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

body.page-id-12 .rc-product-card-kicker {
    margin: 0 0 9px;
    color: #c97520;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .085em;
}

body.page-id-12 .rc-product-card-title {
    margin: 0;
    color: #28160d;
    font-size: 29px;
    line-height: 1.16;
}

body.page-id-12 .rc-product-card-description {
    margin: 14px 0 0;
    color: #624a39;
    font-size: 15px;
    line-height: 1.72;
}

body.page-id-12 .rc-product-card-features {
    margin: 19px 0 22px;
}

body.page-id-12 .rc-product-card-features p {
    position: relative;
    margin: 8px 0;
    padding-left: 18px;
    color: #5f4532;
    font-size: 14px;
    line-height: 1.45;
}

body.page-id-12 .rc-product-card-features p::before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f1bd32;
}

body.page-id-12 .rc-product-card-actions {
    margin-top: auto;
}

body.page-id-12 .rc-product-card-button .wp-block-button__link {
    border: 0;
    border-radius: 10px;
    padding: 12px 17px;
    background: #2b170d;
    color: #fff8e8;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

body.page-id-12 .rc-product-card-button .wp-block-button__link:hover {
    background: #542c14;
    color: #fff8e8;
}

body.page-id-12 .rc-products-reseller-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 34px;
    padding: 34px 38px;
    border-radius: 22px;
    background: #2b170d;
    color: #fffaf0;
}

body.page-id-12 .rc-products-reseller-eyebrow {
    margin: 0 0 10px;
    color: #f6c64e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-12 .rc-products-reseller-title {
    margin: 0;
    color: #fffaf0;
    font-size: 30px;
    line-height: 1.18;
}

body.page-id-12 .rc-products-reseller-copy > p:last-child {
    max-width: 690px;
    margin: 12px 0 0;
    color: rgba(255, 250, 240, .8);
    line-height: 1.65;
}

body.page-id-12 .rc-products-reseller-button .wp-block-button__link {
    white-space: nowrap;
    border: 0;
    border-radius: 10px;
    padding: 13px 18px;
    background: #f6c64e;
    color: #2b170d;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

body.page-id-12 .rc-products-reseller-button .wp-block-button__link:hover {
    background: #ffd662;
    color: #2b170d;
}

@media (max-width: 767px) {
    body.page-id-12 .rc-products-shell {
        width: min(100% - 28px, 560px);
    }

    body.page-id-12 .rc-products-hero {
        padding: 46px 0 44px;
    }

    body.page-id-12 .rc-products-title {
        font-size: 35px;
    }

    body.page-id-12 .rc-products-description {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.65;
    }

    body.page-id-12 .rc-products-hero-points {
        gap: 8px;
        margin-top: 22px;
    }

    body.page-id-12 .rc-products-hero-points p {
        padding: 7px 10px;
        font-size: 11px;
    }

    body.page-id-12 .rc-products-catalog-section {
        padding: 48px 0 56px;
    }

    body.page-id-12 .rc-products-section-description {
        margin-bottom: 26px;
        font-size: 15px;
    }

    body.page-id-12 .rc-products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-id-12 .rc-product-card {
        border-radius: 17px;
    }

    body.page-id-12 .rc-product-card-body {
        padding: 21px;
    }

    body.page-id-12 .rc-product-card-title {
        font-size: 25px;
    }

    body.page-id-12 .rc-products-reseller-cta {
        display: block;
        margin-top: 24px;
        padding: 26px 22px;
        border-radius: 18px;
    }

    body.page-id-12 .rc-products-reseller-title {
        font-size: 26px;
    }

    body.page-id-12 .rc-products-reseller-actions {
        margin-top: 21px;
    }
}

/* === RC PRODUCTS PAGE REBUILD END === */

/* === RC RESELLER PAGE REBUILD START === */

body.page-id-14 .entry-content {
    background: #fffdf8;
}

body.page-id-14 .rc-reseller-page,
body.page-id-14 .rc-reseller-page * {
    box-sizing: border-box;
}

body.page-id-14 .rc-reseller-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

body.page-id-14 .rc-reseller-hero {
    padding: 82px 0 76px;
    background:
        radial-gradient(circle at 90% 15%, rgba(246, 198, 78, .16), transparent 26%),
        #2b170d;
    color: #fffaf0;
}

body.page-id-14 .rc-reseller-eyebrow {
    margin: 0 0 16px;
    color: #f6c64e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-14 .rc-reseller-eyebrow-dark {
    color: #c97520;
}

body.page-id-14 .rc-reseller-title {
    max-width: 820px;
    margin: 0;
    color: #fffaf0;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.07;
    letter-spacing: -.035em;
}

body.page-id-14 .rc-reseller-description {
    max-width: 820px;
    margin: 22px 0 0;
    color: rgba(255, 250, 240, .84);
    font-size: 17px;
    line-height: 1.75;
}

body.page-id-14 .rc-reseller-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

body.page-id-14 .rc-reseller-hero-points p {
    margin: 0;
    padding: 8px 13px;
    border: 1px solid rgba(246, 198, 78, .46);
    border-radius: 999px;
    color: #fff4d7;
    font-size: 12px;
    font-weight: 700;
}

body.page-id-14 .rc-reseller-main-section {
    padding: 72px 0 82px;
}

body.page-id-14 .rc-reseller-section-title {
    max-width: 760px;
    margin: 0;
    color: #26150c;
    font-size: clamp(30px, 3.4vw, 47px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

body.page-id-14 .rc-reseller-section-description {
    max-width: 740px;
    margin: 18px 0 36px;
    color: #654d3b;
    font-size: 16px;
    line-height: 1.72;
}

body.page-id-14 .rc-reseller-rule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

body.page-id-14 .rc-reseller-rule-card {
    min-height: 100%;
    padding: 30px;
    border: 1px solid #ead9ba;
    border-radius: 22px;
    background: #fffaf0;
    box-shadow: 0 14px 32px rgba(64, 34, 11, .05);
}

body.page-id-14 .rc-reseller-rule-label {
    margin: 0 0 12px;
    color: #c97520;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .085em;
}

body.page-id-14 .rc-reseller-rule-title {
    margin: 0;
    color: #28160d;
    font-size: 28px;
    line-height: 1.18;
}

body.page-id-14 .rc-reseller-rule-intro {
    margin: 14px 0 0;
    color: #624a39;
    font-size: 15px;
    line-height: 1.7;
}

body.page-id-14 .rc-reseller-rule-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

body.page-id-14 .rc-reseller-rule-list li {
    position: relative;
    margin: 11px 0;
    padding-left: 19px;
    color: #5e4532;
    font-size: 15px;
    line-height: 1.5;
}

body.page-id-14 .rc-reseller-rule-list li::before {
    content: "";
    position: absolute;
    top: .58em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f1bd32;
}

body.page-id-14 .rc-reseller-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin-top: 34px;
    padding: 36px 38px;
    border-radius: 22px;
    background: #2b170d;
    color: #fffaf0;
}

body.page-id-14 .rc-reseller-cta-eyebrow {
    margin: 0 0 10px;
    color: #f6c64e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-14 .rc-reseller-cta-title {
    max-width: 650px;
    margin: 0;
    color: #fffaf0;
    font-size: 30px;
    line-height: 1.18;
}

body.page-id-14 .rc-reseller-cta-copy > p:last-child {
    max-width: 690px;
    margin: 12px 0 0;
    color: rgba(255, 250, 240, .8);
    line-height: 1.68;
}

body.page-id-14 .rc-reseller-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.page-id-14 .rc-reseller-button-primary .wp-block-button__link,
body.page-id-14 .rc-reseller-button-secondary .wp-block-button__link {
    border: 0;
    border-radius: 10px;
    padding: 13px 17px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

body.page-id-14 .rc-reseller-button-primary .wp-block-button__link {
    background: #f6c64e;
    color: #2b170d;
}

body.page-id-14 .rc-reseller-button-secondary .wp-block-button__link {
    background: transparent;
    color: #fff7df;
    border: 1px solid rgba(255, 247, 223, .48);
}

@media (max-width: 767px) {
    body.page-id-14 .rc-reseller-shell {
        width: min(100% - 28px, 560px);
    }

    body.page-id-14 .rc-reseller-hero {
        padding: 46px 0 44px;
    }

    body.page-id-14 .rc-reseller-title {
        font-size: 35px;
    }

    body.page-id-14 .rc-reseller-description {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.65;
    }

    body.page-id-14 .rc-reseller-hero-points {
        gap: 8px;
        margin-top: 22px;
    }

    body.page-id-14 .rc-reseller-hero-points p {
        padding: 7px 10px;
        font-size: 11px;
    }

    body.page-id-14 .rc-reseller-main-section {
        padding: 48px 0 56px;
    }

    body.page-id-14 .rc-reseller-section-description {
        margin-bottom: 26px;
        font-size: 15px;
    }

    body.page-id-14 .rc-reseller-rule-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-id-14 .rc-reseller-rule-card {
        padding: 23px 21px;
        border-radius: 17px;
    }

    body.page-id-14 .rc-reseller-rule-title {
        font-size: 25px;
    }

    body.page-id-14 .rc-reseller-rule-list li {
        font-size: 14px;
    }

    body.page-id-14 .rc-reseller-cta {
        display: block;
        margin-top: 24px;
        padding: 26px 22px;
        border-radius: 18px;
    }

    body.page-id-14 .rc-reseller-cta-title {
        font-size: 26px;
    }

    body.page-id-14 .rc-reseller-cta-actions {
        justify-content: flex-start;
        margin-top: 21px;
    }
}

/* === RC RESELLER PAGE REBUILD END === */


/* === RC ABOUT PAGE REBUILD START === */

body.page-id-16 .entry-content {
    background: #fffdf8;
}

body.page-id-16 .rc-about-page,
body.page-id-16 .rc-about-page * {
    box-sizing: border-box;
}

body.page-id-16 .rc-about-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

body.page-id-16 .rc-about-hero {
    padding: 82px 0 76px;
    background:
        radial-gradient(circle at 90% 17%, rgba(246, 198, 78, .17), transparent 26%),
        #2b170d;
    color: #fffaf0;
}

body.page-id-16 .rc-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
    gap: 72px;
    align-items: center;
}

body.page-id-16 .rc-about-eyebrow {
    margin: 0 0 16px;
    color: #f6c64e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-16 .rc-about-eyebrow-dark {
    color: #c97520;
}

body.page-id-16 .rc-about-title {
    max-width: 760px;
    margin: 0;
    color: #fffaf0;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.07;
    letter-spacing: -.035em;
}

body.page-id-16 .rc-about-description {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 250, 240, .84);
    font-size: 17px;
    line-height: 1.75;
}

body.page-id-16 .rc-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

body.page-id-16 .rc-about-button-primary .wp-block-button__link,
body.page-id-16 .rc-about-button-secondary .wp-block-button__link {
    border-radius: 10px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

body.page-id-16 .rc-about-button-primary .wp-block-button__link {
    border: 0;
    background: #f6c64e;
    color: #2b170d;
}

body.page-id-16 .rc-about-button-secondary .wp-block-button__link {
    border: 1px solid rgba(255, 247, 223, .46);
    background: transparent;
    color: #fff7df;
}

body.page-id-16 .rc-about-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(246, 198, 78, .38);
    border-radius: 24px;
    background: rgba(255, 250, 240, .06);
}

body.page-id-16 .rc-about-hero-panel::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(246, 198, 78, .13);
    border-radius: 50%;
}

body.page-id-16 .rc-about-panel-kicker {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #f6c64e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-16 .rc-about-panel-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

body.page-id-16 .rc-about-panel-stack p {
    margin: 0;
    padding: 13px 14px;
    border-radius: 12px;
    background: rgba(255, 250, 240, .1);
    color: #fff9ec;
    font-size: 17px;
    font-weight: 800;
}

body.page-id-16 .rc-about-panel-note {
    position: relative;
    z-index: 1;
    margin: 18px 0 0;
    color: rgba(255, 250, 240, .75);
    font-size: 14px;
    line-height: 1.65;
}

body.page-id-16 .rc-about-main-section {
    padding: 72px 0 82px;
}

body.page-id-16 .rc-about-section-title {
    max-width: 780px;
    margin: 0;
    color: #26150c;
    font-size: clamp(30px, 3.4vw, 47px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

body.page-id-16 .rc-about-section-description {
    max-width: 740px;
    margin: 18px 0 36px;
    color: #654d3b;
    font-size: 16px;
    line-height: 1.72;
}

body.page-id-16 .rc-about-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

body.page-id-16 .rc-about-value-card {
    min-height: 100%;
    padding: 28px;
    border: 1px solid #ead9ba;
    border-radius: 20px;
    background: #fffaf0;
    box-shadow: 0 14px 32px rgba(64, 34, 11, .05);
}

body.page-id-16 .rc-about-value-number {
    margin: 0 0 18px;
    color: #d58b2e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
}

body.page-id-16 .rc-about-value-title {
    margin: 0;
    color: #28160d;
    font-size: 24px;
    line-height: 1.2;
}

body.page-id-16 .rc-about-value-card > p:last-child {
    margin: 14px 0 0;
    color: #624a39;
    font-size: 15px;
    line-height: 1.7;
}

body.page-id-16 .rc-about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin-top: 34px;
    padding: 36px 38px;
    border-radius: 22px;
    background: #2b170d;
    color: #fffaf0;
}

body.page-id-16 .rc-about-cta-eyebrow {
    margin: 0 0 10px;
    color: #f6c64e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-16 .rc-about-cta-title {
    max-width: 680px;
    margin: 0;
    color: #fffaf0;
    font-size: 30px;
    line-height: 1.18;
}

body.page-id-16 .rc-about-cta-copy > p:last-child {
    max-width: 700px;
    margin: 12px 0 0;
    color: rgba(255, 250, 240, .8);
    line-height: 1.68;
}

body.page-id-16 .rc-about-cta-button .wp-block-button__link {
    white-space: nowrap;
    border: 0;
    border-radius: 10px;
    padding: 13px 18px;
    background: #f6c64e;
    color: #2b170d;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 767px) {
    body.page-id-16 .rc-about-shell {
        width: min(100% - 28px, 560px);
    }

    body.page-id-16 .rc-about-hero {
        padding: 46px 0 44px;
    }

    body.page-id-16 .rc-about-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.page-id-16 .rc-about-title {
        font-size: 35px;
    }

    body.page-id-16 .rc-about-description {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.65;
    }

    body.page-id-16 .rc-about-hero-panel {
        padding: 22px;
        border-radius: 18px;
    }

    body.page-id-16 .rc-about-panel-stack p {
        padding: 11px 12px;
        font-size: 15px;
    }

    body.page-id-16 .rc-about-main-section {
        padding: 48px 0 56px;
    }

    body.page-id-16 .rc-about-section-description {
        margin-bottom: 26px;
        font-size: 15px;
    }

    body.page-id-16 .rc-about-value-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.page-id-16 .rc-about-value-card {
        padding: 22px;
        border-radius: 17px;
    }

    body.page-id-16 .rc-about-value-title {
        font-size: 23px;
    }

    body.page-id-16 .rc-about-cta {
        display: block;
        margin-top: 24px;
        padding: 26px 22px;
        border-radius: 18px;
    }

    body.page-id-16 .rc-about-cta-title {
        font-size: 26px;
    }

    body.page-id-16 .rc-about-cta-actions {
        margin-top: 21px;
    }
}

/* === RC ABOUT PAGE REBUILD END === */

/* === RC CONTACT PAGE REBUILD START === */

body.page-id-20 .entry-content {
    background: #fffdf8;
}

body.page-id-20 .rc-contact-page,
body.page-id-20 .rc-contact-page * {
    box-sizing: border-box;
}

body.page-id-20 .rc-contact-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

body.page-id-20 .rc-contact-hero {
    padding: 82px 0 76px;
    background:
        radial-gradient(circle at 90% 18%, rgba(246, 198, 78, .17), transparent 26%),
        #2b170d;
    color: #fffaf0;
}

body.page-id-20 .rc-contact-eyebrow {
    margin: 0 0 16px;
    color: #f6c64e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-20 .rc-contact-eyebrow-dark {
    color: #c97520;
}

body.page-id-20 .rc-contact-title {
    max-width: 760px;
    margin: 0;
    color: #fffaf0;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.07;
    letter-spacing: -.035em;
}

body.page-id-20 .rc-contact-description {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 250, 240, .84);
    font-size: 17px;
    line-height: 1.75;
}

body.page-id-20 .rc-contact-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

body.page-id-20 .rc-contact-hero-points p {
    margin: 0;
    padding: 8px 13px;
    border: 1px solid rgba(246, 198, 78, .46);
    border-radius: 999px;
    color: #fff4d7;
    font-size: 12px;
    font-weight: 700;
}

body.page-id-20 .rc-contact-main-section {
    padding: 72px 0 82px;
}

body.page-id-20 .rc-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: 24px;
}

body.page-id-20 .rc-contact-admin-panel,
body.page-id-20 .rc-contact-address-panel {
    min-height: 100%;
    padding: 32px;
    border: 1px solid #ead9ba;
    border-radius: 22px;
    background: #fffaf0;
    box-shadow: 0 14px 32px rgba(64, 34, 11, .05);
}

body.page-id-20 .rc-contact-panel-title,
body.page-id-20 .rc-contact-address-title {
    margin: 0;
    color: #28160d;
    font-size: 30px;
    line-height: 1.18;
}

body.page-id-20 .rc-contact-panel-description {
    margin: 14px 0 0;
    color: #624a39;
    font-size: 15px;
    line-height: 1.7;
}

body.page-id-20 .rc-contact-method-list {
    display: grid;
    gap: 12px;
    margin-top: 25px;
}

body.page-id-20 .rc-contact-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border: 1px solid #ead9ba;
    border-radius: 15px;
    background: #fffdf8;
}

body.page-id-20 .rc-contact-method-label {
    margin: 0;
    color: #c97520;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .085em;
}

body.page-id-20 .rc-contact-method-number {
    margin: 5px 0 0;
    color: #2b170d;
    font-size: 18px;
    font-weight: 800;
}

body.page-id-20 .rc-contact-method-actions {
    flex: 0 0 auto;
}

body.page-id-20 .rc-contact-method-button .wp-block-button__link {
    border: 0;
    border-radius: 9px;
    padding: 11px 13px;
    background: #2b170d;
    color: #fff8e8;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

body.page-id-20 .rc-contact-method-button-alt .wp-block-button__link {
    border: 1px solid #7a5b43;
    background: transparent;
    color: #2b170d;
}

body.page-id-20 .rc-contact-address-panel {
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 100% 0%, rgba(246, 198, 78, .16), transparent 36%),
        #2b170d;
    border-color: rgba(246, 198, 78, .38);
    color: #fffaf0;
}

body.page-id-20 .rc-contact-address-kicker {
    margin: 0 0 13px;
    color: #f6c64e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-20 .rc-contact-address-title {
    color: #fffaf0;
}

body.page-id-20 .rc-contact-address-text {
    margin: 20px 0 0;
    color: rgba(255, 250, 240, .88);
    font-size: 17px;
    line-height: 1.75;
}

body.page-id-20 .rc-contact-address-note {
    margin-top: auto;
    padding-top: 26px;
}

body.page-id-20 .rc-contact-address-note p {
    margin: 0;
    padding: 15px;
    border: 1px solid rgba(255, 247, 223, .18);
    border-radius: 13px;
    background: rgba(255, 250, 240, .06);
    color: rgba(255, 250, 240, .74);
    font-size: 14px;
    line-height: 1.6;
}

body.page-id-20 .rc-contact-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin-top: 30px;
    padding: 36px 38px;
    border-radius: 22px;
    background: #2b170d;
    color: #fffaf0;
}

body.page-id-20 .rc-contact-cta-eyebrow {
    margin: 0 0 10px;
    color: #f6c64e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

body.page-id-20 .rc-contact-cta-title {
    margin: 0;
    color: #fffaf0;
    font-size: 30px;
    line-height: 1.18;
}

body.page-id-20 .rc-contact-cta-copy > p:last-child {
    max-width: 690px;
    margin: 12px 0 0;
    color: rgba(255, 250, 240, .8);
    line-height: 1.68;
}

body.page-id-20 .rc-contact-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.page-id-20 .rc-contact-cta-button-primary .wp-block-button__link,
body.page-id-20 .rc-contact-cta-button-secondary .wp-block-button__link {
    white-space: nowrap;
    border-radius: 10px;
    padding: 13px 17px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

body.page-id-20 .rc-contact-cta-button-primary .wp-block-button__link {
    border: 0;
    background: #f6c64e;
    color: #2b170d;
}

body.page-id-20 .rc-contact-cta-button-secondary .wp-block-button__link {
    border: 1px solid rgba(255, 247, 223, .48);
    background: transparent;
    color: #fff7df;
}

@media (max-width: 767px) {
    body.page-id-20 .rc-contact-shell {
        width: min(100% - 28px, 560px);
    }

    body.page-id-20 .rc-contact-hero {
        padding: 46px 0 44px;
    }

    body.page-id-20 .rc-contact-title {
        font-size: 35px;
    }

    body.page-id-20 .rc-contact-description {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.65;
    }

    body.page-id-20 .rc-contact-hero-points {
        gap: 8px;
        margin-top: 22px;
    }

    body.page-id-20 .rc-contact-hero-points p {
        padding: 7px 10px;
        font-size: 11px;
    }

    body.page-id-20 .rc-contact-main-section {
        padding: 48px 0 56px;
    }

    body.page-id-20 .rc-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-id-20 .rc-contact-admin-panel,
    body.page-id-20 .rc-contact-address-panel {
        padding: 23px 21px;
        border-radius: 17px;
    }

    body.page-id-20 .rc-contact-panel-title,
    body.page-id-20 .rc-contact-address-title {
        font-size: 25px;
    }

    body.page-id-20 .rc-contact-method {
        display: block;
        padding: 15px;
    }

    body.page-id-20 .rc-contact-method-actions {
        margin-top: 13px;
    }

    body.page-id-20 .rc-contact-method-button .wp-block-button__link {
        width: 100%;
        text-align: center;
    }

    body.page-id-20 .rc-contact-address-text {
        font-size: 16px;
    }

    body.page-id-20 .rc-contact-address-note {
        margin-top: 22px;
        padding-top: 0;
    }

    body.page-id-20 .rc-contact-cta {
        display: block;
        margin-top: 24px;
        padding: 26px 22px;
        border-radius: 18px;
    }

    body.page-id-20 .rc-contact-cta-title {
        font-size: 26px;
    }

    body.page-id-20 .rc-contact-cta-actions {
        justify-content: flex-start;
        margin-top: 21px;
    }
}

/* === RC CONTACT PAGE REBUILD END === */
`n`n`n

/* === RC INNER CONTENT CONSISTENCY PASS START === */

/*
 * Scope:
 * Hanya isi halaman Produk, Reseller, Tentang Kami, Kontak,
 * Artikel & Tips, serta dua detail produk.
 *
 * Tidak menyentuh header, navbar, footer, menu, Front Page,
 * konten Gutenberg, media, maupun routing.
 */

/* Hilangkan strip Blocksy di atas hero Artikel & Tips. */
body.page-id-160 .site-main,
body.page-id-160 .content-area,
body.page-id-160 .site-main > .ct-container,
body.page-id-160 .site-main > .ct-container > article,
body.page-id-160 .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Tipografi isi halaman mengikuti karakter Beranda. */
body.page-id-12 .entry-content,
body.page-id-14 .entry-content,
body.page-id-16 .entry-content,
body.page-id-20 .entry-content,
body.page-id-160 .entry-content,
body.page-id-153 .entry-content,
body.page-id-154 .entry-content {
    font-family: "Nunito", Arial, sans-serif !important;
}

body.page-id-12 .entry-content h1,
body.page-id-12 .entry-content h2,
body.page-id-12 .entry-content h3,
body.page-id-12 .entry-content h4,
body.page-id-14 .entry-content h1,
body.page-id-14 .entry-content h2,
body.page-id-14 .entry-content h3,
body.page-id-14 .entry-content h4,
body.page-id-16 .entry-content h1,
body.page-id-16 .entry-content h2,
body.page-id-16 .entry-content h3,
body.page-id-16 .entry-content h4,
body.page-id-20 .entry-content h1,
body.page-id-20 .entry-content h2,
body.page-id-20 .entry-content h3,
body.page-id-20 .entry-content h4,
body.page-id-160 .entry-content h1,
body.page-id-160 .entry-content h2,
body.page-id-160 .entry-content h3,
body.page-id-160 .entry-content h4,
body.page-id-153 .entry-content h1,
body.page-id-153 .entry-content h2,
body.page-id-153 .entry-content h3,
body.page-id-153 .entry-content h4,
body.page-id-154 .entry-content h1,
body.page-id-154 .entry-content h2,
body.page-id-154 .entry-content h3,
body.page-id-154 .entry-content h4 {
    font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.018em;
}

/* Doodle halus pada hero halaman dalam. */
.rc-reseller-hero,
.rc-about-hero,
.rc-contact-hero,
.rc-article-archive-hero,
.rc-product-page .rc-product-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.rc-reseller-hero > *,
.rc-about-hero > *,
.rc-contact-hero > *,
.rc-article-archive-hero > *,
.rc-product-page .rc-product-hero > * {
    position: relative;
    z-index: 1;
}

.rc-reseller-hero::before,
.rc-about-hero::before,
.rc-contact-hero::before,
.rc-article-archive-hero::before,
.rc-product-page .rc-product-hero::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 8%;
    width: 58px;
    height: 28px;
    border: 2px solid rgba(246, 198, 78, .42);
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 100% 0 100%;
    transform: rotate(-30deg);
    z-index: 0;
}

.rc-reseller-hero::after,
.rc-about-hero::after,
.rc-contact-hero::after,
.rc-article-archive-hero::after,
.rc-product-page .rc-product-hero::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: -34px;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background-image: radial-gradient(
        circle,
        rgba(246, 198, 78, .62) 0 2px,
        transparent 2.8px
    );
    background-size: 17px 17px;
    opacity: .26;
    z-index: 0;
}

/* Garis kuning pendek untuk heading section utama. */
.rc-reseller-section-title,
.rc-about-section-title,
.rc-contact-panel-title,
.rc-contact-address-title,
.rc-article-section-title,
.rc-product-page .rc-product-section-title {
    position: relative;
    padding-bottom: 17px;
}

.rc-reseller-section-title::after,
.rc-about-section-title::after,
.rc-contact-panel-title::after,
.rc-contact-address-title::after,
.rc-article-section-title::after,
.rc-product-page .rc-product-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: #f0b51d;
}

@media (max-width: 767px) {
    .rc-reseller-hero::before,
    .rc-about-hero::before,
    .rc-contact-hero::before,
    .rc-article-archive-hero::before,
    .rc-product-page .rc-product-hero::before {
        top: 18px;
        right: 7%;
        width: 42px;
        height: 20px;
        border-width: 1.5px;
    }

    .rc-reseller-hero::after,
    .rc-about-hero::after,
    .rc-contact-hero::after,
    .rc-article-archive-hero::after,
    .rc-product-page .rc-product-hero::after {
        right: -26px;
        bottom: -28px;
        width: 88px;
        height: 88px;
        background-size: 14px 14px;
    }

    .rc-reseller-section-title,
    .rc-about-section-title,
    .rc-contact-panel-title,
    .rc-contact-address-title,
    .rc-article-section-title,
    .rc-product-page .rc-product-section-title {
        padding-bottom: 13px;
    }
}

/* === RC INNER CONTENT CONSISTENCY PASS END === */

/* === RC HERO DOODLE CLEANUP START === */

/*
 * Menghapus ornamen curve dan dotted-grid dari pass sebelumnya.
 * Garis kuning section title tetap dipertahankan.
 */

.rc-reseller-hero::before,
.rc-reseller-hero::after,
.rc-about-hero::before,
.rc-about-hero::after,
.rc-contact-hero::before,
.rc-contact-hero::after,
.rc-article-archive-hero::before,
.rc-article-archive-hero::after,
.rc-product-page .rc-product-hero::before,
.rc-product-page .rc-product-hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: 0 !important;
}

/* === RC HERO DOODLE CLEANUP END === */

/* === RC ARTICLE HERO GAP FIX START === */

/*
 * Blocksy hero bawaan di Page Artikel sudah kosong,
 * tetapi masih membawa margin-bottom 40px.
 * Reset ini menghilangkan strip kosong sebelum hero custom.
 */
body.page-id-160 #post-160 > .hero-section.is-width-constrained {
    margin-bottom: 0 !important;
}

/* === RC ARTICLE HERO GAP FIX END === */

/* === RC ARTICLE DETAIL POLISH START === */

/* Sembunyikan hero default Blocksy hanya pada tiga detail artikel. */
body.postid-134 #post-134 > .hero-section,
body.postid-136 #post-136 > .hero-section,
body.postid-137 #post-137 > .hero-section {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.postid-134 .site-main > .ct-container-full,
body.postid-136 .site-main > .ct-container-full,
body.postid-137 .site-main > .ct-container-full,
body.postid-134 .entry-content,
body.postid-136 .entry-content,
body.postid-137 .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.postid-134 .entry-content,
body.postid-136 .entry-content,
body.postid-137 .entry-content {
    background: #fffdf8;
}

.rc-article-detail-page,
.rc-article-detail-page * {
    box-sizing: border-box;
}

.rc-article-detail-shell,
.rc-article-detail-reading {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
}

.rc-article-detail-hero {
    padding: 76px 0;
    background:
        radial-gradient(circle at 90% 18%, rgba(246, 198, 78, .16), transparent 30%),
        #2b170d;
    color: #fffaf0;
}

.rc-article-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    align-items: center;
    gap: 62px;
}

.rc-article-detail-eyebrow,
.rc-article-detail-reading-label,
.rc-article-detail-cta-eyebrow {
    margin: 0 0 14px;
    color: #f6c64e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
}

.rc-article-detail-title {
    max-width: 720px;
    margin: 0;
    color: #fffaf0;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: clamp(40px, 4.35vw, 60px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.028em;
}

.rc-article-detail-excerpt {
    max-width: 650px;
    margin: 21px 0 0;
    color: rgba(255, 250, 240, .84);
    font-size: 17px;
    line-height: 1.72;
}

.rc-article-detail-back-link {
    margin: 26px 0 0;
}

.rc-article-detail-back-link a {
    color: #f6c64e;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.rc-article-detail-back-link a:hover {
    color: #fff7df;
}

.rc-article-detail-image-wrap {
    overflow: hidden;
    border: 1px solid rgba(246, 198, 78, .35);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
}

.rc-article-detail-image {
    display: block;
    width: 100%;
    min-height: 330px;
    object-fit: cover;
}

.rc-article-detail-main {
    padding: 70px 0 82px;
    background: #fffdf8;
}

.rc-article-detail-reading-label {
    color: #c97520;
}

.rc-article-detail-body {
    max-width: 790px;
}

.rc-article-detail-body > p {
    margin: 0 0 24px;
    color: #594232;
    font-size: 17px;
    line-height: 1.82;
}

.rc-article-detail-body h4 {
    position: relative;
    margin: 34px 0 13px;
    padding: 0 0 0 18px;
    color: #2b170d;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.012em;
}

.rc-article-detail-body h4::before {
    content: "";
    position: absolute;
    top: .25em;
    left: 0;
    width: 5px;
    height: .95em;
    border-radius: 999px;
    background: #f0b51d;
}

.rc-article-detail-body h4 + p {
    margin-top: 0;
}

.rc-article-detail-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 54px;
    padding: 34px 36px;
    border-radius: 22px;
    background: #2b170d;
    color: #fffaf0;
}

.rc-article-detail-cta-title {
    max-width: 650px;
    margin: 0;
    color: #fffaf0;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
}

.rc-article-detail-cta-copy > p:last-child {
    max-width: 680px;
    margin: 12px 0 0;
    color: rgba(255, 250, 240, .8);
    line-height: 1.68;
}

.rc-article-detail-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.rc-article-detail-cta-primary .wp-block-button__link,
.rc-article-detail-cta-secondary .wp-block-button__link {
    white-space: nowrap;
    border-radius: 10px;
    padding: 13px 17px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.rc-article-detail-cta-primary .wp-block-button__link {
    border: 0;
    background: #f6c64e;
    color: #2b170d;
}

.rc-article-detail-cta-secondary .wp-block-button__link {
    border: 1px solid rgba(255, 247, 223, .48);
    background: transparent;
    color: #fff7df;
}

@media (max-width: 767px) {
    .rc-article-detail-shell,
    .rc-article-detail-reading {
        width: min(100% - 28px, 560px);
    }

    .rc-article-detail-hero {
        padding: 46px 0 48px;
    }

    .rc-article-detail-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rc-article-detail-title {
        font-size: 36px;
    }

    .rc-article-detail-excerpt {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.66;
    }

    .rc-article-detail-back-link {
        margin-top: 20px;
    }

    .rc-article-detail-image-wrap {
        border-radius: 17px;
    }

    .rc-article-detail-image {
        min-height: 220px;
    }

    .rc-article-detail-main {
        padding: 48px 0 56px;
    }

    .rc-article-detail-body > p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.76;
    }

    .rc-article-detail-body h4 {
        margin-top: 28px;
        padding-left: 15px;
        font-size: 24px;
    }

    .rc-article-detail-cta {
        display: block;
        margin-top: 38px;
        padding: 26px 22px;
        border-radius: 18px;
    }

    .rc-article-detail-cta-title {
        font-size: 26px;
    }

    .rc-article-detail-cta-actions {
        justify-content: flex-start;
        margin-top: 21px;
    }
}

/* === RC ARTICLE DETAIL POLISH END === */

/* === RC ARTICLE DETAIL MENU ACTIVE START === */

/*
 * Detail artikel adalah post, bukan child page.
 * Saat salah satu dari tiga artikel dibuka, menu Artikel & Tips
 * diberi tampilan aktif seperti halaman archive Artikel & Tips.
 */

body.postid-134 #header a[href*="/artikel/"],
body.postid-136 #header a[href*="/artikel/"],
body.postid-137 #header a[href*="/artikel/"],
body.postid-134 .ct-panel-content a[href*="/artikel/"],
body.postid-136 .ct-panel-content a[href*="/artikel/"],
body.postid-137 .ct-panel-content a[href*="/artikel/"] {
    color: #f6c64e !important;
    font-weight: 800 !important;
}

/* === RC ARTICLE DETAIL MENU ACTIVE END === */

/* === RC ARTICLE DETAIL GLOBAL TEMPLATE START === */

/* Berlaku otomatis pada semua post kategori Artikel & Tips. */
body.rc-article-tips-single .site-main > .ct-container-full > article > .hero-section {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rc-article-tips-single .site-main > .ct-container-full,
body.rc-article-tips-single .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.rc-article-tips-single #header a[href*="/artikel/"],
body.rc-article-tips-single .ct-panel-content a[href*="/artikel/"] {
    color: #f6c64e !important;
    font-weight: 800 !important;
}

.rc-article-detail-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    padding: 28px;
    background: linear-gradient(135deg, #5a3017, #2b170d);
    color: #f6c64e;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 767px) {
    .rc-article-detail-image-placeholder {
        min-height: 220px;
        font-size: 24px;
    }
}

/* === RC ARTICLE DETAIL GLOBAL TEMPLATE END === */

/* === RC PRODUCT CMS DYNAMIC START === */

/* Dynamic catalog cards inside Page Produk. */
body.page-id-12 .rc-products-grid > .wp-block-shortcode,
body.page-id-12 .rc-product-catalog-dynamic {
    display: contents;
}

.rc-product-card--dynamic .rc-product-card-image {
    margin: 0;
}

.rc-product-card--dynamic .rc-product-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.rc-product-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 230px;
    padding: 20px;
    background: linear-gradient(135deg, #5a3017, #2b170d);
    color: #f6c64e;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.rc-product-card--dynamic .rc-product-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rc-product-card-detail-button .wp-block-button__link {
    border: 1px solid #d7a132;
    background: #fffaf0;
    color: #2b170d;
}

.rc-product-card-detail-button .wp-block-button__link:hover {
    background: #f6c64e;
    color: #2b170d;
}

.rc-products-empty-state {
    grid-column: 1 / -1;
    padding: 32px;
    border: 1px dashed rgba(184, 131, 33, .45);
    border-radius: 18px;
    color: #6a4a32;
    text-align: center;
}

/* Global detail template for all rc_product entries. */
body.rc-product-single .site-main > .ct-container-full > article > .hero-section {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rc-product-single .site-main > .ct-container-full,
body.rc-product-single .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.rc-product-single #header a[href*="/produk/"],
body.rc-product-single .ct-panel-content a[href*="/produk/"] {
    color: #f6c64e !important;
    font-weight: 800 !important;
}

.rc-global-product-detail-page,
.rc-global-product-detail-page * {
    box-sizing: border-box;
}

.rc-global-product-shell {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
}

.rc-global-product-hero {
    padding: 76px 0;
    background:
        radial-gradient(circle at 90% 22%, rgba(246, 198, 78, .17), transparent 28%),
        #2b170d;
    color: #fffaf0;
}

.rc-global-product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    align-items: center;
    gap: 64px;
}

.rc-global-product-eyebrow,
.rc-global-product-section-eyebrow,
.rc-global-product-cta-eyebrow {
    margin: 0 0 14px;
    color: #f6c64e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
}

.rc-global-product-title {
    max-width: 700px;
    margin: 0;
    color: #fffaf0;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: clamp(40px, 4.4vw, 60px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.028em;
}

.rc-global-product-excerpt {
    max-width: 650px;
    margin: 21px 0 0;
    color: rgba(255, 250, 240, .86);
    font-size: 17px;
    line-height: 1.72;
}

.rc-global-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 27px;
}

.rc-global-product-actions a,
.rc-global-product-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 17px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.rc-global-product-primary,
.rc-global-product-cta-button {
    background: #f6c64e;
    color: #2b170d;
}

.rc-global-product-secondary {
    border: 1px solid rgba(255, 247, 223, .46);
    color: #fff7df;
}

.rc-global-product-image-wrap {
    overflow: hidden;
    border: 1px solid rgba(246, 198, 78, .35);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
}

.rc-global-product-image-wrap img {
    display: block;
    width: 100%;
    min-height: 330px;
    object-fit: cover;
}

.rc-product-global-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    padding: 28px;
    background: linear-gradient(135deg, #5a3017, #2b170d);
    color: #f6c64e;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.rc-global-product-main {
    padding: 70px 0 82px;
    background: #fffdf8;
}

.rc-global-product-section-eyebrow {
    color: #c97520;
}

.rc-global-product-section-title {
    position: relative;
    max-width: 760px;
    margin: 0;
    padding-bottom: 17px;
    color: #2b170d;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: clamp(32px, 3.2vw, 44px);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -.02em;
}

.rc-global-product-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: #f0b51d;
}

.rc-global-product-content {
    max-width: 780px;
    margin-top: 24px;
}

.rc-global-product-content > * {
    color: #594232;
}

.rc-global-product-content p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
}

.rc-global-product-content h2,
.rc-global-product-content h3,
.rc-global-product-content h4 {
    margin: 27px 0 12px;
    color: #2b170d;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-weight: 800;
}

.rc-global-product-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}

.rc-global-product-benefits li {
    min-height: 100%;
    padding: 20px;
    border: 1px solid #ead8ab;
    border-radius: 16px;
    background: #fffaf0;
    color: #4d3728;
    line-height: 1.55;
}

.rc-global-product-benefits li::before {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 13px;
    border-radius: 999px;
    background: #f0b51d;
}

.rc-global-product-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 54px;
    padding: 34px 36px;
    border-radius: 22px;
    background: #2b170d;
    color: #fffaf0;
}

.rc-global-product-cta h2 {
    margin: 0;
    color: #fffaf0;
    font-family: "Baloo 2", "Trebuchet MS", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
}

.rc-global-product-cta > div > p:last-child {
    max-width: 680px;
    margin: 12px 0 0;
    color: rgba(255, 250, 240, .82);
    line-height: 1.68;
}

.rc-global-product-back-link {
    margin: 26px 0 0;
}

.rc-global-product-back-link a {
    color: #b86f22;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 767px) {
    .rc-global-product-shell {
        width: min(100% - 28px, 560px);
    }

    .rc-global-product-hero {
        padding: 46px 0 48px;
    }

    .rc-global-product-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rc-global-product-title {
        font-size: 36px;
    }

    .rc-global-product-excerpt {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.66;
    }

    .rc-global-product-image-wrap {
        border-radius: 17px;
    }

    .rc-global-product-image-wrap img,
    .rc-product-global-image-placeholder {
        min-height: 220px;
    }

    .rc-global-product-main {
        padding: 48px 0 56px;
    }

    .rc-global-product-content p {
        font-size: 15px;
        line-height: 1.76;
    }

    .rc-global-product-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rc-global-product-cta {
        display: block;
        margin-top: 38px;
        padding: 26px 22px;
        border-radius: 18px;
    }

    .rc-global-product-cta h2 {
        font-size: 26px;
    }

    .rc-global-product-cta-button {
        margin-top: 21px;
    }
}

/* === RC PRODUCT CMS DYNAMIC END === */

/* === RC PRODUCT DETAIL FULLWIDTH FIX START === */

/*
 * Template produk global dirender di dalam wrapper konten Blocksy.
 * Aturan ini membuat kanvas detail produk benar-benar fullwidth,
 * tanpa gutter krem di kiri dan kanan hero.
 */

body.rc-product-single .site-main > .ct-container-full,
body.rc-product-single .site-main > .ct-container-full > article,
body.rc-product-single .site-main .entry-content {
    width: 100% !important;
    max-width: none !important;
}

body.rc-product-single .site-main > .ct-container-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.rc-product-single .rc-global-product-detail-page {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow: hidden;
}

/* === RC PRODUCT DETAIL FULLWIDTH FIX END === */

/* === RC HOME FEATURED ARTICLES COMPACT GEOMETRY START === */
body.home .rc-home-featured-articles-dynamic.wp-block-columns {
    display: grid !important;
    width: min(1040px, 100%) !important;
    max-width: 1040px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: stretch !important;
}

body.home .rc-home-featured-articles-dynamic.wp-block-columns > .wp-block-column {
    width: auto !important;
    min-width: 0 !important;
    flex-basis: auto !important;
    margin: 0 !important;
}

body.home .rc-home-featured-articles-dynamic.wp-block-columns > .wp-block-column > .wp-block-group {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
    height: 100% !important;
    padding: 12px 13px 16px !important;
}

body.home .rc-home-featured-articles-dynamic .wp-block-image {
    margin: 0 !important;
}

body.home .rc-home-featured-articles-dynamic .wp-block-image img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}

body.home .rc-home-featured-articles-dynamic .wp-block-heading {
    margin: 10px 0 8px !important;
}

body.home .rc-home-featured-articles-dynamic .wp-block-group > p {
    margin: 0 !important;
}

@media (max-width: 781px) {
    body.home .rc-home-featured-articles-dynamic.wp-block-columns {
        width: 100% !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
    }
}
/* === RC HOME FEATURED ARTICLES COMPACT GEOMETRY END === */


/* v1.0.8 — clickable homepage contact cards */
[data-rc-contact-card-url] {
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

[data-rc-contact-card-url]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(42, 26, 18, 0.08);
    border-color: #e7b84d !important;
}

[data-rc-contact-card-url]:focus-visible {
    outline: 3px solid rgba(240, 173, 0, 0.45);
    outline-offset: 3px;
}
