/* /Components/BestVitaminC/Atoms/BvcBadge.razor.rz.scp.css */
.bvc-badge[b-ar4ry261bq] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    font-family: var(--bvc-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bvc-white);
    background: rgba(255, 45, 120, 0.15);
    border: 1px solid rgba(255, 45, 120, 0.35);
    border-radius: 999px;
}
/* /Components/BestVitaminC/Atoms/BvcButton.razor.rz.scp.css */
.bvc-button[b-f7koxuc363] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-family: var(--bvc-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid transparent;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.bvc-button:hover[b-f7koxuc363] {
    transform: translateY(-2px);
    text-decoration: none;
}

.bvc-button--filled[b-f7koxuc363] {
    background: linear-gradient(135deg, var(--bvc-berry) 0%, var(--bvc-berry-dark) 100%);
    color: var(--bvc-white);
    border-color: var(--bvc-berry);
    box-shadow: 0 4px 20px rgba(255, 45, 120, 0.35);
}

.bvc-button--filled:hover[b-f7koxuc363] {
    background: linear-gradient(135deg, var(--bvc-berry-dark) 0%, #C81858 100%);
    border-color: var(--bvc-berry-dark);
    color: var(--bvc-white);
    box-shadow: 0 6px 28px rgba(255, 45, 120, 0.45);
}

.bvc-button--outlined[b-f7koxuc363] {
    background: transparent;
    color: var(--bvc-white);
    border-color: rgba(245, 240, 250, 0.4);
}

.bvc-button--outlined:hover[b-f7koxuc363] {
    background: rgba(255, 45, 120, 0.1);
    border-color: var(--bvc-berry);
    color: var(--bvc-white);
}

.bvc-button--ghost[b-f7koxuc363] {
    background: transparent;
    color: var(--bvc-amber);
    border-color: transparent;
    padding-inline: 0;
}

.bvc-button--ghost:hover[b-f7koxuc363] {
    color: var(--bvc-white);
}
/* /Components/BestVitaminC/Atoms/BvcEyebrow.razor.rz.scp.css */
.bvc-eyebrow[b-lzbniqmix9] {
    margin: 0 0 0.75rem;
    font-family: var(--bvc-font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bvc-amber);
}
/* /Components/BestVitaminC/Atoms/BvcHeading.razor.rz.scp.css */
.bvc-heading[b-bfkds0wywn] {
    font-family: var(--bvc-font-display);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
    letter-spacing: -0.02em;
}

.bvc-heading--display[b-bfkds0wywn] {
    font-size: clamp(2.75rem, 6vw, 4.5rem);
}

.bvc-heading--section[b-bfkds0wywn] {
    font-size: clamp(2rem, 4vw, 2.75rem);
}

.bvc-heading--sub[b-bfkds0wywn] {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
}

:global(.bvc-heading--accent)[b-bfkds0wywn] {
    background: linear-gradient(135deg, var(--bvc-berry) 0%, var(--bvc-amber) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* /Components/BestVitaminC/Molecules/BvcBenefitCard.razor.rz.scp.css */
.bvc-benefit-card[b-tmzzca5hxt] {

    display: flex;

    flex-direction: column;

    overflow: hidden;

    background: var(--bvc-surface);

    border: 1px solid var(--bvc-border);

    border-radius: 1.125rem;

    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;

}



.bvc-benefit-card:hover[b-tmzzca5hxt] {

    transform: translateY(-6px);

    border-color: rgba(255, 45, 120, 0.45);

    box-shadow: 0 20px 48px rgba(255, 45, 120, 0.15);

}



.bvc-benefit-card__visual[b-tmzzca5hxt] {

    position: relative;

    height: 13rem;

    overflow: hidden;

    background: var(--bvc-base);

}



.bvc-benefit-card__img[b-tmzzca5hxt] {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transform: scale(1.08);

    transition: transform 0.4s ease;

}



.bvc-benefit-card:hover .bvc-benefit-card__img[b-tmzzca5hxt] {

    transform: scale(1.15);

}



.bvc-benefit-card__img--vitamin-c[b-tmzzca5hxt] {

    object-position: 50% 12%;

}



.bvc-benefit-card__img--berry[b-tmzzca5hxt] {

    object-position: 75% 40%;

}



.bvc-benefit-card__img--b-complex[b-tmzzca5hxt] {

    object-position: 27% 52%;

}



.bvc-benefit-card__overlay[b-tmzzca5hxt] {

    position: absolute;

    inset: 0;

    background: linear-gradient(

        180deg,

        rgba(11, 6, 20, 0.05) 0%,

        rgba(11, 6, 20, 0.55) 55%,

        rgba(11, 6, 20, 0.88) 100%

    );

}



.bvc-benefit-card__overlay--vitamin-c[b-tmzzca5hxt] {

    background: linear-gradient(

        180deg,

        rgba(255, 45, 120, 0.25) 0%,

        rgba(11, 6, 20, 0.35) 45%,

        rgba(11, 6, 20, 0.92) 100%

    );

}



.bvc-benefit-card__overlay--berry[b-tmzzca5hxt] {

    background: linear-gradient(

        180deg,

        rgba(0, 196, 180, 0.2) 0%,

        rgba(11, 6, 20, 0.4) 50%,

        rgba(11, 6, 20, 0.9) 100%

    );

}



.bvc-benefit-card__overlay--b-complex[b-tmzzca5hxt] {

    background: linear-gradient(

        180deg,

        rgba(255, 176, 32, 0.2) 0%,

        rgba(11, 6, 20, 0.35) 45%,

        rgba(11, 6, 20, 0.92) 100%

    );

}



.bvc-benefit-card__stat[b-tmzzca5hxt] {

    position: absolute;

    left: 1.25rem;

    bottom: 1rem;

    display: flex;

    align-items: baseline;

    gap: 0.35rem;

    z-index: 1;

}



.bvc-benefit-card__stat-value[b-tmzzca5hxt] {

    font-family: var(--bvc-font-display);

    font-size: 2.75rem;

    font-weight: 800;

    line-height: 1;

    letter-spacing: 0.02em;

    color: var(--bvc-white);

    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);

}



.bvc-benefit-card__stat-unit[b-tmzzca5hxt] {

    font-family: var(--bvc-font-display);

    font-size: 1rem;

    font-weight: 700;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: var(--bvc-berry);

}



.bvc-benefit-card__stat-unit--berry[b-tmzzca5hxt] {

    color: var(--bvc-teal);

}



.bvc-benefit-card__visual--b-complex .bvc-benefit-card__stat-value[b-tmzzca5hxt] {

    font-size: 1.65rem;

    letter-spacing: 0.06em;

    text-transform: uppercase;

}



.bvc-benefit-card__content[b-tmzzca5hxt] {

    padding: 1.5rem 1.5rem 1.75rem;

}



.bvc-benefit-card__tag[b-tmzzca5hxt] {

    display: inline-block;

    margin-bottom: 0.65rem;

    padding: 0.3rem 0.75rem;

    font-family: var(--bvc-font-display);

    font-size: 0.72rem;

    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: var(--bvc-white);

    background: var(--bvc-berry);

    border-radius: 999px;

}



.bvc-benefit-card__tag--berry[b-tmzzca5hxt] {

    background: var(--bvc-teal);

}



.bvc-benefit-card__tag--b-complex[b-tmzzca5hxt] {

    background: var(--bvc-amber);

    color: var(--bvc-base);

}



.bvc-benefit-card__title[b-tmzzca5hxt] {

    font-family: var(--bvc-font-display);

    font-size: 1.35rem;

    font-weight: 700;

    letter-spacing: 0.02em;

    color: var(--bvc-white);

    margin: 0 0 0.75rem;

}



.bvc-benefit-card__body[b-tmzzca5hxt] {

    font-size: 0.95rem;

    line-height: 1.65;

    color: var(--bvc-muted);

    margin: 0;

}



@media (max-width: 900px) {

    .bvc-benefit-card__visual[b-tmzzca5hxt] {

        height: 11rem;

    }



    .bvc-benefit-card__stat-value[b-tmzzca5hxt] {

        font-size: 2.25rem;

    }

}

/* /Components/BestVitaminC/Molecules/BvcLogo.razor.rz.scp.css */
.bvc-logo[b-sw1cr2ocat] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    font-family: var(--bvc-font-display);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: var(--bvc-white);
    white-space: nowrap;
}

.bvc-logo:hover[b-sw1cr2ocat] {
    text-decoration: none;
    color: var(--bvc-white);
}

.bvc-logo__mark[b-sw1cr2ocat] {
    font-weight: 600;
    opacity: 0.9;
}

.bvc-logo__accent[b-sw1cr2ocat] {
    font-weight: 800;
}

.bvc-logo__c[b-sw1cr2ocat] {
    color: var(--bvc-amber);
}
/* /Components/BestVitaminC/Molecules/BvcMobileNav.razor.rz.scp.css */
.bvc-mobile-nav[b-xcfgjdq7nv] {
    display: none;
    position: relative;
}

.bvc-mobile-nav__toggle[b-xcfgjdq7nv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    list-style: none;
    cursor: pointer;
    color: var(--bvc-white);
}

.bvc-mobile-nav__toggle[b-xcfgjdq7nv]::-webkit-details-marker {
    display: none;
}

.bvc-mobile-nav__bars[b-xcfgjdq7nv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.bvc-mobile-nav__bars span[b-xcfgjdq7nv] {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
}

.bvc-mobile-nav__panel[b-xcfgjdq7nv] {
    position: fixed;
    top: var(--bvc-header-height);
    left: 0;
    right: 0;
    padding: 1.5rem 2rem 2rem;
    background: rgba(11, 6, 20, 0.98);
    border-bottom: 1px solid var(--bvc-border);
    z-index: 99;
}

.bvc-mobile-nav__panel nav[b-xcfgjdq7nv] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.bvc-mobile-nav__group[b-xcfgjdq7nv] {
    margin: 0.75rem 0 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bvc-muted);
}

.bvc-mobile-nav__group:first-child[b-xcfgjdq7nv] {
    margin-top: 0;
}

.bvc-mobile-nav__panel a[b-xcfgjdq7nv] {
    font-family: var(--bvc-font-display);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bvc-white);
    text-decoration: none;
}

.bvc-mobile-nav__panel a:hover[b-xcfgjdq7nv] {
    color: var(--bvc-berry);
}

@media (max-width: 768px) {
    .bvc-mobile-nav[b-xcfgjdq7nv] {
        display: block;
    }
}
/* /Components/BestVitaminC/Molecules/BvcPageNav.razor.rz.scp.css */
.bvc-page-nav[b-t522ivcx1d] {
    padding-block: clamp(2.5rem, 5vw, 3.5rem);
}

.bvc-page-nav__inner[b-t522ivcx1d] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .bvc-page-nav__inner[b-t522ivcx1d] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.bvc-page-nav__link[b-t522ivcx1d] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--bvc-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bvc-page-nav__link:hover[b-t522ivcx1d] {
    color: var(--bvc-berry);
}

.bvc-page-nav__actions[b-t522ivcx1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.bvc-page-nav__next[b-t522ivcx1d] {
    white-space: nowrap;
}

.bvc-page-nav__shop[b-t522ivcx1d] {
    font-size: 0.9rem !important;
}
/* /Components/BestVitaminC/Molecules/BvcReviewCard.razor.rz.scp.css */
.bvc-review-card[b-ca6iwit74q] {
    margin: 0;
    padding: 1.5rem;
    background: var(--bvc-surface);
    border: 1px solid var(--bvc-border);
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(255, 45, 120, 0.08);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.bvc-review-card:hover[b-ca6iwit74q] {
    border-color: rgba(255, 45, 120, 0.35);
    transform: translateY(-3px);
}

.bvc-review-card__title[b-ca6iwit74q] {
    margin: 0.85rem 0 0.5rem;
    font-family: var(--bvc-font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--bvc-berry);
}

.bvc-review-card__quote[b-ca6iwit74q] {
    margin: 0 0 1.25rem;
    font-size: 0.975rem;
    line-height: 1.7;
    color: var(--bvc-white);
    font-style: italic;
}

.bvc-review-card__author[b-ca6iwit74q] {
    margin: 0;
}

.bvc-review-card__author cite[b-ca6iwit74q] {
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--bvc-muted);
}
/* /Components/BestVitaminC/Molecules/BvcReviewsSummary.razor.rz.scp.css */
.bvc-reviews-summary[b-mjydaibo33] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.65rem;
    margin-bottom: 2.5rem;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 45, 120, 0.12), rgba(0, 196, 180, 0.08));
    border: 1px solid var(--bvc-border);
    border-radius: 1.25rem;
}

.bvc-reviews-summary__score[b-mjydaibo33] {
    font-family: var(--bvc-font-display);
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 800;
    line-height: 1;
    color: var(--bvc-white);
    letter-spacing: -0.02em;
}

.bvc-reviews-summary__count[b-mjydaibo33] {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--bvc-muted);
}
/* /Components/BestVitaminC/Molecules/BvcStarRating.razor.rz.scp.css */
.bvc-star-rating[b-6tsvln44bi] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    line-height: 1;
}

.bvc-star-rating__star--full[b-6tsvln44bi] {
    color: var(--bvc-amber);
}

.bvc-star-rating__star--empty[b-6tsvln44bi] {
    color: rgba(245, 240, 250, 0.22);
}

.bvc-star-rating--sm .bvc-star-rating__star[b-6tsvln44bi] {
    font-size: 0.95rem;
}

.bvc-star-rating--md .bvc-star-rating__star[b-6tsvln44bi] {
    font-size: 1.35rem;
}

.bvc-star-rating--lg .bvc-star-rating__star[b-6tsvln44bi] {
    font-size: 1.85rem;
}
/* /Components/BestVitaminC/Molecules/BvcSupplementFacts.razor.rz.scp.css */
.bvc-facts[b-38kbakkdsj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 22rem;
}

.bvc-facts__panel[b-38kbakkdsj] {
    padding: 1rem 1.125rem;
    background: var(--bvc-white);
    color: var(--bvc-base);
    border-radius: 0.75rem;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
    border-top: 4px solid var(--bvc-berry);
}

.bvc-facts__title[b-38kbakkdsj] {
    margin: 0;
    font-family: var(--bvc-font-display);
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.bvc-facts__meta[b-38kbakkdsj] {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.bvc-facts__rule[b-38kbakkdsj] {
    margin: 0.35rem 0;
    border: none;
    border-top: 1px solid var(--bvc-base);
}

.bvc-facts__rule--thick[b-38kbakkdsj] {
    border-top-width: 4px;
}

.bvc-facts__row[b-38kbakkdsj] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-block: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.35;
}

.bvc-facts__row--calories[b-38kbakkdsj] {
    font-weight: 800;
    font-size: 0.95rem;
}

.bvc-facts__dv[b-38kbakkdsj] {
    font-weight: 700;
}

.bvc-facts__footnote[b-38kbakkdsj] {
    margin: 0.5rem 0 0;
    font-size: 0.7rem;
    line-height: 1.45;
}

.bvc-facts__details[b-38kbakkdsj] {
    padding: 0.875rem 1rem;
    background: var(--bvc-surface);
    border: 1px solid var(--bvc-border);
    border-radius: 0.625rem;
}

.bvc-facts__details summary[b-38kbakkdsj] {
    font-family: var(--bvc-font-display);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bvc-berry);
    cursor: pointer;
    list-style: none;
}

.bvc-facts__details summary[b-38kbakkdsj]::-webkit-details-marker {
    display: none;
}

.bvc-facts__details summary[b-38kbakkdsj]::after {
    content: '+';
    float: right;
    font-weight: 400;
    color: var(--bvc-muted);
}

.bvc-facts__details[open] summary[b-38kbakkdsj]::after {
    content: '−';
}

.bvc-facts__details p[b-38kbakkdsj] {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--bvc-muted);
}

.bvc-facts__view-label[b-38kbakkdsj] {
    align-self: flex-start;
    padding: 0;
    border: none;
    background: none;
    font-family: var(--bvc-font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bvc-berry);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.bvc-facts__view-label:hover[b-38kbakkdsj] {
    color: var(--bvc-berry-dark);
}

.bvc-facts__modal[b-38kbakkdsj] {
    padding: 0;
    border: none;
    background: transparent;
    max-width: min(95vw, 32rem);
}

.bvc-facts__modal[b-38kbakkdsj]::backdrop {
    background: rgba(11, 6, 20, 0.85);
}

.bvc-facts__modal-inner[b-38kbakkdsj] {
    position: relative;
    background: var(--bvc-white);
    border-radius: 0.75rem;
    padding: 0.5rem;
}

.bvc-facts__modal-close[b-38kbakkdsj] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 999px;
    background: var(--bvc-base);
    color: var(--bvc-white);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.bvc-facts__modal-img[b-38kbakkdsj] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
    .bvc-facts[b-38kbakkdsj] {
        max-width: none;
    }
}
/* /Components/BestVitaminC/Organisms/BvcBenefits.razor.rz.scp.css */
.bvc-benefits__intro[b-f2r49jj9ip] {
    text-align: center;
    max-width: 42rem;
    margin-inline: auto;
    margin-bottom: 3rem;
}

.bvc-benefits__title[b-f2r49jj9ip] {
    margin-block: 0.75rem 1rem;
}

.bvc-benefits__lead[b-f2r49jj9ip] {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--bvc-muted);
    margin: 0;
}

.bvc-benefits__grid[b-f2r49jj9ip] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .bvc-benefits__grid[b-f2r49jj9ip] {
        grid-template-columns: 1fr;
    }
}
/* /Components/BestVitaminC/Organisms/BvcExploreGrid.razor.rz.scp.css */
.bvc-explore__intro[b-9nkxtb78po] {
    text-align: center;
    max-width: 40rem;
    margin-inline: auto;
    margin-bottom: 2.5rem;
}

.bvc-explore__lead[b-9nkxtb78po] {
    margin: 1rem 0 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--bvc-muted);
}

.bvc-explore__grid[b-9nkxtb78po] {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .bvc-explore__grid[b-9nkxtb78po] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bvc-explore__card[b-9nkxtb78po] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bvc-base);
    border: 1px solid var(--bvc-border);
    border-radius: 1.125rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bvc-explore__card:hover[b-9nkxtb78po] {
    transform: translateY(-6px);
    border-color: rgba(255, 45, 120, 0.45);
    box-shadow: 0 20px 48px rgba(255, 45, 120, 0.15);
}

.bvc-explore__card-visual[b-9nkxtb78po] {
    position: relative;
    height: 11rem;
    overflow: hidden;
    background: var(--bvc-surface);
}

.bvc-explore__card-img[b-9nkxtb78po] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 0.4s ease;
}

.bvc-explore__card-visual--why .bvc-explore__card-img[b-9nkxtb78po] {
    object-position: 50% 15%;
}

.bvc-explore__card-visual--immune .bvc-explore__card-img[b-9nkxtb78po] {
    object-position: 30% 45%;
}

.bvc-explore__card-visual--eyes .bvc-explore__card-img[b-9nkxtb78po] {
    object-position: 75% 55%;
}

.bvc-explore__card:hover .bvc-explore__card-img[b-9nkxtb78po] {
    transform: scale(1.18);
}

.bvc-explore__card-overlay[b-9nkxtb78po] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 6, 20, 0.1) 0%, rgba(11, 6, 20, 0.75) 100%);
}

.bvc-explore__card-stat[b-9nkxtb78po] {
    position: absolute;
    left: 1.25rem;
    bottom: 1rem;
    font-family: var(--bvc-font-display);
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--bvc-white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.bvc-explore__card-body[b-9nkxtb78po] {
    padding: 1.35rem 1.35rem 1.5rem;
}

.bvc-explore__card-tag[b-9nkxtb78po] {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bvc-white);
    background: var(--bvc-berry);
    border-radius: 999px;
}

.bvc-explore__card-title[b-9nkxtb78po] {
    margin: 0 0 0.5rem;
    font-family: var(--bvc-font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bvc-white);
}

.bvc-explore__card-text[b-9nkxtb78po] {
    margin: 0;
    font-size: 0.925rem;
    line-height: 1.6;
    color: var(--bvc-muted);
}

.bvc-explore__card-cta[b-9nkxtb78po] {
    display: inline-block;
    margin-top: 0.85rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--bvc-berry);
}

.bvc-explore__more[b-9nkxtb78po] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    font-size: 0.95rem;
    color: var(--bvc-muted);
}

.bvc-explore__more-link[b-9nkxtb78po] {
    color: var(--bvc-white);
    font-weight: 600;
    text-decoration: none;
}

.bvc-explore__more-link:hover[b-9nkxtb78po] {
    color: var(--bvc-berry);
}
/* /Components/BestVitaminC/Organisms/BvcFinalCta.razor.rz.scp.css */
.bvc-final-cta[b-18ol9bo5ov] {
    background:
        radial-gradient(circle at 70% 40%, rgba(255, 45, 120, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 20% 60%, rgba(255, 176, 32, 0.08) 0%, transparent 45%),
        var(--bvc-base);
}

.bvc-final-cta__inner[b-18ol9bo5ov] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.bvc-final-cta__text p[b-18ol9bo5ov] {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bvc-muted);
    margin: 0.75rem 0 1rem;
    max-width: 28rem;
}

.bvc-final-cta__price[b-18ol9bo5ov] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.bvc-final-cta__amount[b-18ol9bo5ov] {
    font-family: var(--bvc-font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--bvc-amber);
}

.bvc-final-cta__msrp[b-18ol9bo5ov] {
    font-size: 0.95rem;
    color: var(--bvc-muted);
    text-decoration: line-through;
}

.bvc-final-cta__action[b-18ol9bo5ov] {
    text-align: center;
}

.bvc-final-cta__button[b-18ol9bo5ov] {
    animation: bvc-pulse-glow 3s ease-in-out infinite;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
}

.bvc-final-cta__note[b-18ol9bo5ov] {
    font-size: 0.8rem;
    color: var(--bvc-muted);
    margin: 0.75rem 0 0;
}

@media (max-width: 768px) {
    .bvc-final-cta__inner[b-18ol9bo5ov] {
        flex-direction: column;
        text-align: center;
    }

    .bvc-final-cta__text p[b-18ol9bo5ov] {
        margin-inline: auto;
    }

    .bvc-final-cta__price[b-18ol9bo5ov] {
        justify-content: center;
    }
}
/* /Components/BestVitaminC/Organisms/BvcFooter.razor.rz.scp.css */
.bvc-footer[b-sjtxosme0h] {
    padding-block: 3rem 5rem;
    background: #060310;
    border-top: 1px solid var(--bvc-border);
}

.bvc-footer__main[b-sjtxosme0h] {
    margin-bottom: 1.5rem;
}

.bvc-footer__disclaimer[b-sjtxosme0h] {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--bvc-muted);
    margin: 1rem 0 0;
    max-width: 48rem;
}

.bvc-footer__links[b-sjtxosme0h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1.5rem;
}

.bvc-footer__links a[b-sjtxosme0h] {
    font-size: 0.85rem;
    color: var(--bvc-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bvc-footer__links a:hover[b-sjtxosme0h] {
    color: var(--bvc-berry);
}

.bvc-footer__sep[b-sjtxosme0h] {
    color: var(--bvc-border);
    font-size: 0.85rem;
}

.bvc-footer__copyright[b-sjtxosme0h] {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .bvc-footer[b-sjtxosme0h] {
        padding-bottom: calc(var(--bvc-sticky-cta-height) + 3rem);
    }
}
/* /Components/BestVitaminC/Organisms/BvcFormula.razor.rz.scp.css */
.bvc-formula__grid[b-jecif7dnhy] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.bvc-formula__content p[b-jecif7dnhy] {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--bvc-muted);
    margin: 0 0 1.25rem;
}

.bvc-formula__content p strong[b-jecif7dnhy] {
    color: var(--bvc-white);
}

.bvc-formula__list[b-jecif7dnhy] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.bvc-formula__list li[b-jecif7dnhy] {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.975rem;
    color: var(--bvc-white);
}

.bvc-formula__list li[b-jecif7dnhy]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--bvc-berry);
    border-radius: 50%;
}

.bvc-formula__visual[b-jecif7dnhy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
}

.bvc-formula__zoom[b-jecif7dnhy] {
    overflow: hidden;
    width: 100%;
    max-width: min(100%, 520px);
    padding: 0;
    border: none;
    border-radius: 0.75rem;
    background: none;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
    cursor: zoom-in;
    outline: none;
    text-align: left;
}

.bvc-formula__zoom--active[b-jecif7dnhy] {
    cursor: crosshair;
}

.bvc-formula__label[b-jecif7dnhy] {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
    transition: transform 0.12s ease-out;
    will-change: transform;
    user-select: none;
    -webkit-user-drag: none;
}

.bvc-formula__zoom-hint[b-jecif7dnhy] {
    margin: 0.75rem 0 0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bvc-muted);
    text-align: center;
}

.bvc-formula__modal[b-jecif7dnhy] {
    width: min(95vw, 720px);
    max-height: 92vh;
    padding: 0;
    border: none;
    border-radius: 0.75rem;
    background: transparent;
    overflow: visible;
}

.bvc-formula__modal[b-jecif7dnhy]::backdrop {
    background: rgba(0, 0, 0, 0.88);
}

.bvc-formula__modal-inner[b-jecif7dnhy] {
    position: relative;
    padding: 1rem;
    background: var(--bvc-surface);
    border: 1px solid var(--bvc-border);
    border-radius: 0.75rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.bvc-formula__modal-img[b-jecif7dnhy] {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(92vh - 4rem);
    object-fit: contain;
    border-radius: 0.5rem;
}

.bvc-formula__modal-close[b-jecif7dnhy] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: var(--bvc-white);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.bvc-formula__modal-close:hover[b-jecif7dnhy] {
    background: rgba(0, 0, 0, 0.75);
}

@media (prefers-reduced-motion: reduce) {
    .bvc-formula__label[b-jecif7dnhy] {
        transition: none;
    }
}

@media (max-width: 768px) {
    .bvc-formula__grid[b-jecif7dnhy] {
        grid-template-columns: 1fr;
    }

    .bvc-formula__visual[b-jecif7dnhy] {
        order: -1;
    }

    .bvc-formula__zoom[b-jecif7dnhy] {
        max-width: min(100%, 380px);
    }
}
/* /Components/BestVitaminC/Organisms/BvcFunnelPage.razor.rz.scp.css */
.bvc-funnel-page__hero[b-a4veyofyao] {
    padding-block: clamp(3rem, 7vw, 5rem);
    position: relative;
    overflow: hidden;
}

.bvc-funnel-page__hero[b-a4veyofyao]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 85% 20%, rgba(255, 45, 120, 0.22), transparent 55%),
        radial-gradient(ellipse 50% 50% at 10% 80%, rgba(0, 196, 180, 0.12), transparent 50%);
    pointer-events: none;
}

.bvc-funnel-page__hero-inner[b-a4veyofyao] {
    position: relative;
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 768px) {
    .bvc-funnel-page__hero-inner[b-a4veyofyao] {
        grid-template-columns: 1fr 1.1fr;
    }

    .bvc-funnel-page__hero-visual[b-a4veyofyao] {
        order: 2;
    }
}

.bvc-funnel-page__hero-visual[b-a4veyofyao] {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--bvc-border);
    box-shadow: 0 24px 64px rgba(255, 45, 120, 0.15);
    background: var(--bvc-surface);
}

.bvc-funnel-page__hero-visual--contain[b-a4veyofyao] {
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    min-height: 14rem;
}

.bvc-funnel-page__hero-visual--cover[b-a4veyofyao] {
    aspect-ratio: 4 / 3;
}

.bvc-funnel-page__hero-img--contain[b-a4veyofyao] {
    width: 100%;
    height: auto;
    max-height: min(26rem, 55vw);
    object-fit: contain;
    object-position: center;
}

.bvc-funnel-page__hero-img--cover[b-a4veyofyao] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bvc-funnel-page__title[b-a4veyofyao] {
    font-size: clamp(2rem, 5.5vw, 3.25rem) !important;
    line-height: 1.08 !important;
}

.bvc-funnel-page__subheading[b-a4veyofyao] {
    margin: 1.25rem 0 0;
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    line-height: 1.65;
    color: var(--bvc-muted);
    max-width: 38rem;
}

.bvc-funnel-page__body[b-a4veyofyao] {
    background: var(--bvc-base);
}
/* /Components/BestVitaminC/Organisms/BvcHeader.razor.rz.scp.css */
.bvc-header[b-63knflp29i] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: var(--bvc-header-height);
    background: rgba(11, 6, 20, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--bvc-border);
}

.bvc-header__inner[b-63knflp29i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 1.5rem;
}

.bvc-header__nav[b-63knflp29i] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.bvc-header__nav a[b-63knflp29i] {
    font-family: var(--bvc-font-display);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bvc-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bvc-header__nav a:hover[b-63knflp29i] {
    color: var(--bvc-berry);
}

.bvc-header__cta[b-63knflp29i] {
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
}

@media (max-width: 1024px) {
    .bvc-header__nav[b-63knflp29i] {
        display: none;
    }
}

@media (max-width: 768px) {
    .bvc-header__inner .bvc-mobile-nav[b-63knflp29i] {
        margin-left: auto;
    }

    .bvc-header__cta[b-63knflp29i] {
        padding: 0.55rem 1rem;
        font-size: 0.75rem;
    }
}
/* /Components/BestVitaminC/Organisms/BvcHero.razor.rz.scp.css */
.bvc-hero[b-e3p4e5k5qe] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: var(--bvc-header-height);
    overflow: hidden;
}

.bvc-hero__bg[b-e3p4e5k5qe] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 25%, rgba(255, 45, 120, 0.14) 0%, transparent 45%),
        radial-gradient(circle at 20% 75%, rgba(255, 176, 32, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(0, 196, 180, 0.05) 0%, transparent 60%),
        linear-gradient(165deg, #060310 0%, var(--bvc-base) 40%, #0E0818 100%);
}

.bvc-hero__glow[b-e3p4e5k5qe] {
    position: absolute;
    top: 18%;
    right: 8%;
    width: 42vw;
    height: 42vw;
    max-width: 520px;
    max-height: 520px;
    background: radial-gradient(circle, rgba(255, 45, 120, 0.2) 0%, rgba(255, 176, 32, 0.08) 40%, transparent 70%);
    pointer-events: none;
}

.bvc-hero__content[b-e3p4e5k5qe] {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-block: 3rem;
}

.bvc-hero__grid[b-e3p4e5k5qe] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.bvc-hero__title[b-e3p4e5k5qe] {
    margin-block: 0.75rem 1.25rem;
}

.bvc-hero__tagline[b-e3p4e5k5qe] {
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.7;
    color: var(--bvc-muted);
    max-width: 34rem;
    margin: 0 0 1.5rem;
}

.bvc-hero__pills[b-e3p4e5k5qe] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.bvc-hero__pricing[b-e3p4e5k5qe] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.bvc-hero__price[b-e3p4e5k5qe] {
    font-family: var(--bvc-font-display);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bvc-amber);
    letter-spacing: 0.02em;
}

.bvc-hero__msrp[b-e3p4e5k5qe] {
    font-size: 1.1rem;
    color: var(--bvc-muted);
    text-decoration: line-through;
}

.bvc-hero__save[b-e3p4e5k5qe] {
    font-family: var(--bvc-font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bvc-berry);
}

.bvc-hero__cta[b-e3p4e5k5qe] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.bvc-hero__visual[b-e3p4e5k5qe] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bvc-hero__product-ring[b-e3p4e5k5qe] {
    position: relative;
    animation: bvc-pulse-glow 3s ease-in-out infinite;
    border-radius: 50%;
}

.bvc-hero__product-ring[b-e3p4e5k5qe]::before {
    content: '';
    position: absolute;
    inset: -8%;
    border-radius: 50%;
    border: 2px solid rgba(255, 45, 120, 0.25);
}

.bvc-hero__product-img[b-e3p4e5k5qe] {
    width: min(420px, 85vw);
    height: auto;
    display: block;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.55));
}

@media (max-width: 900px) {
    .bvc-hero__grid[b-e3p4e5k5qe] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bvc-hero__visual[b-e3p4e5k5qe] {
        order: -1;
    }

    .bvc-hero__tagline[b-e3p4e5k5qe] {
        margin-inline: auto;
    }

    .bvc-hero__pills[b-e3p4e5k5qe],
    .bvc-hero__pricing[b-e3p4e5k5qe],
    .bvc-hero__cta[b-e3p4e5k5qe] {
        justify-content: center;
    }

    .bvc-hero__product-img[b-e3p4e5k5qe] {
        width: min(280px, 70vw);
    }
}

@media (max-width: 480px) {
    .bvc-hero__cta[b-e3p4e5k5qe] {
        flex-direction: column;
        align-items: stretch;
    }

    .bvc-hero__cta[b-e3p4e5k5qe]  .bvc-button {
        width: 100%;
    }
}
/* /Components/BestVitaminC/Organisms/BvcHowToUse.razor.rz.scp.css */
.bvc-howto__inner[b-y7j3po1sff] {
    max-width: 640px;
    margin-inline: auto;
}

.bvc-howto__content[b-y7j3po1sff] {
    text-align: center;
}

.bvc-howto__steps[b-y7j3po1sff] {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: grid;
    gap: 1.25rem;
    text-align: left;
}

.bvc-howto__steps li[b-y7j3po1sff] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: var(--bvc-surface);
    border: 1px solid var(--bvc-border);
    border-radius: 0.75rem;
}

.bvc-howto__step-num[b-y7j3po1sff] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-family: var(--bvc-font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--bvc-base);
    background: linear-gradient(135deg, var(--bvc-berry) 0%, var(--bvc-amber) 100%);
    border-radius: 50%;
}

.bvc-howto__steps strong[b-y7j3po1sff] {
    display: block;
    font-family: var(--bvc-font-display);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bvc-white);
    margin-bottom: 0.25rem;
}

.bvc-howto__steps p[b-y7j3po1sff] {
    margin: 0;
    font-size: 0.95rem;
    color: var(--bvc-muted);
    line-height: 1.5;
}

.bvc-howto__note[b-y7j3po1sff] {
    font-size: 0.85rem;
    color: var(--bvc-muted);
    line-height: 1.6;
    margin: 0;
}
/* /Components/BestVitaminC/Organisms/BvcLegalPage.razor.rz.scp.css */
.bvc-legal-page[b-wo4nvqwo3d] {
    padding-top: var(--bvc-header-height);
    min-height: 100vh;
}

.bvc-legal-page__inner[b-wo4nvqwo3d] {
    max-width: 42rem;
}

.bvc-legal-page__title[b-wo4nvqwo3d] {
    margin-block: 0.75rem 2rem;
}

.bvc-legal-page__body[b-wo4nvqwo3d] {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--bvc-muted);
}

.bvc-legal-page__body p[b-wo4nvqwo3d] {
    margin: 0 0 1.25rem;
}

.bvc-legal-page__body a[b-wo4nvqwo3d] {
    color: var(--bvc-berry);
}

.bvc-legal-page__body a:hover[b-wo4nvqwo3d] {
    color: var(--bvc-white);
}
/* /Components/BestVitaminC/Organisms/BvcMarquee.razor.rz.scp.css */
.bvc-marquee[b-eibosh1u7p] {
    overflow: hidden;
    padding-block: 1.25rem;
    background: var(--bvc-base);
    border-block: 1px solid var(--bvc-border);
}

.bvc-marquee__track[b-eibosh1u7p] {
    display: flex;
    width: max-content;
    animation: bvc-marquee 40s linear infinite;
}

.bvc-marquee__half[b-eibosh1u7p] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.bvc-marquee__item[b-eibosh1u7p] {
    display: inline-flex;
    align-items: center;
    padding-inline: 2rem;
    font-family: var(--bvc-font-display);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bvc-muted);
    white-space: nowrap;
}

.bvc-marquee__item[b-eibosh1u7p]::before {
    content: '✓';
    margin-right: 0.65rem;
    color: var(--bvc-teal);
    font-size: 0.85rem;
}

.bvc-marquee__item:not(:last-child)[b-eibosh1u7p]::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1rem;
    margin-left: 2rem;
    background: var(--bvc-border);
}
/* /Components/BestVitaminC/Organisms/BvcReviews.razor.rz.scp.css */
.bvc-reviews__intro[b-r83b3l4ghx] {
    text-align: center;
    max-width: 40rem;
    margin-inline: auto;
    margin-bottom: 1.5rem;
}

.bvc-reviews__grid[b-r83b3l4ghx] {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 900px) {
    .bvc-reviews__grid[b-r83b3l4ghx] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bvc-reviews__source[b-r83b3l4ghx] {
    margin: 2rem 0 0;
    text-align: center;
    font-size: 0.875rem;
    color: var(--bvc-muted);
}

.bvc-reviews__source a[b-r83b3l4ghx] {
    color: var(--bvc-berry);
    font-weight: 600;
    text-decoration: none;
}

.bvc-reviews__source a:hover[b-r83b3l4ghx] {
    text-decoration: underline;
}
/* /Components/BestVitaminC/Organisms/BvcReviewsTeaser.razor.rz.scp.css */
.bvc-reviews-teaser__inner[b-4877k67de0] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

@media (min-width: 640px) {
    .bvc-reviews-teaser__inner[b-4877k67de0] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.bvc-reviews-teaser__text[b-4877k67de0] {
    margin: 0.75rem 0 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--bvc-muted);
    max-width: 32rem;
}

.bvc-reviews-teaser__count[b-4877k67de0] {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bvc-muted);
}
/* /Components/BestVitaminC/Organisms/BvcScienceVideo.razor.rz.scp.css */
.bvc-science-video__intro[b-gyj5pdqzur] {

    text-align: center;

    max-width: 40rem;

    margin: 0 auto 2.5rem;

}



.bvc-science-video__subtext[b-gyj5pdqzur] {

    font-size: 1.05rem;

    line-height: 1.65;

    color: var(--bvc-muted);

    margin: 0.75rem 0 0;

}



.bvc-science-video__player[b-gyj5pdqzur] {

    position: relative;

    max-width: 960px;

    margin: 0 auto;

    border-radius: 0.75rem;

    overflow: hidden;

    background: var(--bvc-surface);

    border: 1px solid var(--bvc-border);

    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);

    aspect-ratio: 16 / 9;

}



.bvc-science-video__iframe[b-gyj5pdqzur] {

    position: absolute;

    inset: 0;

    display: block;

    width: 100%;

    height: 100%;

    border: none;

}

/* /Components/BestVitaminC/Organisms/BvcStickyBar.razor.rz.scp.css */
.bvc-sticky-bar[b-mq02df18ih] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    height: var(--bvc-sticky-cta-height);
    background: rgba(11, 6, 20, 0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--bvc-border);
}

.bvc-sticky-bar__inner[b-mq02df18ih] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: var(--bvc-container-max);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    gap: 1rem;
}

.bvc-sticky-bar__info[b-mq02df18ih] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.bvc-sticky-bar__name[b-mq02df18ih] {
    font-family: var(--bvc-font-display);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bvc-white);
}

.bvc-sticky-bar__price[b-mq02df18ih] {
    font-family: var(--bvc-font-display);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--bvc-amber);
}

.bvc-sticky-bar__cta[b-mq02df18ih] {
    padding: 0.65rem 1.5rem;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .bvc-sticky-bar[b-mq02df18ih] {
        display: block;
    }
}
/* /Components/BestVitaminC/Organisms/BvcTrust.razor.rz.scp.css */
.bvc-trust[b-2wiyp4l4s7] {
    padding-block: 3rem;
    background: var(--bvc-surface);
    border-block: 1px solid var(--bvc-border);
}

.bvc-trust__grid[b-2wiyp4l4s7] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bvc-trust__item[b-2wiyp4l4s7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    font-family: var(--bvc-font-display);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bvc-muted);
}

.bvc-trust__icon[b-2wiyp4l4s7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--bvc-base);
    background: linear-gradient(135deg, var(--bvc-berry) 0%, var(--bvc-amber) 100%);
    border-radius: 50%;
}

.bvc-trust__brand[b-2wiyp4l4s7] {
    text-align: center;
    font-size: 0.9rem;
    color: var(--bvc-muted);
    margin: 2rem 0 0;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .bvc-trust__grid[b-2wiyp4l4s7] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .bvc-trust__grid[b-2wiyp4l4s7] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/BodyFuel/Atoms/BfBadge.razor.rz.scp.css */
.bf-badge[b-dd6gquo2mq] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    font-family: var(--bf-font-display);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bf-white);
    background: var(--bf-orange);
    border-radius: 999px;
}
/* /Components/BodyFuel/Atoms/BfButton.razor.rz.scp.css */
.bf-button[b-so4431vo9i] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-family: var(--bf-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid transparent;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.bf-button:hover[b-so4431vo9i] {
    transform: translateY(-2px);
    text-decoration: none;
}

.bf-button--filled[b-so4431vo9i] {
    background: var(--bf-orange);
    color: var(--bf-white);
    border-color: var(--bf-orange);
}

.bf-button--filled:hover[b-so4431vo9i] {
    background: var(--bf-orange-dark);
    border-color: var(--bf-orange-dark);
    color: var(--bf-white);
}

.bf-button--outlined[b-so4431vo9i] {
    background: transparent;
    color: var(--bf-white);
    border-color: var(--bf-white);
}

.bf-button--outlined:hover[b-so4431vo9i] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--bf-white);
}

.bf-button--ghost[b-so4431vo9i] {
    background: transparent;
    color: var(--bf-lime);
    border-color: transparent;
    padding-inline: 0;
}

.bf-button--ghost:hover[b-so4431vo9i] {
    color: var(--bf-white);
}
/* /Components/BodyFuel/Atoms/BfEyebrow.razor.rz.scp.css */
.bf-eyebrow[b-9mauv8habz] {
    display: inline-block;
    margin: 0 0 0.75rem;
    font-family: var(--bf-font-display);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bf-lime);
}
/* /Components/BodyFuel/Atoms/BfHeading.razor.rz.scp.css */
.bf-heading[b-7t84gbrr3d] {
    font-family: var(--bf-font-display);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0;
}

.bf-heading--display[b-7t84gbrr3d] {
    font-size: clamp(3rem, 8vw, 5.5rem);
    letter-spacing: 0.02em;
}

.bf-heading--section[b-7t84gbrr3d] {
    font-size: clamp(2rem, 4.5vw, 3rem);
    letter-spacing: 0.03em;
}

.bf-heading--sub[b-7t84gbrr3d] {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    letter-spacing: 0.04em;
}

.bf-heading--accent[b-7t84gbrr3d] {
    color: var(--bf-lime);
}

.bf-heading .bf-heading--accent[b-7t84gbrr3d] {
    color: var(--bf-lime);
}
/* /Components/BodyFuel/Molecules/BfBenefitCard.razor.rz.scp.css */
.bf-benefit-card[b-6guem33ito] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bf-white);
    border: 1px solid #E8E8E8;
    border-radius: 1.125rem;
    box-shadow: 0 8px 32px rgba(20, 20, 20, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bf-benefit-card:hover[b-6guem33ito] {
    transform: translateY(-6px);
    border-color: rgba(var(--bf-orange-rgb), 0.35);
    box-shadow: 0 20px 48px rgba(var(--bf-orange-rgb), 0.18);
}

.bf-benefit-card__visual[b-6guem33ito] {
    position: relative;
    height: 13rem;
    overflow: hidden;
    background: var(--bf-charcoal);
}

.bf-benefit-card__img[b-6guem33ito] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 0.4s ease;
}

.bf-benefit-card:hover .bf-benefit-card__img[b-6guem33ito] {
    transform: scale(1.15);
}

.bf-benefit-card__img--vitamin-c[b-6guem33ito] {
    object-position: 50% 12%;
}

.bf-benefit-card__img--b-complex[b-6guem33ito] {
    object-position: 27% 52%;
}

.bf-benefit-card__img--potassium[b-6guem33ito] {
    object-position: 82% 78%;
}

.bf-benefit-card__overlay[b-6guem33ito] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(20, 20, 20, 0.05) 0%,
        rgba(20, 20, 20, 0.55) 55%,
        rgba(20, 20, 20, 0.85) 100%
    );
}

.bf-benefit-card__overlay--vitamin-c[b-6guem33ito] {
    background: linear-gradient(
        180deg,
        rgba(0, 146, 150, 0.35) 0%,
        rgba(20, 20, 20, 0.35) 45%,
        rgba(20, 20, 20, 0.9) 100%
    );
}

.bf-benefit-card__overlay--b-complex[b-6guem33ito] {
    background: linear-gradient(
        180deg,
        rgba(255, 160, 60, 0.25) 0%,
        rgba(20, 20, 20, 0.35) 45%,
        rgba(20, 20, 20, 0.92) 100%
    );
}

.bf-benefit-card__overlay--potassium[b-6guem33ito] {
    background: linear-gradient(
        180deg,
        rgba(0, 146, 150, 0.3) 0%,
        rgba(20, 20, 20, 0.4) 50%,
        rgba(20, 20, 20, 0.9) 100%
    );
}

.bf-benefit-card__stat[b-6guem33ito] {
    position: absolute;
    left: 1.25rem;
    bottom: 1rem;
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    z-index: 1;
}

.bf-benefit-card__stat-value[b-6guem33ito] {
    font-family: var(--bf-font-display);
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--bf-white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.bf-benefit-card__stat-unit[b-6guem33ito] {
    font-family: var(--bf-font-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bf-orange-light);
}

.bf-benefit-card__stat-unit--potassium[b-6guem33ito] {
    color: #5DD5D9;
}

.bf-benefit-card__visual--b-complex .bf-benefit-card__stat-value[b-6guem33ito] {
    font-size: 1.65rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bf-benefit-card__content[b-6guem33ito] {
    padding: 1.5rem 1.5rem 1.75rem;
}

.bf-benefit-card__tag[b-6guem33ito] {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.3rem 0.75rem;
    font-family: var(--bf-font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bf-white);
    background: var(--bf-orange);
    border-radius: 999px;
}

.bf-benefit-card__tag--potassium[b-6guem33ito] {
    background: #009296;
}

.bf-benefit-card__title[b-6guem33ito] {
    font-family: var(--bf-font-display);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bf-charcoal);
    margin: 0 0 0.75rem;
}

.bf-benefit-card__body[b-6guem33ito] {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #666;
    margin: 0;
}

@media (max-width: 900px) {
    .bf-benefit-card__visual[b-6guem33ito] {
        height: 11rem;
    }

    .bf-benefit-card__stat-value[b-6guem33ito] {
        font-size: 2.25rem;
    }
}
/* /Components/BodyFuel/Molecules/BfLogo.razor.rz.scp.css */
.bf-logo[b-gmqzevxxer] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.15rem;
    text-decoration: none;
    font-family: var(--bf-font-display);
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
}

.bf-logo:hover[b-gmqzevxxer] {
    text-decoration: none;
}

.bf-logo__mark[b-gmqzevxxer] {
    color: var(--bf-white);
}

.bf-logo__accent[b-gmqzevxxer] {
    color: var(--bf-lime);
}

.bf-logo__reg[b-gmqzevxxer] {
    font-size: 0.55em;
    color: var(--bf-muted);
    vertical-align: super;
}
/* /Components/BodyFuel/Molecules/BfMobileNav.razor.rz.scp.css */
.bf-mobile-nav[b-592xzf9czs] {
    display: none;
    position: relative;
}

.bf-mobile-nav__toggle[b-592xzf9czs] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    list-style: none;
    cursor: pointer;
    color: var(--bf-white);
}

.bf-mobile-nav__toggle[b-592xzf9czs]::-webkit-details-marker {
    display: none;
}

.bf-mobile-nav__bars[b-592xzf9czs] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.bf-mobile-nav__bars span[b-592xzf9czs] {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
}

.bf-mobile-nav__panel[b-592xzf9czs] {
    position: fixed;
    top: var(--bf-header-height);
    left: 0;
    right: 0;
    padding: 1.5rem 2rem 2rem;
    background: rgba(20, 20, 20, 0.98);
    border-bottom: 1px solid var(--bf-border);
    z-index: 99;
}

.bf-mobile-nav__panel nav[b-592xzf9czs] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.bf-mobile-nav__panel a[b-592xzf9czs] {
    font-family: var(--bf-font-display);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bf-white);
    text-decoration: none;
}

.bf-mobile-nav__panel a:hover[b-592xzf9czs] {
    color: var(--bf-lime);
}

@media (max-width: 768px) {
    .bf-mobile-nav[b-592xzf9czs] {
        display: block;
    }
}
/* /Components/BodyFuel/Molecules/BfReviewCard.razor.rz.scp.css */
.bf-review-card[b-j94jtmkcfk] {
    margin: 0;
    padding: 1.75rem;
    background: var(--bf-charcoal-light);
    border-left: 3px solid var(--bf-lime);
    border-radius: 0 0.75rem 0.75rem 0;
}

.bf-review-card__stars[b-j94jtmkcfk] {
    color: var(--bf-lime);
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

.bf-review-card__quote[b-j94jtmkcfk] {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bf-white);
    margin: 0 0 1.25rem;
    font-style: italic;
}

.bf-review-card__author[b-j94jtmkcfk] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.bf-review-card__author cite[b-j94jtmkcfk] {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--bf-white);
}

.bf-review-card__title[b-j94jtmkcfk] {
    font-size: 0.8rem;
    color: var(--bf-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
/* /Components/BodyFuel/Molecules/BfSupplementFacts.razor.rz.scp.css */
.bf-facts[b-23lvbh3rqg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 22rem;
}

.bf-facts__panel[b-23lvbh3rqg] {
    padding: 1rem 1.125rem;
    background: var(--bf-white);
    color: var(--bf-charcoal);
    border-radius: 0.75rem;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
    border-top: 4px solid var(--bf-orange);
}

.bf-facts__title[b-23lvbh3rqg] {
    margin: 0;
    font-family: var(--bf-font-display);
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.bf-facts__meta[b-23lvbh3rqg] {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.bf-facts__rule[b-23lvbh3rqg] {
    margin: 0.35rem 0;
    border: none;
    border-top: 1px solid var(--bf-charcoal);
}

.bf-facts__rule--thick[b-23lvbh3rqg] {
    border-top-width: 4px;
}

.bf-facts__row[b-23lvbh3rqg] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-block: 0.2rem;
    font-size: 0.875rem;
    line-height: 1.35;
}

.bf-facts__row--calories[b-23lvbh3rqg] {
    font-weight: 800;
    font-size: 0.95rem;
}

.bf-facts__row--indent[b-23lvbh3rqg] {
    padding-left: 1rem;
    font-size: 0.825rem;
}

.bf-facts__row--indent2[b-23lvbh3rqg] {
    padding-left: 2rem;
    font-size: 0.8rem;
}

.bf-facts__dv[b-23lvbh3rqg] {
    font-weight: 700;
}

.bf-facts__footnote[b-23lvbh3rqg] {
    margin: 0.5rem 0 0;
    font-size: 0.7rem;
    line-height: 1.45;
}

.bf-facts__details[b-23lvbh3rqg] {
    padding: 0.875rem 1rem;
    background: var(--bf-charcoal-light);
    border: 1px solid var(--bf-border);
    border-radius: 0.625rem;
}

.bf-facts__details summary[b-23lvbh3rqg] {
    font-family: var(--bf-font-display);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bf-orange);
    cursor: pointer;
    list-style: none;
}

.bf-facts__details summary[b-23lvbh3rqg]::-webkit-details-marker {
    display: none;
}

.bf-facts__details summary[b-23lvbh3rqg]::after {
    content: '+';
    float: right;
    font-weight: 400;
    color: var(--bf-muted);
}

.bf-facts__details[open] summary[b-23lvbh3rqg]::after {
    content: '−';
}

.bf-facts__details p[b-23lvbh3rqg] {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--bf-muted);
}

.bf-facts__view-label[b-23lvbh3rqg] {
    align-self: flex-start;
    padding: 0;
    border: none;
    background: none;
    font-family: var(--bf-font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bf-orange);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.bf-facts__view-label:hover[b-23lvbh3rqg] {
    color: var(--bf-orange-light);
}

@media (max-width: 768px) {
    .bf-facts[b-23lvbh3rqg] {
        max-width: none;
    }
}
/* /Components/BodyFuel/Organisms/BfBenefits.razor.rz.scp.css */
.bf-benefits__intro[b-f7i414142p] {
    text-align: center;
    max-width: 44rem;
    margin-inline: auto;
    margin-bottom: 3rem;
}

.bf-benefits__title[b-f7i414142p] {
    color: var(--bf-charcoal);
    margin-block: 0.75rem 1rem;
}

.bf-benefits__lead[b-f7i414142p] {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #003B3C;
    margin: 0;
}

.bf-benefits__lead-em[b-f7i414142p] {
    font-family: var(--bf-font-body);
    font-style: italic;
    font-weight: 400;
    color: #009296;
}

.bf-benefits__grid[b-f7i414142p] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .bf-benefits__grid[b-f7i414142p] {
        grid-template-columns: 1fr;
        max-width: 26rem;
        margin-inline: auto;
    }
}
/* /Components/BodyFuel/Organisms/BfFinalCta.razor.rz.scp.css */
.bf-final-cta[b-czo1g4pmm3] {
    background:
        radial-gradient(circle at 30% 50%, rgba(var(--bf-orange-rgb), 0.12) 0%, transparent 50%),
        var(--bf-charcoal);
}

.bf-final-cta__inner[b-czo1g4pmm3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.bf-final-cta__text p[b-czo1g4pmm3] {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bf-muted);
    margin: 0.75rem 0 1rem;
    max-width: 28rem;
}

.bf-final-cta__price[b-czo1g4pmm3] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.bf-final-cta__amount[b-czo1g4pmm3] {
    font-family: var(--bf-font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--bf-lime);
}

.bf-final-cta__msrp[b-czo1g4pmm3] {
    font-size: 0.95rem;
    color: var(--bf-muted);
    text-decoration: line-through;
}

.bf-final-cta__action[b-czo1g4pmm3] {
    text-align: center;
}

.bf-final-cta__button[b-czo1g4pmm3] {
    animation: bf-pulse-glow 3s ease-in-out infinite;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
}

.bf-final-cta__note[b-czo1g4pmm3] {
    font-size: 0.8rem;
    color: var(--bf-muted);
    margin: 0.75rem 0 0;
}

@media (max-width: 768px) {
    .bf-final-cta__inner[b-czo1g4pmm3] {
        flex-direction: column;
        text-align: center;
    }

    .bf-final-cta__text p[b-czo1g4pmm3] {
        margin-inline: auto;
    }

    .bf-final-cta__price[b-czo1g4pmm3] {
        justify-content: center;
    }
}
/* /Components/BodyFuel/Organisms/BfFooter.razor.rz.scp.css */
.bf-footer[b-qeasrccb4q] {
    padding-block: 3rem 5rem;
    background: #0A0A0A;
    border-top: 1px solid var(--bf-border);
}

.bf-footer__main[b-qeasrccb4q] {
    margin-bottom: 1.5rem;
}

.bf-footer__disclaimer[b-qeasrccb4q] {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--bf-muted);
    margin: 1rem 0 0;
    max-width: 48rem;
}

.bf-footer__links[b-qeasrccb4q] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1.5rem;
}

.bf-footer__links a[b-qeasrccb4q] {
    font-size: 0.85rem;
    color: var(--bf-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bf-footer__links a:hover[b-qeasrccb4q] {
    color: var(--bf-lime);
}

.bf-footer__sep[b-qeasrccb4q] {
    color: var(--bf-border);
    font-size: 0.85rem;
}

.bf-footer__copyright[b-qeasrccb4q] {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .bf-footer[b-qeasrccb4q] {
        padding-bottom: calc(var(--bf-sticky-cta-height) + 3rem);
    }
}
/* /Components/BodyFuel/Organisms/BfHeader.razor.rz.scp.css */
.bf-header[b-7kncdeai3z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: var(--bf-header-height);
    background: rgba(20, 20, 20, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--bf-border);
}

.bf-header__inner[b-7kncdeai3z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 1.5rem;
}

.bf-header__nav[b-7kncdeai3z] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.bf-header__nav a[b-7kncdeai3z] {
    font-family: var(--bf-font-display);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bf-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bf-header__nav a:hover[b-7kncdeai3z] {
    color: var(--bf-lime);
}

.bf-header__cta[b-7kncdeai3z] {
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .bf-header__nav[b-7kncdeai3z] {
        display: none;
    }

    .bf-header__inner .bf-mobile-nav[b-7kncdeai3z] {
        margin-left: auto;
    }

    .bf-header__cta[b-7kncdeai3z] {
        padding: 0.55rem 1rem;
        font-size: 0.75rem;
    }
}
/* /Components/BodyFuel/Organisms/BfHero.razor.rz.scp.css */
.bf-hero[b-q2q3p3verv] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: var(--bf-header-height);
    overflow: hidden;
}

.bf-hero__bg[b-q2q3p3verv] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 30%, rgba(var(--bf-orange-rgb), 0.14) 0%, transparent 45%),
        radial-gradient(circle at 15% 80%, rgba(var(--bf-orange-rgb), 0.06) 0%, transparent 40%),
        linear-gradient(165deg, #0A0A0A 0%, var(--bf-charcoal) 40%, #0D0D0D 100%);
}

.bf-hero__glow[b-q2q3p3verv] {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 40vw;
    height: 40vw;
    max-width: 500px;
    max-height: 500px;
    background: radial-gradient(circle, rgba(var(--bf-orange-rgb), 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.bf-hero__content[b-q2q3p3verv] {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-block: 3rem;
}

.bf-hero__grid[b-q2q3p3verv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.bf-hero__title[b-q2q3p3verv] {
    margin-block: 0.75rem 1.25rem;
}

.bf-hero__tagline[b-q2q3p3verv] {
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.7;
    color: var(--bf-muted);
    max-width: 34rem;
    margin: 0 0 1.5rem;
}

.bf-hero__pills[b-q2q3p3verv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.bf-hero__pricing[b-q2q3p3verv] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.bf-hero__price[b-q2q3p3verv] {
    font-family: var(--bf-font-display);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bf-lime);
    letter-spacing: 0.02em;
}

.bf-hero__msrp[b-q2q3p3verv] {
    font-size: 1.1rem;
    color: var(--bf-muted);
    text-decoration: line-through;
}

.bf-hero__save[b-q2q3p3verv] {
    font-family: var(--bf-font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bf-citrus);
}

.bf-hero__cta[b-q2q3p3verv] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.bf-hero__visual[b-q2q3p3verv] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bf-hero__product-ring[b-q2q3p3verv] {
    position: relative;
    animation: bf-pulse-glow 3s ease-in-out infinite;
    border-radius: 50%;
}

.bf-hero__product-ring[b-q2q3p3verv]::before {
    content: '';
    position: absolute;
    inset: -8%;
    border-radius: 50%;
    border: 2px solid rgba(var(--bf-orange-rgb), 0.25);
}

.bf-hero__product-img[b-q2q3p3verv] {
    width: min(420px, 85vw);
    height: auto;
    display: block;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.5));
}

@media (max-width: 900px) {
    .bf-hero__grid[b-q2q3p3verv] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bf-hero__visual[b-q2q3p3verv] {
        order: -1;
    }

    .bf-hero__tagline[b-q2q3p3verv] {
        margin-inline: auto;
    }

    .bf-hero__pills[b-q2q3p3verv],
    .bf-hero__pricing[b-q2q3p3verv],
    .bf-hero__cta[b-q2q3p3verv] {
        justify-content: center;
    }

    .bf-hero__product-img[b-q2q3p3verv] {
        width: min(280px, 70vw);
    }
}

@media (max-width: 480px) {
    .bf-hero__cta[b-q2q3p3verv] {
        flex-direction: column;
        align-items: stretch;
    }

    .bf-hero__cta[b-q2q3p3verv]  .bf-button {
        width: 100%;
    }
}
/* /Components/BodyFuel/Organisms/BfHowToUse.razor.rz.scp.css */
.bf-howto__inner[b-q2ajem5ow5] {
    max-width: 640px;
    margin-inline: auto;
}

.bf-howto__content[b-q2ajem5ow5] {
    text-align: center;
}

.bf-howto__steps[b-q2ajem5ow5] {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: grid;
    gap: 1.25rem;
    text-align: left;
}

.bf-howto__steps li[b-q2ajem5ow5] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: #F5F5F5;
    border-radius: 0.75rem;
}

.bf-howto__step-num[b-q2ajem5ow5] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-family: var(--bf-font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--bf-white);
    background: var(--bf-orange);
    border-radius: 50%;
}

.bf-howto__steps strong[b-q2ajem5ow5] {
    display: block;
    font-family: var(--bf-font-display);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bf-charcoal);
    margin-bottom: 0.25rem;
}

.bf-howto__steps p[b-q2ajem5ow5] {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.bf-howto__caution[b-q2ajem5ow5] {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

.bf-howto__caution strong[b-q2ajem5ow5] {
    color: #666;
}
/* /Components/BodyFuel/Organisms/BfLegalPage.razor.rz.scp.css */
.bf-legal-page[b-6ouwq985eo] {
    padding-top: var(--bf-header-height);
    min-height: 100vh;
}

.bf-legal-page__inner[b-6ouwq985eo] {
    max-width: 42rem;
}

.bf-legal-page__title[b-6ouwq985eo] {
    margin-block: 0.75rem 2rem;
}

.bf-legal-page__body[b-6ouwq985eo] {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--bf-muted);
}

.bf-legal-page__body p[b-6ouwq985eo] {
    margin: 0 0 1.25rem;
}

.bf-legal-page__body a[b-6ouwq985eo] {
    color: var(--bf-lime);
}

.bf-legal-page__body a:hover[b-6ouwq985eo] {
    color: var(--bf-white);
}
/* /Components/BodyFuel/Organisms/BfReviews.razor.rz.scp.css */
.bf-reviews__intro[b-da3jtqclhd] {
    text-align: center;
    max-width: 36rem;
    margin-inline: auto;
    margin-bottom: 3rem;
}

.bf-reviews__lead[b-da3jtqclhd] {
    font-size: 1rem;
    color: var(--bf-muted);
    margin: 0.75rem 0 0;
    line-height: 1.6;
}

.bf-reviews__grid[b-da3jtqclhd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .bf-reviews__grid[b-da3jtqclhd] {
        grid-template-columns: 1fr;
    }
}
/* /Components/BodyFuel/Organisms/BfScience.razor.rz.scp.css */
.bf-science__grid[b-r5q15vocgr] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 4rem);
}

.bf-science__content p[b-r5q15vocgr] {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--bf-muted);
    margin: 0 0 1.25rem;
}

.bf-science__content p strong[b-r5q15vocgr] {
    color: var(--bf-white);
}

.bf-science__list[b-r5q15vocgr] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.bf-science__list li[b-r5q15vocgr] {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.975rem;
    color: var(--bf-white);
}

.bf-science__list li[b-r5q15vocgr]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--bf-orange);
    border-radius: 50%;
}

.bf-science__visual[b-r5q15vocgr] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bf-science__modal[b-r5q15vocgr] {
    width: min(96vw, 1100px);
    max-height: 92vh;
    padding: 0;
    border: none;
    border-radius: 0.75rem;
    background: var(--bf-white);
    overflow: hidden;
}

.bf-science__modal[b-r5q15vocgr]::backdrop {
    background: rgba(0, 0, 0, 0.88);
}

.bf-science__modal-header[b-r5q15vocgr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 1.25rem;
    background: var(--bf-charcoal);
    color: var(--bf-white);
}

.bf-science__modal-header h2[b-r5q15vocgr] {
    margin: 0;
    font-family: var(--bf-font-display);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bf-science__modal-close[b-r5q15vocgr] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: var(--bf-white);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.bf-science__modal-close:hover[b-r5q15vocgr] {
    background: rgba(255, 255, 255, 0.22);
}

.bf-science__modal-scroll[b-r5q15vocgr] {
    overflow: auto;
    max-height: calc(92vh - 7rem);
    padding: 1rem;
    background: var(--bf-white);
    -webkit-overflow-scrolling: touch;
}

.bf-science__modal-img[b-r5q15vocgr] {
    display: block;
    width: 100%;
    min-width: 800px;
    height: auto;
}

.bf-science__modal-hint[b-r5q15vocgr] {
    margin: 0;
    padding: 0.625rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: var(--bf-muted);
    background: #F5F5F5;
    border-top: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
    .bf-science__grid[b-r5q15vocgr] {
        grid-template-columns: 1fr;
    }

    .bf-science__visual[b-r5q15vocgr] {
        order: -1;
    }

    .bf-science__modal-img[b-r5q15vocgr] {
        min-width: 600px;
    }
}
/* /Components/BodyFuel/Organisms/BfStickyBar.razor.rz.scp.css */
.bf-sticky-bar[b-b702bn2t1x] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    height: var(--bf-sticky-cta-height);
    background: rgba(20, 20, 20, 0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--bf-border);
}

.bf-sticky-bar__inner[b-b702bn2t1x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: var(--bf-container-max);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    gap: 1rem;
}

.bf-sticky-bar__info[b-b702bn2t1x] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.bf-sticky-bar__name[b-b702bn2t1x] {
    font-family: var(--bf-font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bf-white);
}

.bf-sticky-bar__price[b-b702bn2t1x] {
    font-family: var(--bf-font-display);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--bf-lime);
}

.bf-sticky-bar__cta[b-b702bn2t1x] {
    padding: 0.65rem 1.5rem;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .bf-sticky-bar[b-b702bn2t1x] {
        display: block;
    }
}
/* /Components/BodyFuel/Organisms/BfTrust.razor.rz.scp.css */
.bf-trust[b-aysvz4lco8] {
    padding-block: 3rem;
    background: var(--bf-charcoal-light);
    border-block: 1px solid var(--bf-border);
}

.bf-trust__grid[b-aysvz4lco8] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bf-trust__item[b-aysvz4lco8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    font-family: var(--bf-font-display);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bf-muted);
}

.bf-trust__icon[b-aysvz4lco8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--bf-white);
    background: var(--bf-orange);
    border-radius: 50%;
}

.bf-trust__brand[b-aysvz4lco8] {
    text-align: center;
    font-size: 0.9rem;
    color: var(--bf-muted);
    margin: 2rem 0 0;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .bf-trust__grid[b-aysvz4lco8] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .bf-trust__grid[b-aysvz4lco8] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/LaGreve/Atoms/LgButton.razor.rz.scp.css */
.lg-button[b-la1xmam4p5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.6rem;
    font-family: var(--lg-font-body);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lg-button--filled[b-la1xmam4p5] {
    background: var(--lg-copper);
    color: var(--lg-ink);
}

.lg-button--filled:hover[b-la1xmam4p5] {
    background: var(--lg-copper-light);
    transform: translateY(-1px);
}

.lg-button--outlined[b-la1xmam4p5] {
    background: transparent;
    color: var(--lg-paper);
    border-color: rgba(237, 230, 220, 0.35);
}

.lg-button--outlined:hover[b-la1xmam4p5] {
    border-color: var(--lg-copper);
    color: var(--lg-copper-light);
}

.lg-button--ghost[b-la1xmam4p5] {
    background: transparent;
    color: var(--lg-copper);
    padding-inline: 0.5rem;
}

.lg-button--ghost:hover[b-la1xmam4p5] {
    color: var(--lg-copper-light);
}
/* /Components/LaGreve/Atoms/LgEyebrow.razor.rz.scp.css */
.lg-eyebrow[b-gi0qy4cdeo] {
    display: inline-block;
    font-family: var(--lg-font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lg-copper);
}
/* /Components/LaGreve/Atoms/LgHeading.razor.rz.scp.css */
.lg-heading[b-ms4rx0itsy] {
    margin: 0;
    font-family: var(--lg-font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--lg-paper);
    line-height: 1.1;
}

.lg-heading--display[b-ms4rx0itsy] {
    font-size: clamp(2.75rem, 8vw, 5rem);
    font-weight: 700;
}

.lg-heading--section[b-ms4rx0itsy] {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
}

.lg-heading--sub[b-ms4rx0itsy] {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
/* /Components/LaGreve/Molecules/LgLogo.razor.rz.scp.css */
.lg-logo[b-9kykxfxcsz] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    text-decoration: none;
    color: var(--lg-paper);
    font-family: var(--lg-font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.lg-logo__mark[b-9kykxfxcsz] {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--lg-paper-muted);
}

.lg-logo__accent[b-9kykxfxcsz] {
    font-size: 1.35rem;
    color: var(--lg-paper);
}
/* /Components/LaGreve/Molecules/LgMobileNav.razor.rz.scp.css */
.lg-mobile-nav[b-flf8nizot0] {
    display: none;
    position: relative;
}

.lg-mobile-nav__toggle[b-flf8nizot0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    list-style: none;
    cursor: pointer;
    color: var(--lg-paper);
}

.lg-mobile-nav__toggle[b-flf8nizot0]::-webkit-details-marker {
    display: none;
}

.lg-mobile-nav__bars[b-flf8nizot0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.lg-mobile-nav__bars span[b-flf8nizot0] {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
}

.lg-mobile-nav__panel[b-flf8nizot0] {
    position: fixed;
    top: var(--lg-header-height);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 2rem 2rem;
    background: rgba(10, 10, 12, 0.98);
    border-bottom: 1px solid var(--lg-border);
    z-index: 99;
}

.lg-mobile-nav__panel a[b-flf8nizot0] {
    font-family: var(--lg-font-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lg-paper);
    text-decoration: none;
}

.lg-mobile-nav__panel a:hover[b-flf8nizot0] {
    color: var(--lg-copper);
}

@media (max-width: 768px) {
    .lg-mobile-nav[b-flf8nizot0] {
        display: block;
    }
}
/* /Components/LaGreve/Organisms/LgAbout.razor.rz.scp.css */
.lg-about[b-p342uq8p1w] {
    background: var(--lg-ink-soft);
}

.lg-about__inner[b-p342uq8p1w] {
    max-width: 42rem;
}

.lg-about__inner .lg-heading[b-p342uq8p1w] {
    margin-top: 0.85rem;
}

.lg-about__quote[b-p342uq8p1w] {
    margin: 2rem 0;
    padding-left: 1.25rem;
    border-left: 3px solid var(--lg-copper);
    font-family: var(--lg-font-display);
    font-size: clamp(1.5rem, 4vw, 2.15rem);
    font-style: italic;
    font-weight: 600;
    color: var(--lg-paper);
    line-height: 1.25;
}

.lg-about__copy p[b-p342uq8p1w] {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--lg-paper-muted);
}

.lg-about__copy strong[b-p342uq8p1w] {
    color: var(--lg-paper);
    font-weight: 600;
}
/* /Components/LaGreve/Organisms/LgEdition.razor.rz.scp.css */
.lg-edition__intro[b-y1om4dlw7h] {
    margin-bottom: 2.5rem;
}

.lg-edition__intro .lg-heading[b-y1om4dlw7h] {
    margin-top: 0.75rem;
}

.lg-edition__grid[b-y1om4dlw7h] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.lg-edition__grid li[b-y1om4dlw7h] {
    padding: 1.35rem 1.4rem;
    border: 1px solid var(--lg-border);
    border-radius: 0.5rem;
    background: var(--lg-ink-soft);
}

.lg-edition__label[b-y1om4dlw7h] {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lg-copper);
}

.lg-edition__value[b-y1om4dlw7h] {
    font-family: var(--lg-font-display);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--lg-paper);
    line-height: 1.35;
}
/* /Components/LaGreve/Organisms/LgFinalCta.razor.rz.scp.css */
.lg-final-cta__inner[b-5x9z78cp64] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem;
    border: 1px solid var(--lg-border);
    border-radius: 0.75rem;
    background:
        linear-gradient(135deg, rgba(196, 120, 58, 0.12), transparent 55%),
        var(--lg-ink-soft);
}

@media (min-width: 720px) {
    .lg-final-cta__inner[b-5x9z78cp64] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.lg-final-cta__inner p[b-5x9z78cp64] {
    margin: 0.85rem 0 0;
    color: var(--lg-paper-muted);
    line-height: 1.65;
    max-width: 28rem;
}

.lg-final-cta__price[b-5x9z78cp64] {
    font-family: var(--lg-font-display) !important;
    font-size: 2rem !important;
    font-weight: 700;
    color: var(--lg-paper) !important;
}

.lg-final-cta__action[b-5x9z78cp64] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.lg-final-cta__note[b-5x9z78cp64] {
    margin: 0 !important;
    font-size: 0.85rem;
    color: var(--lg-paper-muted);
}
/* /Components/LaGreve/Organisms/LgFooter.razor.rz.scp.css */
.lg-footer[b-7agvr8286r] {
    padding-block: 3rem;
    border-top: 1px solid var(--lg-border);
}

.lg-footer__inner[b-7agvr8286r] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.lg-footer__note[b-7agvr8286r] {
    margin: 0;
    max-width: 36rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--lg-paper-muted);
}

.lg-footer__links[b-7agvr8286r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    font-size: 0.875rem;
    color: var(--lg-paper-muted);
}

.lg-footer__links a[b-7agvr8286r] {
    color: var(--lg-paper);
    text-decoration: none;
    font-weight: 600;
}

.lg-footer__links a:hover[b-7agvr8286r] {
    color: var(--lg-copper);
}
/* /Components/LaGreve/Organisms/LgHeader.razor.rz.scp.css */
.lg-header[b-2o51oywez6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: var(--lg-header-height);
    background: rgba(10, 10, 12, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--lg-border);
}

.lg-header__inner[b-2o51oywez6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 1.5rem;
}

.lg-header__nav[b-2o51oywez6] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.lg-header__nav a[b-2o51oywez6] {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lg-paper-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.lg-header__nav a:hover[b-2o51oywez6] {
    color: var(--lg-copper);
}

.lg-header__cta[b-2o51oywez6] {
    padding: 0.55rem 1.15rem;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .lg-header__nav[b-2o51oywez6] {
        display: none;
    }

    .lg-header__inner .lg-mobile-nav[b-2o51oywez6] {
        margin-left: auto;
    }

    .lg-header__cta[b-2o51oywez6] {
        padding: 0.5rem 0.9rem;
        font-size: 0.75rem;
    }
}
/* /Components/LaGreve/Organisms/LgHero.razor.rz.scp.css */
.lg-hero[b-ehr0fzu6b3] {
    position: relative;
    padding-top: calc(var(--lg-header-height) + clamp(3rem, 8vw, 5rem));
    padding-bottom: clamp(4rem, 8vw, 6rem);
    overflow: hidden;
}

.lg-hero__bg[b-ehr0fzu6b3] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 80% 20%, rgba(196, 120, 58, 0.18), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 90%, rgba(237, 230, 220, 0.04), transparent 50%),
        var(--lg-ink);
    pointer-events: none;
}

.lg-hero__content[b-ehr0fzu6b3] {
    position: relative;
}

.lg-hero__grid[b-ehr0fzu6b3] {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 800px) {
    .lg-hero__grid[b-ehr0fzu6b3] {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

.lg-hero__title[b-ehr0fzu6b3] {
    margin-top: 0.75rem;
}

.lg-hero__subtitle[b-ehr0fzu6b3] {
    margin: 0.85rem 0 0;
    font-family: var(--lg-font-display);
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-style: italic;
    color: var(--lg-copper);
}

.lg-hero__tagline[b-ehr0fzu6b3] {
    margin: 1.35rem 0 0;
    max-width: 32rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--lg-paper-muted);
}

.lg-hero__cta[b-ehr0fzu6b3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.lg-hero__cover-link[b-ehr0fzu6b3] {
    display: block;
    max-width: 22rem;
    margin-inline: auto;
    transition: transform 0.3s ease;
}

.lg-hero__cover-link:hover[b-ehr0fzu6b3] {
    transform: translateY(-6px);
}

.lg-hero__cover[b-ehr0fzu6b3] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.35rem;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(237, 230, 220, 0.08);
}
/* /Components/LaGreve/Organisms/LgLegalPage.razor.rz.scp.css */
.lg-legal-page[b-9vgqsvtl4n] {
    padding-top: var(--lg-header-height);
}

.lg-legal-page__inner[b-9vgqsvtl4n] {
    max-width: 42rem;
}

.lg-legal-page__title[b-9vgqsvtl4n] {
    margin-top: 0.75rem;
    margin-bottom: 2rem;
}

.lg-legal-page__body p[b-9vgqsvtl4n] {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--lg-paper-muted);
}

.lg-legal-page__body a[b-9vgqsvtl4n] {
    color: var(--lg-copper);
    font-weight: 600;
}
/* /Components/LaGreve/Organisms/LgPresse.razor.rz.scp.css */
.lg-presse[b-q01wntona2] {
    background: var(--lg-ink-soft);
}

.lg-presse__intro[b-q01wntona2] {
    margin-bottom: 2.5rem;
    max-width: 36rem;
}

.lg-presse__intro .lg-heading[b-q01wntona2] {
    margin-top: 0.75rem;
}

.lg-presse__grid[b-q01wntona2] {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 800px) {
    .lg-presse__grid[b-q01wntona2] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lg-presse__card[b-q01wntona2] {
    margin: 0;
    padding: 1.5rem;
    border-top: 2px solid var(--lg-copper);
    background: var(--lg-ink);
    border-radius: 0 0 0.5rem 0.5rem;
}

.lg-presse__card p[b-q01wntona2] {
    margin: 0 0 1.25rem;
    font-family: var(--lg-font-display);
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.55;
    color: var(--lg-paper);
}

.lg-presse__card cite[b-q01wntona2] {
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lg-paper-muted);
}
/* /Components/Layout/BestVitaminCLayout.razor.rz.scp.css */
.bestvitaminc-layout[b-mqj0lxsnvh] {
    position: relative;
}

.bestvitaminc-layout[b-mqj0lxsnvh]::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* /Components/Layout/BodyFuelLayout.razor.rz.scp.css */
#blazor-error-ui[b-ijeun29oyr] {
    background: #b32121;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
}

#blazor-error-ui .dismiss[b-ijeun29oyr] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25rem;
}
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-layout[b-edm3rl1ljy] {
    font-family: var(--ttf-font-sans);
    color: var(--ttf-charcoal);
    background-color: var(--ttf-cream);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-layout *[b-edm3rl1ljy],
.landing-layout *[b-edm3rl1ljy]::before,
.landing-layout *[b-edm3rl1ljy]::after {
    box-sizing: border-box;
}

.landing-layout a[b-edm3rl1ljy] {
    color: inherit;
    text-decoration: none;
}

.landing-layout :is(a, button, summary):focus-visible[b-edm3rl1ljy] {
    outline: 2px solid var(--ttf-gold);
    outline-offset: 3px;
}

#blazor-error-ui[b-edm3rl1ljy] {
    background: #b32121;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
}

#blazor-error-ui .dismiss[b-edm3rl1ljy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    background: none;
    border: none;
    color: white;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0cfl8mj0ov] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0cfl8mj0ov] {
    flex: 1;
}

.sidebar[b-0cfl8mj0ov] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0cfl8mj0ov] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0cfl8mj0ov]  a, .top-row[b-0cfl8mj0ov]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0cfl8mj0ov]  a:hover, .top-row[b-0cfl8mj0ov]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0cfl8mj0ov]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0cfl8mj0ov] {
        justify-content: space-between;
    }

    .top-row[b-0cfl8mj0ov]  a, .top-row[b-0cfl8mj0ov]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0cfl8mj0ov] {
        flex-direction: row;
    }

    .sidebar[b-0cfl8mj0ov] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0cfl8mj0ov] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0cfl8mj0ov]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0cfl8mj0ov], article[b-0cfl8mj0ov] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0cfl8mj0ov] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0cfl8mj0ov] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wiuv34c3fi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-wiuv34c3fi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wiuv34c3fi] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wiuv34c3fi] {
    font-size: 1.1rem;
}

.bi[b-wiuv34c3fi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wiuv34c3fi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wiuv34c3fi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wiuv34c3fi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wiuv34c3fi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wiuv34c3fi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wiuv34c3fi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wiuv34c3fi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-wiuv34c3fi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wiuv34c3fi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wiuv34c3fi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wiuv34c3fi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wiuv34c3fi] {
        display: none;
    }

    .nav-scrollable[b-wiuv34c3fi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/BodyFuel/Index.razor.rz.scp.css */
.bf-page[b-mbqs5mlo30] {
    overflow-x: hidden;
}
/* /Components/Pages/TrusttheFacts/Index.razor.rz.scp.css */
main[b-dzvg2gtv1v] {
    display: block;
}
/* /Components/TrusttheFacts/Atoms/TtfButton.razor.rz.scp.css */
.ttf-button[b-kz8l79d2m0] {
    display: inline-block;
    font-family: var(--ttf-font-sans);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.875rem 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ttf-button--outlined[b-kz8l79d2m0] {
    color: var(--ttf-gold);
    border: 1px solid var(--ttf-gold);
    background: transparent;
}

.ttf-button--outlined:hover[b-kz8l79d2m0] {
    background: var(--ttf-gold);
    color: var(--ttf-navy);
}

.ttf-button--filled[b-kz8l79d2m0] {
    color: var(--ttf-navy);
    background: var(--ttf-gold);
    border: 1px solid var(--ttf-gold);
}

.ttf-button--filled:hover[b-kz8l79d2m0] {
    background: var(--ttf-gold-light);
    border-color: var(--ttf-gold-light);
}
/* /Components/TrusttheFacts/Atoms/TtfDivider.razor.rz.scp.css */
.ttf-divider[b-brrce48h6k] {
    border: none;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        var(--ttf-gold) 20%,
        var(--ttf-gold) 80%,
        transparent
    );
    margin: 0;
    opacity: 0.6;
}
/* /Components/TrusttheFacts/Atoms/TtfEyebrow.razor.rz.scp.css */
.ttf-eyebrow[b-58kenywqj3] {
    display: block;
    font-family: var(--ttf-font-sans);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ttf-gold);
}
/* /Components/TrusttheFacts/Atoms/TtfHeading.razor.rz.scp.css */
.ttf-heading[b-e6ty7bmlm7] {
    font-family: var(--ttf-font-serif);
    font-weight: 500;
    line-height: 1.15;
    margin: 0;
    color: inherit;
}

.ttf-heading--display[b-e6ty7bmlm7] {
    font-size: clamp(2.75rem, 6vw, 5rem);
    letter-spacing: -0.01em;
}

.ttf-heading--section[b-e6ty7bmlm7] {
    font-size: clamp(2rem, 4vw, 3rem);
}

.ttf-heading--sub[b-e6ty7bmlm7] {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 400;
}
/* /Components/TrusttheFacts/Molecules/TtfFooterLink.razor.rz.scp.css */
.ttf-footer-link[b-q1ruze2e4u] {
    font-family: var(--ttf-font-sans);
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--ttf-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ttf-footer-link:hover[b-q1ruze2e4u] {
    color: var(--ttf-gold);
}
/* /Components/TrusttheFacts/Molecules/TtfHeroGraphic.razor.rz.scp.css */
@keyframes ttf-hero-float-b-st9qyq4833 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

.ttf-hero-graphic[b-st9qyq4833] {
    display: block;
    width: clamp(16rem, 32vw, 28rem);
    height: auto;
    color: rgba(247, 244, 239, 0.15);
    animation:
        ttf-fade-in-slow 1s ease-out 0.3s both,
        ttf-hero-float-b-st9qyq4833 6s ease-in-out 1.3s infinite;
}

@media (prefers-reduced-motion: reduce) {
    .ttf-hero-graphic[b-st9qyq4833] {
        animation: ttf-fade-in-slow 1s ease-out 0.3s both;
    }
}
/* /Components/TrusttheFacts/Molecules/TtfLogo.razor.rz.scp.css */
.ttf-logo[b-hjybjzcoht] {
    display: inline-flex;
    flex-direction: column;
    gap: 0.25rem;
    text-decoration: none;
    color: inherit;
}

.ttf-logo__primary[b-hjybjzcoht] {
    display: flex;
    align-items: baseline;
    gap: 0.15em;
    font-family: var(--ttf-font-sans);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    line-height: 1;
}

.ttf-logo__trust[b-hjybjzcoht],
.ttf-logo__facts[b-hjybjzcoht] {
    color: inherit;
}

.ttf-logo__the[b-hjybjzcoht] {
    font-size: 0.55em;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    opacity: 0.85;
}

.ttf-logo__sub[b-hjybjzcoht] {
    font-family: var(--ttf-font-sans);
    font-size: 0.5625rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0.7;
}
/* /Components/TrusttheFacts/Molecules/TtfMissionCard.razor.rz.scp.css */
.ttf-mission-card[b-gptbvouum1] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem 0;
}

.ttf-mission-card__body[b-gptbvouum1] {
    font-family: var(--ttf-font-sans);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--ttf-muted);
    margin: 0;
}
/* /Components/TrusttheFacts/Molecules/TtfMobileNavToggle.razor.rz.scp.css */
.ttf-mobile-nav[b-qk8tbp58zv] {
    display: none;
    position: relative;
}

.ttf-mobile-toggle[b-qk8tbp58zv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    list-style: none;
    cursor: pointer;
    color: inherit;
}

.ttf-mobile-toggle[b-qk8tbp58zv]::-webkit-details-marker {
    display: none;
}

.ttf-mobile-toggle__bars[b-qk8tbp58zv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.ttf-mobile-toggle__bar[b-qk8tbp58zv] {
    display: block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.ttf-mobile-nav[open] .ttf-mobile-toggle__bar:nth-child(1)[b-qk8tbp58zv] {
    transform: translateY(7px) rotate(45deg);
}

.ttf-mobile-nav[open] .ttf-mobile-toggle__bar:nth-child(2)[b-qk8tbp58zv] {
    opacity: 0;
}

.ttf-mobile-nav[open] .ttf-mobile-toggle__bar:nth-child(3)[b-qk8tbp58zv] {
    transform: translateY(-7px) rotate(-45deg);
}

.ttf-mobile-nav__panel[b-qk8tbp58zv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: fixed;
    top: var(--ttf-header-height);
    left: 0;
    right: 0;
    padding: 2rem;
    background: var(--ttf-navy);
    border-bottom: 1px solid rgba(184, 149, 106, 0.2);
    z-index: 100;
}

.ttf-mobile-nav__panel a[b-qk8tbp58zv] {
    font-family: var(--ttf-font-sans);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ttf-cream);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ttf-mobile-nav__panel a:hover[b-qk8tbp58zv] {
    color: var(--ttf-gold);
}

.ttf-sr-only[b-qk8tbp58zv] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 768px) {
    .ttf-mobile-nav[b-qk8tbp58zv] {
        display: block;
    }
}
/* /Components/TrusttheFacts/Organisms/TtfFooter.razor.rz.scp.css */
.ttf-footer[b-rmaknu6oku] {
    background-color: var(--ttf-cream);
    padding-block: 3rem 2.5rem;
    color: var(--ttf-charcoal);
}

.ttf-footer__divider[b-rmaknu6oku] {
    margin-bottom: 2.5rem;
}

.ttf-footer__main[b-rmaknu6oku] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.ttf-footer__logo[b-rmaknu6oku] {
    color: var(--ttf-navy);
}

.ttf-footer__copyright[b-rmaknu6oku] {
    font-family: var(--ttf-font-sans);
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--ttf-muted);
    margin: 0;
    max-width: 36rem;
}

.ttf-footer__legal[b-rmaknu6oku] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem 1.5rem;
    font-family: var(--ttf-font-sans);
    font-size: 0.8125rem;
    color: var(--ttf-muted);
}

.ttf-footer__links[b-rmaknu6oku] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ttf-footer__separator[b-rmaknu6oku] {
    color: rgba(107, 114, 128, 0.4);
}

@media (max-width: 600px) {
    .ttf-footer__legal[b-rmaknu6oku] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Components/TrusttheFacts/Organisms/TtfFoundation.razor.rz.scp.css */
.ttf-foundation[b-qsj6xs4o1z] {
    background-color: var(--ttf-navy);
    color: var(--ttf-cream);
}

.ttf-foundation__inner[b-qsj6xs4o1z] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.ttf-foundation__eyebrow[b-qsj6xs4o1z] {
    color: var(--ttf-gold);
}

.ttf-foundation__title[b-qsj6xs4o1z] {
    margin-block: 1rem;
}

.ttf-foundation__body[b-qsj6xs4o1z] {
    font-family: var(--ttf-font-sans);
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(247, 244, 239, 0.75);
    margin: 0;
}

.ttf-foundation__quote[b-qsj6xs4o1z] {
    margin: 0;
    padding: 2.5rem;
    border-left: 2px solid var(--ttf-gold);
    background: rgba(255, 255, 255, 0.03);
}

.ttf-foundation__quote p[b-qsj6xs4o1z] {
    font-family: var(--ttf-font-serif);
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1.25rem;
    color: var(--ttf-cream);
}

.ttf-foundation__quote cite[b-qsj6xs4o1z] {
    font-family: var(--ttf-font-sans);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ttf-gold);
    font-style: normal;
}

@media (max-width: 768px) {
    .ttf-foundation__inner[b-qsj6xs4o1z] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}
/* /Components/TrusttheFacts/Organisms/TtfHeader.razor.rz.scp.css */
.ttf-header[b-k9n2i220nz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--ttf-header-height);
    background: rgba(15, 31, 46, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(184, 149, 106, 0.15);
    z-index: 200;
    color: var(--ttf-cream);
}

.ttf-header__inner[b-k9n2i220nz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.ttf-header__logo[b-k9n2i220nz] {
    color: var(--ttf-cream);
}

.ttf-header__nav[b-k9n2i220nz] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.ttf-header__nav a[b-k9n2i220nz] {
    font-family: var(--ttf-font-sans);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ttf-cream);
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.ttf-header__nav a:hover[b-k9n2i220nz] {
    opacity: 1;
    color: var(--ttf-gold);
}

@media (max-width: 768px) {
    .ttf-header__nav[b-k9n2i220nz] {
        display: none;
    }
}
/* /Components/TrusttheFacts/Organisms/TtfHero.razor.rz.scp.css */
.ttf-hero[b-zv12j8g8wc] {

    position: relative;

    min-height: 100vh;

    display: flex;

    align-items: center;

    padding-top: var(--ttf-header-height);

    overflow: hidden;

    color: var(--ttf-cream);

}



.ttf-hero__background[b-zv12j8g8wc] {

    position: absolute;

    inset: 0;

    background:

        radial-gradient(ellipse at 20% 50%, rgba(184, 149, 106, 0.08) 0%, transparent 50%),

        radial-gradient(ellipse at 80% 20%, rgba(26, 48, 72, 0.6) 0%, transparent 40%),

        linear-gradient(160deg, var(--ttf-navy) 0%, var(--ttf-navy-light) 50%, var(--ttf-navy) 100%);

}



.ttf-hero__background[b-zv12j8g8wc]::before {

    content: '';

    position: absolute;

    inset: 0;

    background-image:

        linear-gradient(rgba(184, 149, 106, 0.03) 1px, transparent 1px),

        linear-gradient(90deg, rgba(184, 149, 106, 0.03) 1px, transparent 1px);

    background-size: 60px 60px;

    opacity: 0.5;

}



.ttf-hero__overlay[b-zv12j8g8wc] {

    position: absolute;

    inset: 0;

    background: linear-gradient(

        to right,

        rgba(15, 31, 46, 0.7) 0%,

        rgba(15, 31, 46, 0.3) 50%,

        transparent 100%

    );

}



.ttf-hero__content[b-zv12j8g8wc] {

    position: relative;

    z-index: 1;

    width: 100%;

}



.ttf-hero__layout[b-zv12j8g8wc] {

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: clamp(2rem, 5vw, 4rem);

}



.ttf-hero__text[b-zv12j8g8wc] {

    max-width: 42rem;

}



.ttf-hero__visual[b-zv12j8g8wc] {

    display: flex;

    justify-content: center;

    align-items: center;

}



.ttf-hero__headline[b-zv12j8g8wc] {

    margin-block: 0.5rem 1rem;

    font-style: italic;

}



.ttf-hero__tagline[b-zv12j8g8wc] {

    font-family: var(--ttf-font-serif);

    font-size: clamp(1.25rem, 2.5vw, 1.75rem);

    font-weight: 400;

    line-height: 1.5;

    color: rgba(247, 244, 239, 0.85);

    margin: 0 0 2.5rem;

}



.ttf-hero__cta[b-zv12j8g8wc] {

    margin-top: 1rem;

}



@media (max-width: 768px) {

    .ttf-hero[b-zv12j8g8wc] {

        min-height: 90vh;

    }



    .ttf-hero__layout[b-zv12j8g8wc] {

        grid-template-columns: 1fr;

    }



    .ttf-hero__visual[b-zv12j8g8wc] {

        order: -1;

        opacity: 0.6;

    }



    .ttf-hero__visual[b-zv12j8g8wc]  .ttf-hero-graphic {

        width: 70%;

    }



    .ttf-hero__text[b-zv12j8g8wc] {

        text-align: center;

        margin-inline: auto;

    }

}

/* /Components/TrusttheFacts/Organisms/TtfLegalPage.razor.rz.scp.css */
.ttf-legal-page__content[b-p8bapr4dft] {
    background-color: var(--ttf-cream);
    padding-top: calc(var(--ttf-header-height) + var(--ttf-section-padding));
}

.ttf-legal-page__inner[b-p8bapr4dft] {
    max-width: 42rem;
}

.ttf-legal-page__title[b-p8bapr4dft] {
    margin-block: 1rem 2rem;
    color: var(--ttf-navy);
}

.ttf-legal-page__body[b-p8bapr4dft] {
    font-family: var(--ttf-font-sans);
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--ttf-charcoal);
}

.ttf-legal-page__body[b-p8bapr4dft]  p {
    margin: 0 0 1.5rem;
}

.ttf-legal-page__body[b-p8bapr4dft]  p:last-child {
    margin-bottom: 0;
}

.ttf-legal-page__body[b-p8bapr4dft]  .ttf-legal-page__contact {
    margin: 2rem 0 0;
    padding: 1.75rem 0 0;
    border-top: 1px solid rgba(184, 149, 106, 0.35);
    font-style: normal;
    line-height: 1.7;
    color: var(--ttf-muted);
}

.ttf-legal-page__body[b-p8bapr4dft]  .ttf-legal-page__contact strong {
    display: block;
    font-weight: 500;
    color: var(--ttf-navy);
    margin-bottom: 0.5rem;
}
/* /Components/TrusttheFacts/Organisms/TtfMission.razor.rz.scp.css */
.ttf-mission[b-u2gn7q6vbw] {
    background-color: var(--ttf-cream);
}

.ttf-mission__intro[b-u2gn7q6vbw] {
    text-align: center;
    max-width: 40rem;
    margin-inline: auto;
    margin-bottom: 3rem;
}

.ttf-mission__title[b-u2gn7q6vbw] {
    margin-block: 1rem;
    color: var(--ttf-navy);
}

.ttf-mission__lead[b-u2gn7q6vbw] {
    font-family: var(--ttf-font-sans);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--ttf-muted);
    margin: 0;
}

.ttf-mission__grid[b-u2gn7q6vbw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 900px) {
    .ttf-mission__grid[b-u2gn7q6vbw] {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 32rem;
        margin-inline: auto;
    }
}
