:root {
    --vigrx-red: #CD0302;
    --vigrx-black: #000000;
    --vigrx-white: #ffffff;
    --vigrx-off-white: #f7f7f7;
    --vigrx-border: #e5e5e5;
    --vigrx-shell: 1320px;
    --vigrx-header-height: 66px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--vigrx-black);
    background: var(--vigrx-white);
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
    top: 32px;
}

.landing-shell {
    width: min(100%, calc(var(--vigrx-shell) + 48px));
    margin-inline: auto;
    padding-inline: 24px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--vigrx-white);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.announcement-bar {
    display: flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 0;
    color: var(--vigrx-white);
    background: var(--vigrx-red);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: nowrap;
}

.announcement-copy {
    display: inline-block;
}

.main-navbar {
    min-height: var(--vigrx-header-height);
    padding: 8px 0;
    background: var(--vigrx-white);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 36px;
    padding: 0;
}

.header-logo {
    display: block;
    width: 112px;
    height: auto;
}

.main-navbar .navbar-toggler {
    padding: 5px 7px;
    border: 1px solid var(--vigrx-border);
    border-radius: 2px;
    box-shadow: none;
}

.main-navbar .navbar-nav {
    gap: 25px;
}

.main-navbar .navbar-nav .menu-item {
    display: flex;
    align-items: center;
}

.main-navbar .nav-link {
    position: relative;
    padding: 14px 0;
    color: var(--vigrx-black);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    white-space: nowrap;
}

.main-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 1px;
    background: var(--vigrx-red);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus,
.main-navbar .current-menu-item > .nav-link {
    color: var(--vigrx-red);
}

.main-navbar .nav-link:hover::after,
.main-navbar .nav-link:focus::after,
.main-navbar .current-menu-item > .nav-link::after {
    transform: scaleX(1);
}

.header-actions {
    gap: 14px;
}

.header-icon-link {
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 28px;
    color: var(--vigrx-black);
    text-decoration: none;
}

.header-icon-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-icon-link:hover,
.header-icon-link:focus {
    color: var(--vigrx-red);
}

.landing-header-cta {
    --bs-btn-color: var(--vigrx-white);
    --bs-btn-bg: var(--vigrx-red);
    --bs-btn-border-color: var(--vigrx-red);
    --bs-btn-hover-color: var(--vigrx-white);
    --bs-btn-hover-bg: var(--vigrx-black);
    --bs-btn-hover-border-color: var(--vigrx-black);
    --bs-btn-active-color: var(--vigrx-white);
    --bs-btn-active-bg: var(--vigrx-black);
    --bs-btn-active-border-color: var(--vigrx-black);
    --bs-btn-focus-shadow-rgb: 205, 3, 2;
    min-width: 188px;
    padding: 11px 20px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.landing-content {
    min-height: 42vh;
    color: var(--vigrx-black);
    background: var(--vigrx-white);
}

.landing-page-entry,
.landing-page-entry .entry-content {
    margin: 0;
}

.landing-page-entry .entry-content > *:first-child {
    margin-top: 0;
}

.site-footer {
    padding: 48px 0 17px;
    color: var(--vigrx-white);
    background: var(--vigrx-red);
}

.footer-main {
    padding: 0 2px 36px;
}

.footer-brand {
    display: inline-flex;
    color: var(--vigrx-white);
    text-decoration: none;
}

.footer-logo {
    display: block;
    width: 112px;
    height: auto;
}

.footer-intro h2 {
    max-width: 360px;
    margin: 0 0 14px;
    color: var(--vigrx-white);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

.footer-intro p {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45;
}

.footer-column h3 {
    margin: 2px 0 13px;
    color: var(--vigrx-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.footer-menu {
    display: block;
    margin: 0;
    padding: 0;
}

.footer-menu .menu-item,
.footer-menu > li {
    display: block;
    margin: 0 0 8px;
    padding: 0;
}

.footer-link {
    display: inline-block;
    padding: 0;
    color: var(--vigrx-white);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.35;
    text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
    color: var(--vigrx-white);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    color: var(--vigrx-white);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer-chat {
    position: absolute;
    right: 0;
    bottom: -2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: var(--vigrx-red);
    background: var(--vigrx-white);
    text-decoration: none;
}

.footer-chat::after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 1px;
    width: 7px;
    height: 7px;
    background: var(--vigrx-white);
    transform: rotate(25deg);
}

.footer-chat span {
    position: relative;
    z-index: 1;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: var(--vigrx-red);
}

@media (max-width: 1199.98px) {
    .main-navbar .navbar-nav {
        gap: 18px;
    }

    .landing-header-cta {
        min-width: 176px;
    }
}

@media (max-width: 991.98px) {
    .main-navbar {
        min-height: 62px;
    }

    .main-navbar .navbar-collapse {
        margin-top: 10px;
        padding: 12px 0 5px;
        border-top: 1px solid var(--vigrx-border);
    }

    .main-navbar .navbar-nav {
        gap: 0;
    }

    .main-navbar .navbar-nav .menu-item {
        display: block;
    }

    .main-navbar .nav-link {
        padding: 11px 0;
        font-size: 0.68rem;
    }

    .main-navbar .nav-link::after {
        display: none;
    }

    .header-actions {
        display: block !important;
        margin-left: 0 !important;
        padding-top: 8px;
    }

    .landing-header-cta {
        width: 100%;
        min-width: 0;
        padding-block: 13px;
    }

    .footer-main {
        padding-bottom: 32px;
    }

    .footer-intro h2 {
        max-width: 470px;
    }

    .footer-intro p {
        max-width: 520px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 575.98px) {
    .landing-shell {
        padding-inline: 18px;
    }

    .announcement-bar {
        min-height: 23px;
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .header-logo {
        width: 104px;
    }

    .site-footer {
        padding-top: 38px;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-bottom {
        padding-right: 42px;
        font-size: 13px;
    }
}

/* --------------------------------------------------------------
   Landing hero
-------------------------------------------------------------- */
.landing-content {
    min-height: 0;
}

.vigrx-hero {
    color: var(--vigrx-white);
    background: var(--vigrx-black);
}

.vigrx-hero-main {
    position: relative;
    overflow: hidden;
    background: var(--vigrx-black);
}

.vigrx-hero-row {
    min-height: 560px;
}

.vigrx-hero-copy-col {
    position: relative;
    z-index: 2;
}

.vigrx-hero-copy {
    max-width: 660px;
    padding: 58px 0 62px 12px;
}

.vigrx-hero-eyebrow {
    margin: 0 0 18px;
    color: var(--vigrx-red);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.vigrx-hero-title {
    max-width: 660px;
    margin: 0 0 20px;
    color: var(--vigrx-white);
    font-size: 64px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.vigrx-hero-title .vigrx-hero-title-accent {
    color: var(--vigrx-red);
}

.vigrx-hero-title-line {
    display: block;
    white-space: nowrap;
}

.vigrx-hero-title-line--accent {
    color: var(--vigrx-red);
}

.vigrx-hero-description {
    max-width: 660px;
    margin: 0 0 18px;
    color: var(--vigrx-white);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.012em;
}

.vigrx-hero-description sup,
.vigrx-hero-benefit sup {
    top: -0.25em;
    font-size: 0.62em;
}

.vigrx-hero-cta {
    --bs-btn-color: var(--vigrx-white);
    --bs-btn-bg: var(--vigrx-red);
    --bs-btn-border-color: var(--vigrx-red);
    --bs-btn-hover-color: var(--vigrx-white);
    --bs-btn-hover-bg: #a90202;
    --bs-btn-hover-border-color: #a90202;
    --bs-btn-active-color: var(--vigrx-white);
    --bs-btn-active-bg: #a90202;
    --bs-btn-active-border-color: #a90202;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 335px;
    min-height: 48px;
    margin-bottom: 31px;
    padding: 13px 28px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vigrx-hero-fineprint {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.42;
}

.vigrx-hero-art-col {
    align-self: stretch;
}

.vigrx-hero-art {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    min-height: 560px;
    padding: 34px 0 34px 38px;
}

.vigrx-hero-art-stage {
    position: relative;
    width: min(100%, 843px);
    margin-left: auto;
    aspect-ratio: 843 / 600;
    background: url("../images/hero-customers.png") center / contain no-repeat;
}

.vigrx-hero-art-stage::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 8%;
    width: 100%;
    height: 100%;
    background: url("../images/hero-prods.png") left top / contain no-repeat;
    pointer-events: none;
}

/* Legacy image classes retained for compatibility with any copied markup. */
.vigrx-hero-customers {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vigrx-hero-product {
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 8%;
    width: 100%;
    height: auto;
}

.vigrx-hero-benefits {
    position: relative;
    z-index: 3;
    background: var(--vigrx-red);
}

.vigrx-hero-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 56px;
}

.vigrx-hero-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 12px 12px;
    color: var(--vigrx-white);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.vigrx-hero-benefit svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1199.98px) {
    .vigrx-hero-row,
    .vigrx-hero-art {
        min-height: 520px;
    }

    .vigrx-hero-copy {
        padding-left: 0;
    }

    .vigrx-hero-art {
        padding-left: 26px;
    }

    .vigrx-hero-benefit {
        gap: 7px;
        padding-inline: 8px;
        font-size: 13px;
        letter-spacing: 0.075em;
    }
}

@media (max-width: 991.98px) {
    .vigrx-hero-title-line {
        white-space: normal;
    }

    .vigrx-hero-row {
        min-height: 0;
    }

    .vigrx-hero-copy {
        max-width: 690px;
        padding: 52px 0 28px;
    }

    .vigrx-hero-title {
        max-width: 690px;
        font-size: 54px;
    }

    .vigrx-hero-description {
        max-width: 640px;
        font-size: 22px;
    }

    .vigrx-hero-art {
        min-height: 0;
        padding: 0 0 38px;
    }

    .vigrx-hero-art-stage {
        width: min(100%, 843px);
        margin-inline: auto;
    }

    .vigrx-hero-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 6px 0;
    }

    .vigrx-hero-benefit {
        min-height: 48px;
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-hero-copy {
        padding: 38px 0 24px;
    }

    .vigrx-hero-eyebrow {
        margin-bottom: 14px;
        font-size: 10px;
        letter-spacing: 0.09em;
    }

    .vigrx-hero-title {
        margin-bottom: 17px;
        font-size: clamp(36px, 10.5vw, 44px);
        line-height: 0.99;
        letter-spacing: -0.045em;
    }

    .vigrx-hero-description {
        margin-bottom: 17px;
        font-size: 17px;
        line-height: 1.45;
    }

    .vigrx-hero-cta {
        width: 100%;
        min-width: 0;
        min-height: 47px;
        margin-bottom: 24px;
        padding-inline: 16px;
        font-size: 11px;
    }

    .vigrx-hero-fineprint {
        font-size: 12px;
        line-height: 1.45;
    }

    .vigrx-hero-art {
        padding-bottom: 28px;
    }

    .vigrx-hero-benefits-grid {
        gap: 0;
        padding: 8px 0;
    }

    .vigrx-hero-benefit {
        justify-content: flex-start;
        min-height: 44px;
        padding: 8px 7px;
        font-size: 9.5px;
        letter-spacing: 0.055em;
        text-align: left;
        white-space: normal;
    }

    .vigrx-hero-benefit svg {
        width: 16px;
        height: 16px;
    }
}

/* --------------------------------------------------------------
   Introduction / clinical proof section
-------------------------------------------------------------- */
.vigrx-intro {
    padding: 52px 0 58px;
    color: var(--vigrx-black);
    background: var(--vigrx-white);
}

.vigrx-intro-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.vigrx-intro-eyebrow {
    margin: 0 0 8px;
    color: var(--vigrx-red);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.vigrx-intro-title {
    margin: 0;
    color: var(--vigrx-black);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.015em;
}

.vigrx-intro-eyebrow sup,
.vigrx-intro-title sup {
    top: -0.28em;
    font-size: 0.62em;
}

.vigrx-intro-study-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(410px, 1.20fr) minmax(220px, 0.56fr) minmax(410px, 1.14fr);
    column-gap: 24px;
    align-items: center;
    max-width: 1320px;
    min-height: 206px;
    margin: 0 auto;
    padding: 22px 34px 22px 28px;
    border: 1px solid #dedede;
    border-radius: 14px;
    background: var(--vigrx-white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.17);
}

.vigrx-intro-product-wrap {
    position: relative;
    align-self: stretch;
    min-height: 160px;
}

.vigrx-intro-product-image {
    position: absolute;
    left: -14px;
    top: 50%;
    width: min(110%, 440px);
    aspect-ratio: 1102 / 842;
    background: url("../images/vigrx-plus-package.png") center / contain no-repeat;
    transform: translateY(-50%) scale(1.18);
    transform-origin: center left;
}

.vigrx-intro-stat {
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: center;
}

.vigrx-intro-stat-value {
    display: block;
    margin-bottom: 4px;
    color: var(--vigrx-red);
    font-size: 64px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
    white-space: nowrap;
}

.vigrx-intro-stat-label {
    display: block;
    color: var(--vigrx-black);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.vigrx-intro-study-copy {
    padding: 0 52px 0 24px;
}

.vigrx-intro-study-copy p {
    margin: 0 0 11px;
    color: var(--vigrx-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.34;
}

.vigrx-intro-study-copy p:last-child {
    margin-bottom: 0;
}

.vigrx-intro-study-copy sup {
    top: -0.25em;
    font-size: 0.65em;
}

.vigrx-intro-source {
    font-size: 20px !important;
}

.vigrx-intro-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    max-width: 1120px;
    margin: 48px auto 0;
}

.vigrx-intro-benefit {
    min-width: 0;
    text-align: center;
}

.vigrx-intro-benefit-icon {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vigrx-intro-benefit-icon--clinical {
    background-image: url("../images/intro-icon-clinical.png");
}

.vigrx-intro-benefit-icon--natural {
    background-image: url("../images/intro-icon-natural.png");
}

.vigrx-intro-benefit-icon--guarantee {
    background-image: url("../images/intro-icon-guarantee.png");
}

.vigrx-intro-benefit-icon--no-rx {
    background-image: url("../images/intro-icon-no-rx.png");
}

.vigrx-intro-benefit p {
    max-width: 235px;
    margin: 0 auto;
    color: var(--vigrx-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 1199.98px) {
    .vigrx-intro-study-card {
        grid-template-columns: minmax(300px, 1fr) minmax(150px, 0.46fr) minmax(330px, 1fr);
        padding-inline: 22px;
    }

    .vigrx-intro-stat-value {
        font-size: 64px;
    }

    .vigrx-intro-study-copy {
        padding: 0 28px 0 15px;
    }

    .vigrx-intro-study-copy p {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .vigrx-intro-stat-label {
        white-space: normal;
    }

    .vigrx-intro {
        padding: 46px 0 50px;
    }

    .vigrx-intro-heading {
        margin-bottom: 36px;
    }

    .vigrx-intro-study-card {
        grid-template-columns: minmax(280px, 1fr) minmax(150px, 0.55fr);
        gap: 8px 22px;
        padding: 26px;
    }

    .vigrx-intro-product-wrap {
        min-height: 205px;
    }

    .vigrx-intro-study-copy {
        grid-column: 1 / -1;
        padding: 12px 10px 2px;
        text-align: center;
    }

    .vigrx-intro-study-copy p {
        max-width: 720px;
        margin-inline: auto;
    }

    .vigrx-intro-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 28px;
        margin-top: 42px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-intro {
        padding: 38px 0 42px;
    }

    .vigrx-intro-heading {
        margin-bottom: 28px;
    }

    .vigrx-intro-eyebrow {
        font-size: 16px;
    }

    .vigrx-intro-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .vigrx-intro-study-card {
        display: block;
        min-height: 0;
        padding: 22px 18px 24px;
        border-radius: 12px;
    }

    .vigrx-intro-product-wrap {
        min-height: 230px;
        margin-bottom: 12px;
    }

    .vigrx-intro-product-image {
        left: 50%;
        width: min(112%, 390px);
        transform: translate(-50%, -50%);
        transform-origin: center;
    }

    .vigrx-intro-stat {
        margin-bottom: 22px;
    }

    .vigrx-intro-stat-value {
        font-size: 44px;
    }

    .vigrx-intro-study-copy {
        padding: 0;
        text-align: left;
    }

    .vigrx-intro-study-copy p,
    .vigrx-intro-source {
        font-size: 13px !important;
        line-height: 1.42;
    }

    .vigrx-intro-benefits {
        gap: 32px 18px;
        margin-top: 38px;
    }

    .vigrx-intro-benefit-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }

    .vigrx-intro-benefit p {
        font-size: 13px;
        line-height: 1.35;
    }
}

/* --------------------------------------------------------------
   Ingredients strip
-------------------------------------------------------------- */
.vigrx-ingredients {
    padding: 34px 0 52px;
    color: var(--vigrx-black);
    background: var(--vigrx-white);
}

.vigrx-ingredients-title {
    margin: 0 0 28px;
    color: var(--vigrx-black);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.018em;
}

.vigrx-ingredients-title sup {
    top: -0.28em;
    font-size: 0.6em;
}

.vigrx-ingredients-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
}

.vigrx-ingredient-card {
    position: relative;
    min-width: 0;
    height: 300px;
    overflow: hidden;
    background-color: #1c311d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vigrx-ingredient-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.06) 43%, rgba(0, 0, 0, 0) 68%);
    pointer-events: none;
}

.vigrx-ingredient-card--ginkgo {
    background-image: url("../images/ingredient-ginkgo.webp");
    background-position: center center;
}

.vigrx-ingredient-card--saw-palmetto {
    background-image: url("../images/ingredient-saw-palmetto.webp");
    background-position: center 44%;
}

.vigrx-ingredient-card--epimedium {
    background-image: url("../images/ingredient-epimedium.webp");
    background-position: center center;
}

.vigrx-ingredient-card--ginseng {
    background-image: url("../images/ingredient-red-ginseng.webp");
    background-position: center center;
}

.vigrx-ingredient-card--damiana {
    background-image: url("../images/ingredient-damiana.webp");
    background-position: center center;
}

.vigrx-ingredient-name {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 18px;
    right: 14px;
    color: var(--vigrx-white);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}

.vigrx-ingredients-cta-wrap {
    display: flex;
    justify-content: center;
    padding-top: 48px;
}

.vigrx-ingredients-cta {
    --bs-btn-color: var(--vigrx-white);
    --bs-btn-bg: var(--vigrx-red);
    --bs-btn-border-color: var(--vigrx-red);
    --bs-btn-hover-color: var(--vigrx-white);
    --bs-btn-hover-bg: #a90202;
    --bs-btn-hover-border-color: #a90202;
    --bs-btn-active-color: var(--vigrx-white);
    --bs-btn-active-bg: #a90202;
    --bs-btn-active-border-color: #a90202;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    min-height: 50px;
    padding: 13px 28px;
    border-radius: 0;
    box-shadow: 0 8px 18px rgba(205, 3, 2, 0.28);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .vigrx-ingredients {
        padding: 42px 0 48px;
    }

    .vigrx-ingredients-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vigrx-ingredient-card {
        height: 260px;
    }

    .vigrx-ingredients-cta-wrap {
        padding-top: 38px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-ingredients {
        padding: 34px 0 42px;
    }

    .vigrx-ingredients-title {
        margin-bottom: 22px;
        font-size: 22px;
    }

    .vigrx-ingredients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .vigrx-ingredient-card {
        height: 210px;
    }

    .vigrx-ingredient-card:last-child {
        grid-column: 1 / -1;
    }

    .vigrx-ingredient-name {
        top: 14px;
        left: 14px;
        right: 10px;
        font-size: 13px;
    }

    .vigrx-ingredients-cta-wrap {
        padding-top: 30px;
    }

    .vigrx-ingredients-cta {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding-inline: 16px;
        font-size: 11px;
    }
}

/* --------------------------------------------------------------
   How it works + how to take
-------------------------------------------------------------- */
.vigrx-how-it-works {
    position: relative;
    overflow: hidden;
    padding: 54px 0 72px;
    color: var(--vigrx-white);
    background:
        radial-gradient(circle at 51% 29%, rgba(205, 3, 2, 0.22) 0%, rgba(205, 3, 2, 0.08) 20%, rgba(205, 3, 2, 0) 42%),
        var(--vigrx-black);
}

.vigrx-how-heading,
.vigrx-take-heading {
    text-align: center;
}

.vigrx-how-heading {
    margin-bottom: 36px;
}

.vigrx-how-eyebrow,
.vigrx-take-eyebrow {
    margin: 0 0 8px;
    color: var(--vigrx-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vigrx-how-title {
    margin: 0;
    color: var(--vigrx-white);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.vigrx-how-title sup,
.vigrx-take-title sup,
.vigrx-how-item sup,
.vigrx-take-step sup {
    top: -0.35em;
    font-size: 0.55em;
}

.vigrx-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.vigrx-how-item {
    min-width: 0;
    text-align: center;
}

.vigrx-how-image {
    width: 100%;
    aspect-ratio: 870 / 538;
    margin-bottom: 17px;
    overflow: hidden;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vigrx-how-image--energy {
    background-image: url("../images/how-daily-energy.webp");
}

.vigrx-how-image--endurance {
    background-image: url("../images/how-physical-endurance.webp");
}

.vigrx-how-image--absorption {
    background-image: url("../images/how-blood-vessels.webp");
}

.vigrx-how-item h3 {
    margin: 0 0 9px;
    color: var(--vigrx-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vigrx-how-item p {
    max-width: 390px;
    margin: 0 auto;
    color: var(--vigrx-white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42;
}

.vigrx-take-card {
    position: relative;
    z-index: 1;
    margin-top: 74px;
    padding: 40px 52px 32px;
    color: var(--vigrx-black);
    background: var(--vigrx-white);
    border-radius: 20px;
}

.vigrx-take-heading {
    margin-bottom: 28px;
}

.vigrx-take-eyebrow {
    margin-bottom: 7px;
}

.vigrx-take-title {
    margin: 0;
    color: var(--vigrx-black);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.vigrx-take-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px;
    max-width: 1120px;
    margin: 0 auto;
}

.vigrx-take-step {
    min-width: 0;
    text-align: center;
}

.vigrx-take-image {
    width: min(100%, 238px);
    aspect-ratio: 1;
    margin: 0 auto 16px;
    overflow: hidden;
    border-radius: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vigrx-take-image--one {
    background-image: url("../images/how-step-1.webp");
}

.vigrx-take-image--two {
    background-image: url("../images/how-step-2.webp");
}

.vigrx-take-image--three {
    background-image: url("../images/how-step-3.webp");
}

.vigrx-take-step h3 {
    margin: 0 0 9px;
    color: var(--vigrx-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vigrx-take-step p {
    max-width: 300px;
    margin: 0 auto;
    color: var(--vigrx-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42;
}

.vigrx-take-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    min-height: 78px;
    margin-top: 38px;
    overflow: hidden;
    border-radius: 11px;
    background: linear-gradient(180deg, #df0706 0%, #b20302 42%, #2a0000 76%, #000000 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vigrx-take-attribute {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 0;
    padding: 15px 20px;
    color: var(--vigrx-white);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-align: left;
    text-transform: uppercase;
}

.vigrx-take-attribute-icon {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .vigrx-how-it-works {
        padding: 48px 0 60px;
    }

    .vigrx-how-title {
        font-size: 30px;
    }

    .vigrx-how-grid {
        gap: 18px;
    }

    .vigrx-how-item p {
        font-size: 12px;
    }

    .vigrx-take-card {
        margin-top: 58px;
        padding: 36px 30px 28px;
    }

    .vigrx-take-grid {
        gap: 28px;
    }

    .vigrx-take-title {
        font-size: 28px;
    }

    .vigrx-take-strip {
        margin-top: 32px;
    }

    .vigrx-take-attribute {
        gap: 9px;
        padding-inline: 12px;
        font-size: 10px;
    }
}

@media (max-width: 767.98px) {
    .vigrx-how-heading {
        margin-bottom: 28px;
    }

    .vigrx-how-title {
        font-size: 26px;
    }

    .vigrx-how-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .vigrx-how-item {
        max-width: 540px;
        margin-inline: auto;
    }

    .vigrx-how-item p {
        font-size: 13px;
    }

    .vigrx-take-card {
        margin-top: 48px;
        padding: 32px 22px 22px;
        border-radius: 16px;
    }

    .vigrx-take-heading {
        margin-bottom: 24px;
    }

    .vigrx-take-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .vigrx-take-step {
        max-width: 390px;
        margin-inline: auto;
    }

    .vigrx-take-strip {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .vigrx-take-attribute {
        justify-content: flex-start;
        min-height: 62px;
        padding: 13px 22px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-how-it-works {
        padding: 40px 0 48px;
    }

    .vigrx-how-eyebrow,
    .vigrx-take-eyebrow {
        font-size: 10px;
    }

    .vigrx-how-title {
        font-size: 23px;
    }

    .vigrx-how-item h3 {
        font-size: 12px;
    }

    .vigrx-take-card {
        padding-inline: 16px;
    }

    .vigrx-take-title {
        font-size: 24px;
    }

    .vigrx-take-image {
        width: min(100%, 260px);
    }
}

/* Complete routine / three products */
.vigrx-routine {
    padding: 72px 0 64px;
    color: var(--vigrx-black);
    background: var(--vigrx-white);
}

.vigrx-routine-heading {
    margin-bottom: 48px;
    text-align: center;
}

.vigrx-routine-title {
    margin: 0;
    color: var(--vigrx-black);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -0.025em;
}

.vigrx-routine-title span {
    color: var(--vigrx-red);
}

.vigrx-routine-intro {
    margin: 24px 0 0;
    color: var(--vigrx-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.vigrx-routine-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
}

.vigrx-routine-product {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.vigrx-routine-image {
    width: 100%;
    height: 280px;
    margin: 0 auto 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vigrx-routine-image--plus {
    background-image: url("../images/routine-vigrx-plus.webp");
    background-size: min(92%, 355px) auto;
}

.vigrx-routine-image--tongkat {
    background-image: url("../images/routine-tongkat-ali.webp");
    background-size: auto 270px;
}

.vigrx-routine-image--nitric {
    background-image: url("../images/routine-nitric-oxide.webp");
    background-size: auto 270px;
}

.vigrx-routine-copy h3 {
    margin: 0 0 2px;
    color: var(--vigrx-black);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.vigrx-routine-subtitle {
    margin: 0 0 12px;
    color: var(--vigrx-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.vigrx-routine-copy > p:not(.vigrx-routine-subtitle) {
    margin: 0 0 24px;
    color: var(--vigrx-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.vigrx-routine-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vigrx-routine-copy li {
    position: relative;
    margin: 0;
    padding-left: 12px;
    color: var(--vigrx-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

.vigrx-routine-copy li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.vigrx-routine-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin-top: 64px;
    padding: 14px 24px;
    border: 2px solid var(--vigrx-black);
    color: var(--vigrx-black);
    background: var(--vigrx-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.vigrx-routine-cta:hover,
.vigrx-routine-cta:focus {
    border-color: var(--vigrx-red);
    color: var(--vigrx-white);
    background: var(--vigrx-red);
}

@media (max-width: 991.98px) {
    .vigrx-routine {
        padding: 60px 0 56px;
    }

    .vigrx-routine-title {
        font-size: 40px;
    }

    .vigrx-routine-intro {
        font-size: 18px;
    }

    .vigrx-routine-grid {
        gap: 28px;
    }

    .vigrx-routine-image {
        height: 235px;
    }

    .vigrx-routine-image--tongkat,
    .vigrx-routine-image--nitric {
        background-size: auto 225px;
    }

    .vigrx-routine-copy h3 {
        font-size: 24px;
    }

    .vigrx-routine-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .vigrx-routine-heading {
        margin-bottom: 38px;
    }

    .vigrx-routine-title {
        font-size: 34px;
    }

    .vigrx-routine-intro {
        margin-top: 18px;
        font-size: 17px;
    }

    .vigrx-routine-grid {
        grid-template-columns: 1fr;
        gap: 52px;
        max-width: 560px;
        margin-inline: auto;
    }

    .vigrx-routine-image {
        height: 280px;
        margin-bottom: 22px;
    }

    .vigrx-routine-image--plus {
        background-size: min(92%, 370px) auto;
    }

    .vigrx-routine-image--tongkat,
    .vigrx-routine-image--nitric {
        background-size: auto 270px;
    }

    .vigrx-routine-copy h3 {
        font-size: 28px;
    }

    .vigrx-routine-subtitle {
        font-size: 20px;
    }

    .vigrx-routine-cta {
        margin-top: 48px;
        font-size: 17px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-routine {
        padding: 48px 0;
    }

    .vigrx-routine-title {
        font-size: 30px;
    }

    .vigrx-routine-intro {
        font-size: 16px;
    }

    .vigrx-routine-image {
        height: 240px;
    }

    .vigrx-routine-image--tongkat,
    .vigrx-routine-image--nitric {
        background-size: auto 232px;
    }

    .vigrx-routine-copy h3 {
        font-size: 25px;
    }

    .vigrx-routine-subtitle {
        font-size: 18px;
    }

    .vigrx-routine-copy > p:not(.vigrx-routine-subtitle),
    .vigrx-routine-copy li {
        font-size: 15px;
    }

    .vigrx-routine-cta {
        min-height: 54px;
        padding-inline: 14px;
        font-size: 15px;
        letter-spacing: 0.05em;
    }
}

/* --------------------------------------------------------------
   What VigRX Plus Delivers
   -------------------------------------------------------------- */
.vigrx-delivers {
    padding: 82px 0 92px;
    background: var(--vigrx-white);
}

.vigrx-delivers-title {
    margin: 0 0 54px;
    color: var(--vigrx-black);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.vigrx-delivers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.vigrx-delivers-card {
    position: relative;
    min-width: 0;
    aspect-ratio: 315 / 400;
    overflow: hidden;
    background: var(--vigrx-black);
}

.vigrx-delivers-image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 240ms ease;
}

.vigrx-delivers-card--energy .vigrx-delivers-image {
    background-image: url("../images/delivers-daily-energy.webp");
}

.vigrx-delivers-card--satisfaction .vigrx-delivers-image {
    background-image: url("../images/delivers-increased-satisfaction.webp");
}

.vigrx-delivers-card--endurance .vigrx-delivers-image {
    background-image: url("../images/delivers-physical-endurance.webp");
}

.vigrx-delivers-card--drive .vigrx-delivers-image {
    background-image: url("../images/delivers-elevated-drive.webp");
}

.vigrx-delivers-label {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 28px;
    margin: 0;
    color: var(--vigrx-white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.01em;
}

@media (hover: hover) and (pointer: fine) {
    .vigrx-delivers-card:hover .vigrx-delivers-image {
        transform: scale(1.025);
    }
}

@media (max-width: 991.98px) {
    .vigrx-delivers {
        padding: 64px 0 70px;
    }

    .vigrx-delivers-title {
        margin-bottom: 38px;
        font-size: 40px;
    }

    .vigrx-delivers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-delivers {
        padding: 48px 0 54px;
    }

    .vigrx-delivers-title {
        margin-bottom: 30px;
        font-size: 34px;
    }

    .vigrx-delivers-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .vigrx-delivers-label {
        left: 16px;
        bottom: 16px;
        font-size: 16px;
    }
}

/* --------------------------------------------------------------
   Testimonials carousel
-------------------------------------------------------------- */
.vigrx-testimonials {
    padding: 38px 0 46px;
    color: var(--vigrx-white);
    background: var(--vigrx-black);
    border-top: 4px solid rgba(255, 255, 255, 0.82);
    border-bottom: 4px solid rgba(255, 255, 255, 0.82);
}

.vigrx-testimonials-wrap {
    position: relative;
    text-align: center;
}

.vigrx-testimonials-title {
    margin: 0 0 28px;
    color: var(--vigrx-red);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.vigrx-testimonials-carousel {
    position: relative;
    padding: 0 68px 42px;
}

.vigrx-testimonial-slide {
    position: relative;
    max-width: 1100px;
    min-height: 240px;
    margin: 0 auto;
    padding: 2px 56px 8px;
}


.vigrx-testimonial-stars {
    margin-bottom: 22px;
    color: var(--vigrx-red);
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.14em;
}

.vigrx-testimonial-quote {
    max-width: 1040px;
    margin: 0 auto 20px;
    color: var(--vigrx-white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}

.vigrx-testimonial-quote sup {
    top: -0.25em;
    font-size: 0.62em;
}

.vigrx-testimonial-author {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vigrx-testimonial-control {
    top: 50%;
    bottom: auto;
    width: 44px;
    height: 44px;
    opacity: 1;
    transform: translateY(-50%);
}

.vigrx-testimonial-control-prev {
    left: 0;
}

.vigrx-testimonial-control-next {
    right: 0;
}

.vigrx-testimonial-arrow {
    color: var(--vigrx-red);
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.vigrx-testimonial-control:hover .vigrx-testimonial-arrow,
.vigrx-testimonial-control:focus .vigrx-testimonial-arrow {
    color: var(--vigrx-white);
}

.vigrx-testimonial-indicators {
    position: static;
    gap: 7px;
    margin: 10px 0 0;
}

.vigrx-testimonial-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    opacity: 0.6;
    background: var(--vigrx-white);
}

.vigrx-testimonial-indicators .active {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .vigrx-testimonials {
        padding: 34px 0 40px;
    }

    .vigrx-testimonials-title {
        font-size: 40px;
    }

    .vigrx-testimonials-carousel {
        padding-inline: 52px;
    }

    .vigrx-testimonial-slide {
        min-height: 220px;
        padding-inline: 18px;
    }

    .vigrx-testimonial-quote {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-testimonials {
        padding: 28px 0 34px;
    }

    .vigrx-testimonials-title {
        margin-bottom: 22px;
        font-size: 28px;
    }

    .vigrx-testimonials-carousel {
        padding: 0 32px 34px;
    }

    .vigrx-testimonial-slide {
        min-height: 0;
        padding: 0;
    }

    .vigrx-testimonial-stars {
        margin-bottom: 16px;
        font-size: 26px;
        letter-spacing: 0.08em;
    }

    .vigrx-testimonial-quote {
        margin-bottom: 16px;
        font-size: 17px;
        line-height: 1.4;
    }

    .vigrx-testimonial-author {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .vigrx-testimonial-control {
        width: 28px;
        height: 28px;
    }

    .vigrx-testimonial-arrow {
        font-size: 28px;
    }
}

/* --------------------------------------------------------------
   FAQ
-------------------------------------------------------------- */
.vigrx-faqs {
    padding: 72px 0 86px;
    color: var(--vigrx-black);
    background: var(--vigrx-white);
}

.vigrx-faqs-inner {
    width: min(100%, 1080px);
    margin-inline: auto;
}

.vigrx-faqs-title {
    margin: 0 0 38px;
    color: var(--vigrx-red);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    text-align: center;
}

.vigrx-faq-accordion {
    --bs-accordion-color: var(--vigrx-black);
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: #8f8f8f;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-color: var(--vigrx-black);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-active-color: var(--vigrx-black);
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
}

.vigrx-faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #8f8f8f;
    background: transparent;
}

.vigrx-faq-accordion .accordion-button {
    padding: 19px 42px 19px 0;
    color: var(--vigrx-black);
    background: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.vigrx-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--vigrx-black);
    background: transparent;
    box-shadow: none;
}

.vigrx-faq-accordion .accordion-button::after {
    width: 14px;
    height: 14px;
    margin-left: auto;
    background-image: none;
    border-right: 2px solid var(--vigrx-black);
    border-bottom: 2px solid var(--vigrx-black);
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.vigrx-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(225deg);
}

.vigrx-faq-accordion .accordion-body {
    padding: 0 44px 20px 0;
}

.vigrx-faq-accordion .accordion-body p {
    margin: 0 0 12px;
    color: var(--vigrx-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.vigrx-faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.vigrx-faq-accordion .accordion-body a {
    color: var(--vigrx-red);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vigrx-faq-accordion .accordion-body a:hover,
.vigrx-faq-accordion .accordion-body a:focus {
    color: var(--vigrx-black);
}

@media (max-width: 767.98px) {
    .vigrx-faqs {
        padding: 52px 0 62px;
    }

    .vigrx-faqs-title {
        margin-bottom: 28px;
        font-size: 38px;
    }

    .vigrx-faq-accordion .accordion-button {
        padding: 17px 34px 17px 0;
        font-size: 18px;
    }

    .vigrx-faq-accordion .accordion-body {
        padding-right: 12px;
    }
}

@media (max-width: 575.98px) {
    .vigrx-faqs {
        padding: 42px 0 50px;
    }

    .vigrx-faqs-title {
        font-size: 32px;
    }

    .vigrx-faq-accordion .accordion-button {
        font-size: 17px;
    }

    .vigrx-faq-accordion .accordion-body p {
        font-size: 15px;
    }
}
