/* RESET AND BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body.lorviroxSoftCardioRise_BodyMain {
    background-color: #050607;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

/* HEADER STYLE */
.lorviroxSoftCardioRise_HeaderTop {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(5, 6, 7, 0.95);
    border-bottom: 2px solid #5AF3FF;
    box-shadow: 0 5px 15px rgba(90, 243, 255, 0.2);
}

.lorviroxSoftCardioRise_HeaderContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lorviroxSoftCardioRise_LogoText {
    font-size: 1.5rem;
    font-weight: 800;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px #5AF3FF;
}

.lorviroxSoftCardioRise_MainNav {
    display: flex;
}

.lorviroxSoftCardioRise_NavList {
    display: flex;
    gap: 1.5rem;
}

.lorviroxSoftCardioRise_NavLink {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
}

.lorviroxSoftCardioRise_NavLink:hover {
    color: #5AF3FF;
    text-shadow: 0 0 8px #5AF3FF;
}

/* BURGER MENU */
.lorviroxSoftCardioRise_NavToggle {
    display: none;
}

.lorviroxSoftCardioRise_Burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.lorviroxSoftCardioRise_Burger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #5AF3FF;
    transition: 0.3s;
}

/* HERO SECTION */
.lorviroxSoftCardioRise_HeroSection {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.lorviroxSoftCardioRise_QuickLinks {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.lorviroxSoftCardioRise_QuickBtn {
    padding: 0.5rem 1.2rem;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    border-radius: 4px;
    font-size: 0.85rem;
}

.lorviroxSoftCardioRise_QuickBtn:hover {
    background-color: #5AF3FF;
    color: #000;
    box-shadow: 0 0 15px #5AF3FF;
}

.lorviroxSoftCardioRise_SectionGrid {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-top: 2rem;
}

.lorviroxSoftCardioRise_HeroImageCol, .lorviroxSoftCardioRise_HeroContentCol {
    flex: 1;
}

.lorviroxSoftCardioRise_MainImg {
    width: 100%;
    height: auto;
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.3);
    border-radius: 8px;
    object-fit: cover;
}

.lorviroxSoftCardioRise_H1Title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.lorviroxSoftCardioRise_SubTitle {
    font-size: 1.2rem;
    color: #5AF3FF;
    margin-bottom: 2rem;
    font-weight: 600;
}

.lorviroxSoftCardioRise_TextDesc {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: #cccccc;
    text-align: justify;
}

.lorviroxSoftCardioRise_MainBtn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #5AF3FF;
    color: #050607;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(90, 243, 255, 0.5);
}

.lorviroxSoftCardioRise_MainBtn:hover {
    box-shadow: 0 0 25px #5AF3FF;
    transform: translateY(-2px);
}

/* PRICE SECTION */
.lorviroxSoftCardioRise_PriceSection {
    background-color: #0a0c0e;
    padding: 6rem 2rem;
}

.lorviroxSoftCardioRise_H2Title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #5AF3FF;
}

.lorviroxSoftCardioRise_QuickLinksCenter {
    text-align: center;
    margin-bottom: 4rem;
    color: #666;
}

.lorviroxSoftCardioRise_LinkText {
    color: #5AF3FF;
}

.lorviroxSoftCardioRise_CardContainer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.lorviroxSoftCardioRise_PriceCard {
    background: #050607;
    border: 1px solid #1a1d21;
    padding: 2.5rem;
    border-radius: 12px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
}

.lorviroxSoftCardioRise_PriceCard:hover {
    border-color: #5AF3FF;
    box-shadow: 0 0 20px rgba(90, 243, 255, 0.1);
}

.lorviroxSoftCardioRise_FeaturedCard {
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 25px rgba(90, 243, 255, 0.2);
    transform: scale(1.05);
}

.lorviroxSoftCardioRise_CardHeader h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.lorviroxSoftCardioRise_PriceVal {
    font-size: 2rem;
    color: #5AF3FF;
    font-weight: 800;
    margin-bottom: 2rem;
}

.lorviroxSoftCardioRise_CardList {
    margin-bottom: 2.5rem;
    flex-grow: 1;
}

.lorviroxSoftCardioRise_CardList li {
    margin-bottom: 0.8rem;
    color: #aaaaaa;
    position: relative;
    padding-left: 1.5rem;
}

.lorviroxSoftCardioRise_CardList li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #5AF3FF;
}

.lorviroxSoftCardioRise_CardBtn {
    padding: 0.8rem;
    text-align: center;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    border-radius: 4px;
    font-weight: 600;
}

.lorviroxSoftCardioRise_CardBtn:hover {
    background: #5AF3FF;
    color: #000;
}

/* TARGET SECTION */
.lorviroxSoftCardioRise_TargetSection {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.lorviroxSoftCardioRise_IntroText {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    color: #bbb;
    font-size: 1.1rem;
}

.lorviroxSoftCardioRise_TargetGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.lorviroxSoftCardioRise_TargetItem {
    flex: 1 1 45%;
    background: rgba(90, 243, 255, 0.05);
    padding: 2rem;
    border-left: 4px solid #5AF3FF;
    position: relative;
    overflow: hidden;
}

.lorviroxSoftCardioRise_Marker {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    background: #5AF3FF;
    transform: rotate(45deg);
    opacity: 0.2;
}

.lorviroxSoftCardioRise_Discount {
    display: inline-block;
    margin-top: 1rem;
    color: #5AF3FF;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.lorviroxSoftCardioRise_NeonLineDecor {
    height: 2px;
    background: linear-gradient(90deg, transparent, #5AF3FF, transparent);
    margin: 2rem 0;
}

/* BENEFITS SECTION */
.lorviroxSoftCardioRise_BenefitsSection {
    padding: 6rem 2rem;
    background-color: #080a0c;
}

.lorviroxSoftCardioRise_IconList li {
    margin-bottom: 1.5rem;
    color: #ccc;
}

.lorviroxSoftCardioRise_IconList li strong {
    color: #5AF3FF;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

/* EXPERT SECTION */
.lorviroxSoftCardioRise_ExpertSection {
    padding: 6rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.lorviroxSoftCardioRise_QuoteBox {
    background: #0a0c0e;
    padding: 4rem;
    border-radius: 20px;
    position: relative;
    border: 1px solid #1a1d21;
}

.lorviroxSoftCardioRise_MainQuote {
    font-size: 1.8rem;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 2rem;
}

.lorviroxSoftCardioRise_QuoteAuthor {
    color: #5AF3FF;
    font-weight: bold;
    font-size: 1.1rem;
}

.lorviroxSoftCardioRise_ExpertListWrap {
    margin-top: 3rem;
}

.lorviroxSoftCardioRise_ExpertDetails {
    background: #111;
    border: 1px solid #222;
    border-radius: 8px;
    text-align: left;
}

.lorviroxSoftCardioRise_ExpertSummary {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: bold;
    color: #5AF3FF;
    outline: none;
}

.lorviroxSoftCardioRise_ExpertContent {
    padding: 0 1.5rem 1.5rem;
}

.lorviroxSoftCardioRise_ExpertContent ul li {
    margin-bottom: 1rem;
    color: #999;
}

/* FAQ SECTION */
.lorviroxSoftCardioRise_FaqSection {
    padding: 6rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.lorviroxSoftCardioRise_FaqContainer {
    margin-top: 3rem;
}

.lorviroxSoftCardioRise_FaqItem {
    margin-bottom: 1rem;
    border-bottom: 1px solid #1a1d21;
}

.lorviroxSoftCardioRise_FaqSummary {
    padding: 1.5rem 0;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: #5AF3FF;
    list-style: none;
    position: relative;
}

.lorviroxSoftCardioRise_FaqSummary::after {
    content: "+";
    position: absolute;
    right: 10px;
}

.lorviroxSoftCardioRise_FaqText {
    padding: 0 0 1.5rem;
    color: #bbb;
}

/* BIG TEXT SECTIONS */
.lorviroxSoftCardioRise_BigTextSection {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.lorviroxSoftCardioRise_BgAlt {
    background-color: #0a0c0e;
    max-width: 100%;
    padding: 6rem calc(50vw - 600px);
}

.lorviroxSoftCardioRise_SimpleList {
    margin: 2rem 0;
    padding-left: 2rem;
}

.lorviroxSoftCardioRise_SimpleList li {
    margin-bottom: 1rem;
    color: #aaa;
    list-style: square;
}

.lorviroxSoftCardioRise_InfoBox {
    background: #050607;
    border: 1px solid #5AF3FF;
    padding: 2.5rem;
    margin: 3rem 0;
    border-radius: 8px;
}

.lorviroxSoftCardioRise_InfoBox h3 {
    margin-bottom: 1.5rem;
    color: #5AF3FF;
}

/* FORM SECTION */
.lorviroxSoftCardioRise_FormSection {
    padding: 6rem 2rem;
    background: #050607;
}

.lorviroxSoftCardioRise_FormContainer {
    max-width: 700px;
    margin: 0 auto;
    background: #0a0c0e;
    padding: 4rem;
    border-radius: 12px;
    border: 1px solid #1a1d21;
}

.lorviroxSoftCardioRise_ContactForm {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lorviroxSoftCardioRise_InputGroup {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lorviroxSoftCardioRise_InputGroup label {
    font-weight: 600;
    color: #999;
}

.lorviroxSoftCardioRise_Input, .lorviroxSoftCardioRise_TextArea {
    background: #050607;
    border: 1px solid #222;
    padding: 1rem;
    color: #fff;
    border-radius: 4px;
    outline: none;
    transition: 0.3s;
}

.lorviroxSoftCardioRise_Input:focus, .lorviroxSoftCardioRise_TextArea:focus {
    border-color: #5AF3FF;
    box-shadow: 0 0 10px rgba(90, 243, 255, 0.2);
}

.lorviroxSoftCardioRise_CheckboxGroup {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
    color: #777;
}

.lorviroxSoftCardioRise_CheckboxGroup a {
    color: #5AF3FF;
}

.lorviroxSoftCardioRise_SubmitBtn {
    padding: 1.2rem;
    background: #5AF3FF;
    color: #000;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.lorviroxSoftCardioRise_SubmitBtn:hover {
    box-shadow: 0 0 20px #5AF3FF;
    transform: scale(1.02);
}

/* FOOTER */
.lorviroxSoftCardioRise_Footer {
    background: #030405;
    padding: 5rem 2rem 2rem;
    border-top: 1px solid #1a1d21;
}

.lorviroxSoftCardioRise_FooterTop {
    text-align: center;
    margin-bottom: 4rem;
}

.lorviroxSoftCardioRise_FooterTop p {
    color: #666;
    margin-top: 1rem;
}

.lorviroxSoftCardioRise_FooterLink {
    color: #5AF3FF;
}

.lorviroxSoftCardioRise_FooterBottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #111;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.lorviroxSoftCardioRise_Copyright {
    color: #444;
    font-size: 0.9rem;
}

.lorviroxSoftCardioRise_FooterNav {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.lorviroxSoftCardioRise_FooterNav a {
    color: #666;
    font-size: 0.85rem;
}

.lorviroxSoftCardioRise_FooterNav a:hover {
    color: #5AF3FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .lorviroxSoftCardioRise_SectionGrid {
        flex-direction: column;
        text-align: center;
    }
    .lorviroxSoftCardioRise_H1Title {
        font-size: 2.2rem;
    }
    .lorviroxSoftCardioRise_PriceCard.lorviroxSoftCardioRise_FeaturedCard {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .lorviroxSoftCardioRise_Burger {
        display: flex;
    }
    .lorviroxSoftCardioRise_MainNav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #050607;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: 0.5s ease-in-out;
    }
    .lorviroxSoftCardioRise_NavToggle:checked ~ .lorviroxSoftCardioRise_MainNav {
        max-height: 500px;
        border-bottom: 2px solid #5AF3FF;
    }
    .lorviroxSoftCardioRise_NavList {
        flex-direction: column;
        padding: 2rem;
        gap: 1rem;
    }
    .lorviroxSoftCardioRise_HeroSection {
        padding-top: 2rem;
    }
    .lorviroxSoftCardioRise_FormContainer {
        padding: 2rem;
    }
    .lorviroxSoftCardioRise_FooterBottom {
        justify-content: center;
        text-align: center;
    }
}