/**
 * HerCycle Landing Page B GutReset-style visual match.
 *
 * This layer intentionally sits after bloomlab-landing-b.css and is scoped to
 * HerCycle only, so shared B variants keep their existing product skin.
 */

body.blb-hercycle {
    --hc-gut-teal: #5ba8b8;
    --hc-gut-teal-dark: #164552;
    --hc-gut-green: #1e7a8f;
    --hc-gut-green-soft: #eaf7f4;
    --hc-gut-peach: #ffe5d6;
    --hc-gut-peach-soft: #fff2ea;
    --hc-gut-coral: #ff6b4a;
    --hc-gut-text: #164552;
    --hc-gut-text-muted: #456a74;
    --hc-gut-border: rgba(22, 69, 82, 0.08);
    --hc-gut-white: #ffffff;
    --hc-gut-cream: #fff9f2;
    --hc-gut-mint: #fafafa;
    --hc-gut-shadow-sm: 0 4px 14px rgba(22, 69, 82, 0.06);
    --hc-gut-shadow-md: 0 12px 32px rgba(22, 69, 82, 0.10);
    --hc-gut-shadow-lg: 0 24px 60px rgba(22, 69, 82, 0.14);
    --hc-gut-transition: 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--hc-gut-text);
    line-height: 1.6;
}

body.blb-hercycle .blb-container,
body.blb-hercycle .blb-hero-wrap {
    max-width: 1200px;
}

body.blb-hercycle .blb-h1,
body.blb-hercycle .blb-h2,
body.blb-hercycle .blb-offer-title,
body.blb-hercycle .blb-final h2 {
    color: var(--hc-gut-teal-dark);
    font-weight: 800;
    letter-spacing: -0.05em;
}

body.blb-hercycle .blb-h1 {
    max-width: 680px;
    margin: 0 0 22px;
    font-size: clamp(3.05rem, 6vw, 4.25rem);
    line-height: 1.05;
}

body.blb-hercycle .blb-h1 span,
body.blb-hercycle .blb-h2 span,
body.blb-hercycle .blb-final h2 span {
    color: var(--hc-gut-green);
}

body.blb-hercycle .blb-h2,
body.blb-hercycle .blb-final h2 {
    max-width: 940px;
    margin: 0 auto 22px;
    font-size: clamp(2.45rem, 5vw, 3.8rem);
    line-height: 1.1;
    text-align: center;
}

body.blb-hercycle .blb-lead {
    max-width: 520px;
    margin: 0 0 28px;
    color: var(--hc-gut-text-muted);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
}

body.blb-hercycle .blb-small-lead {
    max-width: 680px;
    margin: 0 auto;
    color: var(--hc-gut-text);
    font-size: clamp(1.16rem, 1.5vw, 1.35rem);
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}

body.blb-hercycle .blb-copy-left .blb-h2,
body.blb-hercycle .blb-copy-left .blb-small-lead {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

body.blb-hercycle .blb-section-head {
    max-width: 960px;
    margin: 0 auto 56px;
    text-align: center;
}

body.blb-hercycle .blb-eyebrow,
body.blb-hercycle .blb-kicker,
body.blb-hercycle .blb-offer-ribbon,
body.blb-hercycle .blb-compare-label {
    margin-bottom: 20px;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--hc-gut-teal-dark);
    color: var(--hc-gut-white);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

body.blb-hercycle .blb-hero {
    padding: var(--bloom-hero-padding-top, 96px) var(--bloom-side-padding, clamp(20px, 4vw, 40px)) 96px;
    background: linear-gradient(180deg, var(--hc-gut-mint) 0%, var(--hc-gut-white) 100%);
}

body.blb-hercycle .blb-hero::before {
    background: radial-gradient(circle, rgba(91, 168, 184, 0.16), transparent 68%);
}

body.blb-hercycle .blb-hero-wrap {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 64px;
    padding-inline: 0;
}

body.blb-hercycle .blb-hero-copy,
body.blb-hercycle .blb-hero-card {
    min-width: 0;
}

body.blb-hercycle .blb-trust-row {
    gap: 12px;
    margin: 0 0 30px;
}

body.blb-hercycle .blb-trust-pill {
    padding: 9px 17px;
    border: 1px solid var(--hc-gut-border);
    background: var(--hc-gut-white);
    color: var(--hc-gut-text);
    font-size: 0.96rem;
    font-weight: 800;
    box-shadow: var(--hc-gut-shadow-sm);
}

body.blb-hercycle .blb-trust-pill svg {
    width: 16px;
    height: 16px;
    color: var(--hc-gut-green);
}

body.blb-hercycle .blb-cta-row,
body.blb-hercycle .blb-final-actions {
    gap: 14px;
    margin-top: 0;
}

body.blb-hercycle .blb-hero-copy .blb-cta-row {
    margin: 0 0 24px;
}

body.blb-hercycle .blb-btn {
    min-height: 58px;
    padding: 18px 30px;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.15;
}

body.blb-hercycle .blb-btn-primary {
    background: var(--hc-gut-teal-dark);
    color: var(--hc-gut-white);
    box-shadow: 0 12px 30px rgba(22, 69, 82, 0.24);
}

body.blb-hercycle .blb-btn-primary:hover {
    background: var(--hc-gut-green);
    color: var(--hc-gut-white);
    box-shadow: 0 16px 34px rgba(22, 69, 82, 0.28);
}

body.blb-hercycle .blb-btn-ghost {
    border-color: var(--hc-gut-border);
    background: var(--hc-gut-white);
    color: var(--hc-gut-teal-dark);
}

body.blb-hercycle .blb-btn-ghost:hover {
    border-color: var(--hc-gut-teal);
    color: var(--hc-gut-green);
}

body.blb-hercycle .blb-btn-wa {
    background: #25d366;
    color: var(--hc-gut-white);
}

body.blb-hercycle .blb-jump-nav {
    gap: 8px 20px;
    margin-top: 0;
}

body.blb-hercycle .blb-jump-nav a {
    position: relative;
    border-bottom: 0;
    color: var(--hc-gut-green);
    font-size: 0.92rem;
    font-weight: 800;
}

body.blb-hercycle .blb-jump-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.22;
}

body.blb-hercycle .blb-hero-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 34px;
    border: 1px solid var(--hc-gut-border);
    border-radius: 64px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--hc-gut-shadow-lg);
}

body.blb-hercycle .blb-product-stage {
    min-height: 360px;
    padding: 18px;
    border-radius: 48px;
    background: radial-gradient(circle at 50% 35%, rgba(91, 168, 184, 0.16), transparent 60%), var(--hc-gut-mint);
}

body.blb-hercycle .blb-product-stage img {
    width: min(100%, 380px);
    filter: drop-shadow(0 18px 32px rgba(22, 69, 82, 0.16));
}

body.blb-hercycle .blb-hero-list {
    gap: 14px;
    margin: 0;
}

body.blb-hercycle .blb-hero-list li {
    align-items: center;
    gap: 14px;
    color: var(--hc-gut-text);
    font-size: 1.08rem;
    font-weight: 800;
}

body.blb-hercycle .blb-check {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-top: 0;
    background: var(--hc-gut-green);
    color: var(--hc-gut-white);
}

body.blb-hercycle .blb-check svg {
    width: 15px;
    height: 15px;
}

body.blb-hercycle .blb-hero-guarantee {
    margin: 0;
    padding: 16px 18px;
    border-radius: 24px;
    background: var(--hc-gut-peach);
    color: var(--hc-gut-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
}

body.blb-hercycle .blb-hero-guarantee strong {
    color: var(--hc-gut-coral);
    font-weight: 800;
}

body.blb-hercycle .blb-section,
body.blb-hercycle .blb-final {
    padding: 96px 0;
}

body.blb-hercycle #her-akar,
body.blb-hercycle #her-offer {
    background: var(--hc-gut-cream);
}

body.blb-hercycle #her-produk,
body.blb-hercycle .blb-section-alt:not(#her-akar):not(#her-offer) {
    background: var(--hc-gut-mint);
}

body.blb-hercycle .blb-feature-figure,
body.blb-hercycle .blb-journey-figure {
    max-width: 980px;
    margin-top: 42px;
    padding: 0;
    border: 0;
    border-radius: 48px;
    background: transparent;
    box-shadow: none;
}

body.blb-hercycle .blb-feature-figure img,
body.blb-hercycle .blb-journey-figure img {
    border-radius: 48px;
    background: var(--hc-gut-cream);
    box-shadow: var(--hc-gut-shadow-md);
}

body.blb-hercycle #her-gejala .blb-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto 34px;
    padding: 56px;
    border: 1px solid var(--hc-gut-border);
    border-radius: 64px;
    background: var(--hc-gut-mint);
}

body.blb-hercycle #her-gejala .blb-card {
    padding: 34px 28px;
    border: 1px solid var(--hc-gut-border);
    border-radius: 32px;
    background: var(--hc-gut-white);
    box-shadow: var(--hc-gut-shadow-sm);
    text-align: center;
    transition: transform 0.3s var(--hc-gut-transition), box-shadow 0.3s var(--hc-gut-transition);
}

body.blb-hercycle #her-gejala .blb-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--hc-gut-shadow-md);
}

body.blb-hercycle #her-gejala .blb-card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: var(--hc-gut-green-soft);
    color: var(--hc-gut-green);
    font-size: 1.55rem;
    font-weight: 800;
}

body.blb-hercycle #her-gejala .blb-card:nth-child(2) .blb-card-icon,
body.blb-hercycle #her-gejala .blb-card:nth-child(4) .blb-card-icon {
    background: var(--hc-gut-peach-soft);
    color: var(--hc-gut-coral);
}

body.blb-hercycle #her-gejala .blb-card h3,
body.blb-hercycle .blb-howto-card h3,
body.blb-hercycle .blb-compare-card h3 {
    margin: 0 0 12px;
    color: var(--hc-gut-teal-dark);
    font-size: 1.32rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

body.blb-hercycle #her-gejala .blb-card p,
body.blb-hercycle .blb-howto-card p,
body.blb-hercycle .blb-compare-card p,
body.blb-hercycle .blb-faq-item p {
    margin: 0;
    color: var(--hc-gut-text-muted);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.58;
}

body.blb-hercycle .blb-problem-box {
    gap: 28px;
}

body.blb-hercycle .blb-problem-big {
    border-radius: 48px;
    background: linear-gradient(150deg, var(--hc-gut-teal) 0%, var(--hc-gut-teal-dark) 100%);
}

body.blb-hercycle .blb-problem-big span {
    color: var(--hc-gut-peach);
    font-weight: 800;
}

body.blb-hercycle .blb-problem-big h3 {
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.blb-hercycle .blb-problem-point,
body.blb-hercycle .blb-compare-card,
body.blb-hercycle .blb-howto-card,
body.blb-hercycle .blb-faq-item {
    border: 1px solid var(--hc-gut-border);
    background: var(--hc-gut-white);
    box-shadow: var(--hc-gut-shadow-sm);
}

body.blb-hercycle .blb-compare-card,
body.blb-hercycle .blb-howto-card {
    border-radius: 32px;
    text-align: center;
}

body.blb-hercycle .blb-compare-grid,
body.blb-hercycle .blb-howto-grid {
    gap: 22px;
    max-width: 1000px;
    margin: 0 auto;
}

body.blb-hercycle .blb-compare-card {
    padding: 34px 28px;
}

body.blb-hercycle .blb-compare-card.blb-compare-win {
    border: 0;
    background: linear-gradient(150deg, var(--hc-gut-teal) 0%, var(--hc-gut-teal-dark) 100%);
    color: var(--hc-gut-white);
    box-shadow: var(--hc-gut-shadow-md);
}

body.blb-hercycle .blb-compare-card.blb-compare-win h3,
body.blb-hercycle .blb-compare-card.blb-compare-win p {
    color: var(--hc-gut-white);
}

body.blb-hercycle .blb-compare-label {
    margin-bottom: 14px;
    padding: 7px 13px;
    background: rgba(22, 69, 82, 0.08);
    color: var(--hc-gut-teal-dark);
    font-size: 0.82rem;
    text-transform: uppercase;
}

body.blb-hercycle .blb-compare-win .blb-compare-label {
    background: rgba(255, 255, 255, 0.18);
    color: var(--hc-gut-white);
}

body.blb-hercycle .blb-formula {
    gap: 44px;
}

body.blb-hercycle .blb-chip {
    padding: 13px 22px;
    border: 1px solid var(--hc-gut-border);
    background: var(--hc-gut-white);
    color: var(--hc-gut-teal-dark);
    font-size: 1rem;
    font-weight: 800;
    box-shadow: var(--hc-gut-shadow-sm);
}

body.blb-hercycle #her-proof .blb-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.blb-hercycle .blb-tabs {
    display: inline-flex;
    gap: 10px;
    margin: 0 auto 34px;
    padding: 10px;
    border-radius: 999px;
    background: var(--hc-gut-mint);
}

body.blb-hercycle .blb-tab {
    min-height: 48px;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--hc-gut-text-muted);
    font-size: 1rem;
    font-weight: 800;
    box-shadow: none;
}

body.blb-hercycle .blb-tab.is-active {
    background: var(--hc-gut-teal-dark);
    color: var(--hc-gut-white);
    box-shadow: 0 6px 16px rgba(22, 69, 82, 0.22);
}

body.blb-hercycle .blb-tab-panel {
    width: 100%;
    max-width: 1200px;
}

body.blb-hercycle .blb-proof-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 8px var(--bloom-side-padding, clamp(20px, 4vw, 40px)) 28px;
    margin-inline: calc(var(--bloom-side-padding, clamp(20px, 4vw, 40px)) * -1);
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

body.blb-hercycle .blb-proof-card {
    flex: 0 0 clamp(240px, 22vw, 318px);
    overflow: hidden;
    border: 0;
    border-radius: 32px;
    background: var(--hc-gut-mint);
    box-shadow: var(--hc-gut-shadow-md);
    scroll-snap-align: center;
    aspect-ratio: 3 / 4;
    transition: transform 0.35s var(--hc-gut-transition), box-shadow 0.35s var(--hc-gut-transition);
}

body.blb-hercycle .blb-proof-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--hc-gut-shadow-lg);
}

body.blb-hercycle .blb-proof-card img {
    height: 100%;
}

body.blb-hercycle-c .blb-h1 {
    max-width: 760px;
    font-size: clamp(2.55rem, 5.4vw, 3.75rem);
    letter-spacing: 0;
}

body.blb-hercycle-c .blb-lead {
    max-width: 640px;
}

body.blb-hercycle-c .blb-trust-row {
    max-width: 680px;
}

body.blb-hercycle-c .blb-formula-benefits {
    margin-top: 24px;
}

body.blb-hercycle-c .blb-proof-card {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    background: var(--hc-gut-white);
}

body.blb-hercycle-c .blb-proof-card img {
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

body.blb-hercycle-c .blb-proof-caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px 16px;
    background: var(--hc-gut-white);
}

body.blb-hercycle-c .blb-proof-caption strong {
    color: var(--hc-gut-teal-dark);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
}

body.blb-hercycle-c .blb-proof-caption span {
    color: var(--hc-gut-text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
}

body.blb-hercycle .blb-proof-note {
    margin: 18px auto 0;
    padding: 16px 30px;
    border-radius: 999px;
    background: var(--hc-gut-mint);
    color: var(--hc-gut-teal-dark);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
}

body.blb-hercycle .blb-challenge-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 1080px;
    margin: 24px auto 30px;
}

body.blb-hercycle .blb-challenge-card {
    padding: 26px 24px;
    border: 1px solid rgba(30, 122, 143, 0.18);
    border-radius: 32px;
    background: var(--hc-gut-white);
    box-shadow: var(--hc-gut-shadow-sm);
}

body.blb-hercycle .blb-challenge-card span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--hc-gut-green-soft);
    color: var(--hc-gut-green);
    font-size: 0.82rem;
    font-weight: 800;
}

body.blb-hercycle .blb-challenge-card h3 {
    margin: 14px 0 0;
    color: var(--hc-gut-teal-dark);
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

body.blb-hercycle .blb-challenge-card p {
    margin: 10px 0 0;
    color: var(--hc-gut-text-muted);
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.55;
}

body.blb-hercycle .blb-offer-card {
    position: relative;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 44px;
    max-width: 1040px;
    margin: 44px auto;
    padding: 46px;
    overflow: hidden;
    border: 2px solid var(--hc-gut-green);
    border-radius: 64px;
    background: var(--hc-gut-white);
    box-shadow: var(--hc-gut-shadow-lg);
}

body.blb-hercycle .blb-offer-card::before {
    content: "";
    position: absolute;
    top: -18%;
    right: -12%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(91, 168, 184, 0.12);
    pointer-events: none;
}

body.blb-hercycle .blb-offer-card > * {
    position: relative;
    z-index: 1;
}

body.blb-hercycle .blb-offer-ribbon {
    margin-bottom: 16px;
    padding: 8px 16px;
    background: var(--hc-gut-green);
    color: var(--hc-gut-white);
    font-size: 0.9rem;
}

body.blb-hercycle .blb-offer-title {
    margin: 0 0 10px;
    font-size: clamp(2rem, 3vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

body.blb-hercycle .blb-price {
    margin: 0 0 12px;
    color: var(--hc-gut-green);
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

body.blb-hercycle .blb-offer-list {
    gap: 11px;
    margin: 24px 0 0;
}

body.blb-hercycle .blb-offer-list li {
    color: var(--hc-gut-text);
    font-weight: 700;
    line-height: 1.5;
}

body.blb-hercycle .blb-offer-card .blb-cta-row {
    margin-top: 28px;
}

body.blb-hercycle .blb-offer-image {
    display: flex;
    justify-content: center;
    min-height: auto;
    border-radius: 32px;
    background: transparent;
}

body.blb-hercycle .blb-offer-image img {
    width: min(100%, 360px);
    border-radius: 32px;
    filter: drop-shadow(0 18px 30px rgba(22, 69, 82, 0.12));
}

body.blb-hercycle #her-garansi {
    padding: 96px 0;
    background: var(--hc-gut-teal-dark);
    color: var(--hc-gut-white);
}

body.blb-hercycle .blb-guarantee-box {
    max-width: 860px;
    margin: 0 auto;
    padding: 54px 46px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 64px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--hc-gut-white);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16);
    text-align: center;
}

body.blb-hercycle .blb-guarantee-shield {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--hc-gut-white);
    color: var(--hc-gut-green);
}

body.blb-hercycle .blb-guarantee-shield svg {
    width: 42px;
    height: 42px;
}

body.blb-hercycle .blb-guarantee-box h2 {
    margin: 0 0 30px;
    color: var(--hc-gut-white);
    font-size: clamp(1.8rem, 3.5vw, 2.55rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

body.blb-hercycle .blb-steps {
    max-width: 610px;
    margin: 0 auto 26px;
    text-align: left;
}

body.blb-hercycle .blb-steps li {
    display: flex;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 15px;
    padding: 17px 20px;
    border: 0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.58;
}

body.blb-hercycle .blb-step-num {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    background: var(--hc-gut-white);
    color: var(--hc-gut-teal-dark);
    font-size: 0.95rem;
    font-weight: 800;
}

body.blb-hercycle .blb-steps strong {
    color: var(--hc-gut-white);
    font-weight: 800;
}

body.blb-hercycle .blb-steps li div > span,
body.blb-hercycle .blb-guarantee-box p {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
}

body.blb-hercycle .blb-guarantee-bold {
    margin: 0 0 24px;
    color: var(--hc-gut-white);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.55;
}

body.blb-hercycle .blb-guarantee-action {
    width: fit-content;
    margin: 0 auto 24px;
    box-shadow: none;
}

body.blb-hercycle .blb-howto-card {
    padding: 38px 28px;
}

body.blb-hercycle .blb-howto-num {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    background: var(--hc-gut-green);
    color: var(--hc-gut-white);
    font-size: 1.55rem;
    font-weight: 800;
}

body.blb-hercycle .blb-howto-foot {
    color: var(--hc-gut-text);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.6;
}

body.blb-hercycle .blb-faq-list {
    gap: 14px;
    max-width: 840px;
}

body.blb-hercycle .blb-faq-item {
    border-radius: 24px;
    transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
}

body.blb-hercycle .blb-faq-item[open] {
    border-color: rgba(30, 122, 143, 0.34);
    box-shadow: var(--hc-gut-shadow-md);
}

body.blb-hercycle .blb-faq-item summary {
    position: relative;
    padding: 26px 68px 26px 30px;
    color: var(--hc-gut-teal-dark);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.35;
}

body.blb-hercycle .blb-faq-item summary::after {
    position: absolute;
    top: 50%;
    right: 28px;
    float: none;
    transform: translateY(-50%);
    color: var(--hc-gut-green);
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1;
}

body.blb-hercycle .blb-faq-item p {
    margin: 0 30px 28px;
    padding-top: 18px;
    border-top: 1px solid var(--hc-gut-border);
}

body.blb-hercycle .blb-final {
    background: linear-gradient(150deg, var(--hc-gut-teal) 0%, var(--hc-gut-teal-dark) 100%);
    color: var(--hc-gut-white);
    text-align: center;
}

body.blb-hercycle .blb-final h2 {
    color: var(--hc-gut-white);
}

body.blb-hercycle .blb-final h2 span {
    color: var(--hc-gut-peach);
}

body.blb-hercycle .blb-final p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.16rem, 1.5vw, 1.35rem);
    font-weight: 600;
    line-height: 1.6;
}

body.blb-hercycle .blb-final-actions {
    justify-content: center;
    margin-top: 32px;
}

body.blb-hercycle .blb-final .blb-btn-primary {
    background: var(--hc-gut-white);
    color: var(--hc-gut-teal-dark);
    box-shadow: none;
}

body.blb-hercycle .blb-final .blb-btn-ghost {
    border-color: rgba(255, 255, 255, 0.42);
    background: transparent;
    color: var(--hc-gut-white);
}

body.blb-hercycle .blb-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: none;
    gap: 12px;
    min-height: 78px;
    padding: 12px 16px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background: var(--hc-gut-teal-dark);
    color: var(--hc-gut-white);
    box-shadow: 0 -10px 26px rgba(22, 69, 82, 0.22);
    transform: translateY(100%);
    opacity: 1;
    pointer-events: auto;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body.blb-hercycle .blb-sticky.is-visible {
    transform: translateY(0);
    opacity: 1;
}

body.blb-hercycle .blb-sticky-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: var(--hc-gut-white);
    line-height: 1.2;
}

body.blb-hercycle .blb-sticky-copy strong {
    font-size: 1rem;
    font-weight: 800;
}

body.blb-hercycle .blb-sticky-copy span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.85rem;
    font-weight: 600;
}

body.blb-hercycle .blb-sticky-btn {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 6px;
    min-height: 0;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--hc-gut-green);
    color: var(--hc-gut-white);
    font-size: 0.98rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(58, 150, 168, 0.36);
}

body.blb-hercycle .blb-sticky-btn:hover {
    background: #2e7a8a;
    color: var(--hc-gut-white);
}

@media (max-width: 991px) {
    body.blb-hercycle {
        padding-bottom: calc(94px + env(safe-area-inset-bottom));
    }

    body.blb-hercycle .blb-sticky {
        display: flex;
    }

    body.blb-hercycle .blb-hero {
        padding: var(--bloom-hero-padding-top-mobile, 68px) 0 72px;
    }

    body.blb-hercycle .blb-hero-wrap {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-inline: var(--bloom-side-padding, clamp(20px, 4vw, 40px));
    }

    body.blb-hercycle .blb-hero-copy {
        order: 1;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    body.blb-hercycle .blb-hero-card {
        order: 2;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    body.blb-hercycle .blb-h1 {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2.75rem, 8vw, 3.5rem);
    }

    body.blb-hercycle .blb-h2,
    body.blb-hercycle .blb-final h2 {
        font-size: var(--bloom-font-h2-mobile, 2.55rem);
        line-height: 1.1;
    }

    body.blb-hercycle .blb-lead {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        font-size: var(--bloom-font-lead-mobile, 1.16rem);
    }

    body.blb-hercycle .blb-trust-row,
    body.blb-hercycle .blb-hero-copy .blb-cta-row,
    body.blb-hercycle .blb-jump-nav {
        justify-content: center;
    }

    body.blb-hercycle .blb-hero-copy .blb-cta-row {
        flex-direction: column;
        align-items: stretch;
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }

    body.blb-hercycle .blb-section,
    body.blb-hercycle #her-garansi,
    body.blb-hercycle .blb-final {
        padding: 74px 0;
    }

    body.blb-hercycle .blb-problem-box,
    body.blb-hercycle .blb-formula,
    body.blb-hercycle .blb-offer-card {
        grid-template-columns: 1fr;
    }

    body.blb-hercycle #her-gejala .blb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
        padding: 34px;
    }

    body.blb-hercycle .blb-challenge-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.blb-hercycle .blb-offer-card {
        max-width: 620px;
        padding: 34px 28px;
        text-align: center;
    }

    body.blb-hercycle .blb-offer-image {
        order: -1;
    }

    body.blb-hercycle .blb-offer-list li,
    body.blb-hercycle .blb-offer-card .blb-cta-row {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    body.blb-hercycle .blb-container,
    body.blb-hercycle .blb-hero-wrap {
        padding-inline: max(19px, var(--bloom-side-padding, 20px));
    }

    body.blb-hercycle .blb-h1 {
        width: 100%;
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        font-size: 2.55rem;
        letter-spacing: -0.045em;
        overflow-wrap: normal;
        text-wrap: balance;
    }

    body.blb-hercycle .blb-h2,
    body.blb-hercycle .blb-final h2 {
        margin-bottom: 18px;
        font-size: 2.2rem;
        letter-spacing: -0.045em;
    }

    body.blb-hercycle .blb-lead,
    body.blb-hercycle .blb-small-lead {
        width: 100%;
        max-width: 340px;
        font-size: 1.08rem;
        line-height: 1.6;
    }

    body.blb-hercycle .blb-trust-row,
    body.blb-hercycle .blb-hero-copy .blb-cta-row,
    body.blb-hercycle .blb-jump-nav {
        width: 100%;
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
    }

    body.blb-hercycle .blb-section-head {
        margin-bottom: 40px;
    }

    body.blb-hercycle .blb-section,
    body.blb-hercycle #her-garansi,
    body.blb-hercycle .blb-final {
        padding: 68px 0;
    }

    body.blb-hercycle .blb-product-stage {
        min-height: 260px;
    }

    body.blb-hercycle .blb-product-stage img {
        max-width: 255px;
    }

    body.blb-hercycle .blb-btn {
        min-height: 54px;
        padding: 15px 22px;
        font-size: 0.98rem;
    }

    body.blb-hercycle .blb-hero-card {
        padding: 24px;
        border-radius: 48px;
    }

    body.blb-hercycle .blb-product-stage,
    body.blb-hercycle .blb-offer-image img {
        border-radius: 32px;
    }

    body.blb-hercycle #her-gejala .blb-grid {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        max-width: none;
        margin-right: calc(max(19px, var(--bloom-side-padding, 20px)) * -1);
        margin-left: calc(max(19px, var(--bloom-side-padding, 20px)) * -1);
        padding: 8px max(19px, var(--bloom-side-padding, 20px)) 24px;
        border: 0;
        border-radius: 0;
        background: transparent;
        scroll-snap-type: x mandatory;
    }

    body.blb-hercycle #her-gejala .blb-card {
        flex: 0 0 280px;
        scroll-snap-align: start;
    }

    body.blb-hercycle .blb-challenge-grid {
        grid-template-columns: 1fr;
    }

    body.blb-hercycle .blb-tabs {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        border-radius: 24px;
        flex-wrap: nowrap;
    }

    body.blb-hercycle .blb-tab {
        flex: 0 0 auto;
    }

    body.blb-hercycle .blb-proof-grid {
        margin-inline: calc(max(19px, var(--bloom-side-padding, 20px)) * -1);
        padding-inline: max(19px, var(--bloom-side-padding, 20px));
    }

    body.blb-hercycle .blb-offer-card {
        padding: 28px 22px;
        border-radius: 48px;
    }

    body.blb-hercycle .blb-guarantee-box {
        padding: 38px 24px;
        border-radius: 48px;
    }

    body.blb-hercycle .blb-steps li {
        padding: 15px 16px;
    }

    body.blb-hercycle .blb-guarantee-action {
        width: 100%;
    }

    body.blb-hercycle .blb-final-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.blb-hercycle .blb-sticky-copy strong {
        font-size: 0.92rem;
    }

    body.blb-hercycle .blb-sticky-copy span {
        font-size: 0.78rem;
    }

    body.blb-hercycle .blb-sticky-btn {
        padding: 11px 14px;
        font-size: 0.9rem;
    }
}

@media (max-width: 380px) {
    body.blb-hercycle .blb-container,
    body.blb-hercycle .blb-hero-wrap {
        padding-inline: 16px;
    }

    body.blb-hercycle .blb-h1 {
        max-width: 320px;
        font-size: 2.34rem;
    }

    body.blb-hercycle .blb-sticky {
        gap: 10px;
        padding-inline: 12px;
    }

    body.blb-hercycle .blb-sticky-btn {
        padding-inline: 12px;
        font-size: 0.86rem;
    }
}

@media (max-width: 600px) {
    body.blb-hercycle-c .blb-hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body.blb-hercycle-c .blb-eyebrow {
        order: 1;
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }

    body.blb-hercycle-c .blb-h1 {
        order: 2;
        max-width: 300px;
        font-size: 1.96rem;
        line-height: 1.08;
        letter-spacing: 0;
        text-wrap: balance;
    }

    body.blb-hercycle-c .blb-lead,
    body.blb-hercycle-c .blb-small-lead {
        order: 3;
        max-width: 300px;
    }

    body.blb-hercycle-c .blb-hero-copy .blb-cta-row {
        order: 4;
        margin-bottom: 20px;
    }

    body.blb-hercycle-c .blb-trust-row {
        order: 5;
        margin-bottom: 20px;
    }

    body.blb-hercycle-c .blb-jump-nav {
        order: 6;
    }

    body.blb-hercycle-c .blb-trust-row,
    body.blb-hercycle-c .blb-hero-copy .blb-cta-row,
    body.blb-hercycle-c .blb-jump-nav {
        max-width: 280px;
    }

    body.blb-hercycle-c .blb-trust-pill {
        padding: 8px 13px;
        font-size: 0.9rem;
    }
}

@media (max-width: 380px) {
    body.blb-hercycle-c .blb-h1 {
        max-width: 286px;
        font-size: 1.86rem;
    }
}

/* HerCycle D: quiz-first Fit Check funnel. */
body.blb-hercycle-d {
    letter-spacing: 0;
}

body.blb-hercycle-d [hidden] {
    display: none !important;
}

body.blb-hercycle-d .blb-h1,
body.blb-hercycle-d .blb-h2,
body.blb-hercycle-d .blb-offer-title,
body.blb-hercycle-d .blb-final h2 {
    letter-spacing: 0;
}

body.blb-hercycle-d .blb-quiz-hero .blb-h1 {
    max-width: 760px;
    font-size: clamp(2.5rem, 5vw, 4.1rem);
}

body.blb-hercycle-d .blb-quiz-hero .blb-lead {
    max-width: 620px;
}

body.blb-hercycle-d .blb-hero-disclaimer,
body.blb-hercycle-e .blb-hero-disclaimer {
    max-width: 560px;
    margin: 18px 0 0;
    color: var(--hc-gut-text-muted);
    font-size: 0.98rem;
    font-weight: 700;
}

body.blb-hercycle-d .blb-fit-card {
    align-self: stretch;
}

body.blb-hercycle-d .blb-fit-preview {
    display: grid;
    gap: 6px;
    margin: 18px 0;
    padding: 18px;
    border: 1px solid var(--hc-gut-border);
    border-radius: 8px;
    background: var(--hc-gut-green-soft);
    color: var(--hc-gut-teal-dark);
}

body.blb-hercycle-d .blb-fit-preview span,
body.blb-hercycle-d .blb-result-label {
    color: var(--hc-gut-green);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.blb-hercycle-d .blb-fit-preview strong {
    font-size: 1.08rem;
    line-height: 1.45;
}

body.blb-hercycle-d .blb-fit-section {
    scroll-margin-top: 24px;
}

body.blb-hercycle-d .blb-quiz-shell {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(20px, 4vw, 36px);
    border: 1px solid rgba(22, 69, 82, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--hc-gut-shadow-md);
}

body.blb-hercycle-d .blb-quiz-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 28px;
}

body.blb-hercycle-d .blb-quiz-progress span {
    height: 7px;
    border-radius: 999px;
    background: rgba(22, 69, 82, 0.12);
}

body.blb-hercycle-d .blb-quiz-progress span.is-active {
    background: var(--hc-gut-green);
}

body.blb-hercycle-d .blb-quiz-form {
    display: grid;
    gap: 24px;
}

body.blb-hercycle-d .blb-quiz-step {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

body.blb-hercycle-d .blb-quiz-step legend {
    width: 100%;
    margin: 0 0 18px;
    color: var(--hc-gut-teal-dark);
    font-size: clamp(1.4rem, 2.8vw, 2.1rem);
    font-weight: 900;
    line-height: 1.2;
}

body.blb-hercycle-d .blb-quiz-help {
    margin: -8px 0 18px;
    color: var(--hc-gut-text-muted);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.5;
}

body.blb-hercycle-d .blb-quiz-step label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    margin-bottom: 10px;
    padding: 15px 16px;
    border: 1px solid rgba(22, 69, 82, 0.12);
    border-radius: 8px;
    background: var(--hc-gut-mint);
    color: var(--hc-gut-text);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    transition: border-color var(--hc-gut-transition), background var(--hc-gut-transition), transform var(--hc-gut-transition);
}

body.blb-hercycle-d .blb-quiz-step label:hover,
body.blb-hercycle-d .blb-quiz-step label:focus-within {
    border-color: rgba(30, 122, 143, 0.45);
    background: var(--hc-gut-green-soft);
    transform: translateY(-1px);
}

body.blb-hercycle-d .blb-quiz-step input {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    accent-color: var(--hc-gut-green);
}

body.blb-hercycle-d .blb-quiz-actions,
body.blb-hercycle-d .blb-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.blb-hercycle-d .blb-quiz-actions .blb-btn,
body.blb-hercycle-d .blb-result-actions .blb-btn {
    border: 0;
    cursor: pointer;
}

body.blb-hercycle-d .blb-quiz-error {
    margin: 0;
    color: #b42318;
    font-weight: 800;
}

body.blb-hercycle-d .blb-quiz-result {
    margin-top: 30px;
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid rgba(30, 122, 143, 0.2);
    border-radius: 8px;
    background: linear-gradient(180deg, var(--hc-gut-green-soft) 0%, #ffffff 100%);
}

body.blb-hercycle-d .blb-quiz-result h3 {
    margin: 8px 0 12px;
    color: var(--hc-gut-teal-dark);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1.15;
}

body.blb-hercycle-d .blb-quiz-result p {
    max-width: 720px;
    margin: 0 0 18px;
    color: var(--hc-gut-text);
    font-size: 1.08rem;
    font-weight: 700;
}

body.blb-hercycle-d .blb-result-list {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

body.blb-hercycle-d .blb-result-list li {
    position: relative;
    padding-left: 24px;
    color: var(--hc-gut-text-muted);
    font-weight: 700;
}

body.blb-hercycle-d .blb-result-list li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--hc-gut-green);
}

body.blb-hercycle-d .blb-proof-rail-d {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 10px var(--bloom-side-padding, clamp(20px, 4vw, 40px)) 32px;
    margin-inline: calc(var(--bloom-side-padding, clamp(20px, 4vw, 40px)) * -1);
    scroll-padding-inline: var(--bloom-side-padding, clamp(20px, 4vw, 40px));
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(28, 126, 143, 0.42) rgba(28, 126, 143, 0.12);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

body.blb-hercycle-d .blb-proof-rail-d::-webkit-scrollbar {
    height: 8px;
}

body.blb-hercycle-d .blb-proof-rail-d::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(28, 126, 143, 0.12);
}

body.blb-hercycle-d .blb-proof-rail-d::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(28, 126, 143, 0.42);
}

body.blb-hercycle-d .blb-proof-card-d {
    flex: 0 0 clamp(246px, 24vw, 320px);
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    border: 1px solid rgba(31, 104, 118, 0.13);
    background: var(--hc-gut-white);
    scroll-snap-align: start;
}

body.blb-hercycle-d .blb-proof-card-d img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    background: #f8f4ee;
}

body.blb-hercycle-d .blb-proof-card-d .blb-proof-caption {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px 16px 17px;
    background: var(--hc-gut-white);
}

body.blb-hercycle-d .blb-proof-card-d .blb-proof-caption strong {
    color: var(--hc-gut-teal-dark);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.2;
}

body.blb-hercycle-d .blb-proof-card-d .blb-proof-caption span {
    color: var(--hc-gut-text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.3;
}

body.blb-hercycle-d .blb-safety-box,
body.blb-hercycle-e .blb-safety-box {
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}

body.blb-hercycle-d .blb-safety-box h2,
body.blb-hercycle-e .blb-safety-box h2 {
    margin-bottom: 16px;
    color: var(--hc-gut-teal-dark);
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.15;
}

body.blb-hercycle-d .blb-safety-box p,
body.blb-hercycle-e .blb-safety-box p {
    color: var(--hc-gut-text);
    font-weight: 700;
}

body.blb-hercycle-e .blb-safety-box .blb-steps li {
    background: rgba(22, 69, 82, 0.06);
    color: var(--hc-gut-text);
}

body.blb-hercycle-e .blb-safety-box .blb-steps strong {
    color: var(--hc-gut-teal-dark);
}

body.blb-hercycle-e .blb-safety-box .blb-steps li div > span {
    color: var(--hc-gut-text-muted);
}

body.blb-hercycle-d .blb-safety-box .blb-btn,
body.blb-hercycle-e .blb-safety-box .blb-btn {
    margin-top: 18px;
}

@media (max-width: 900px) {
    body.blb-hercycle-d .blb-proof-card-d {
        flex-basis: min(82vw, 320px);
    }

    body.blb-hercycle-d .blb-quiz-actions,
    body.blb-hercycle-d .blb-result-actions {
        flex-direction: column;
    }

    body.blb-hercycle-d .blb-quiz-actions .blb-btn,
    body.blb-hercycle-d .blb-result-actions .blb-btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    body.blb-hercycle-d .blb-quiz-hero .blb-h1 {
        font-size: clamp(2.05rem, 11vw, 2.8rem);
    }

    body.blb-hercycle-d .blb-quiz-shell {
        padding: 18px;
    }

    body.blb-hercycle-d .blb-quiz-step label {
        min-height: 54px;
        padding: 13px 14px;
        font-size: 0.95rem;
    }

    body.blb-hercycle-d .blb-hero-disclaimer,
    body.blb-hercycle-e .blb-hero-disclaimer {
        font-size: 0.92rem;
    }
}
