/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.moravelimSoftCardioBloomBody {
    background-color: #0A0D10;
    color: #FFFFFF;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Typography Defaults */
h1, h2, h3 {
    font-weight: 700;
    line-height: 1.2;
    color: #E6FBFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    margin-bottom: 1.5rem;
    color: #C0C8CF;
}

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

/* Layout Containers */
.moravelimSoftCardioBloomHeaderContainer,
.moravelimSoftCardioBloomHeroContainer,
.moravelimSoftCardioBloomReviewsContainer,
.moravelimSoftCardioBloomWhoIsContainer,
.moravelimSoftCardioBloomPricingContainer,
.moravelimSoftCardioBloomQuoteContainer,
.moravelimSoftCardioBloomBenefitsContainer,
.moravelimSoftCardioBloomTextContainer,
.moravelimSoftCardioBloomFAQContainer,
.moravelimSoftCardioBloomFormContainer,
.moravelimSoftCardioBloomFooterContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Spacing */
section {
    padding: 100px 0;
}

.moravelimSoftCardioBloomSectionTitle {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.moravelimSoftCardioBloomSectionTitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #E6FBFF;
    margin: 20px auto 0;
    box-shadow: 0 0 10px #E6FBFF;
}

/* HEADER STYLE */
.moravelimSoftCardioBloomHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(230, 251, 255, 0.2);
}

.moravelimSoftCardioBloomHeaderContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.moravelimSoftCardioBloomLogo {
    font-size: 1.8rem;
    font-weight: 900;
    color: #E6FBFF;
    text-shadow: 0 0 10px rgba(230, 251, 255, 0.5);
}

.moravelimSoftCardioBloomNavToggle {
    display: none;
}

.moravelimSoftCardioBloomNavList {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

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

.moravelimSoftCardioBloomNavLink:hover {
    color: #E6FBFF;
    text-shadow: 0 0 5px #E6FBFF;
}

.moravelimSoftCardioBloomNavLinkCTA {
    background-color: #E6FBFF;
    color: #0A0D10;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.3s;
}

.moravelimSoftCardioBloomNavLinkCTA:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px #E6FBFF;
    color: #0A0D10;
}

/* HERO SECTION */
.moravelimSoftCardioBloomHeroSection {
    padding-top: 180px;
    padding-bottom: 120px;
}

.moravelimSoftCardioBloomHeroContainer {
    display: flex;
    gap: 60px;
    align-items: center;
}

.moravelimSoftCardioBloomHeroGalleryCol {
    flex: 1;
}

.moravelimSoftCardioBloomHeroTextCol {
    flex: 1;
}

.moravelimSoftCardioBloomHeroGalleryGrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.moravelimSoftCardioBloomHeroImgMain {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 1px solid rgba(230, 251, 255, 0.3);
    border-radius: 2px;
}

.moravelimSoftCardioBloomHeroSubGallery {
    display: flex;
    gap: 20px;
}

.moravelimSoftCardioBloomHeroImgSmall {
    width: calc(50% - 10px);
    height: 180px;
    object-fit: cover;
    border: 1px solid rgba(230, 251, 255, 0.2);
}

.moravelimSoftCardioBloomHeroTitle {
    font-size: 3.5rem;
    margin-bottom: 25px;
    color: #E6FBFF;
}

.moravelimSoftCardioBloomHeroSubtitle {
    font-size: 1.4rem;
    color: #E6FBFF;
    margin-bottom: 20px;
    font-weight: 300;
}

.moravelimSoftCardioBloomHeroDescription {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.moravelimSoftCardioBloomButtonMain {
    display: inline-block;
    padding: 18px 40px;
    background-color: #E6FBFF;
    color: #0A0D10;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(230, 251, 255, 0.2);
}

.moravelimSoftCardioBloomButtonMain:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 25px rgba(230, 251, 255, 0.5);
    transform: translateY(-2px);
}

/* REVIEWS SECTION */
.moravelimSoftCardioBloomReviewsSection {
    background-color: #0F1317;
}

.moravelimSoftCardioBloomReviewsGrid {
    display: flex;
    gap: 30px;
}

.moravelimSoftCardioBloomReviewCard {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border: 1px solid rgba(230, 251, 255, 0.05);
    position: relative;
}

.moravelimSoftCardioBloomReviewStars {
    color: #E6FBFF;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.moravelimSoftCardioBloomReviewText {
    font-style: italic;
    font-size: 1rem;
    margin-bottom: 25px;
}

.moravelimSoftCardioBloomReviewAuthor {
    font-weight: 700;
    color: #E6FBFF;
    text-transform: uppercase;
    font-size: 0.85rem;
}

/* WHO IT IS FOR SECTION */
.moravelimSoftCardioBloomWhoIsIntro {
    text-align: center;
    max-width: 800px;
    margin: -30px auto 60px;
    font-size: 1.2rem;
}

.moravelimSoftCardioBloomWhoIsGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.moravelimSoftCardioBloomWhoIsItem {
    flex: 1 1 300px;
    background: #0A0D10;
    padding: 30px;
    border: 1px solid rgba(230, 251, 255, 0.1);
    transition: 0.3s;
}

.moravelimSoftCardioBloomWhoIsItem:hover {
    border-color: #E6FBFF;
}

.moravelimSoftCardioBloomIceLine {
    width: 40px;
    height: 2px;
    background-color: #E6FBFF;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #E6FBFF;
}

.moravelimSoftCardioBloomWhoIsItemTitle {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

/* PRICING SECTION */
.moravelimSoftCardioBloomPricingGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.moravelimSoftCardioBloomPriceCard {
    flex: 1 1 270px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.moravelimSoftCardioBloomPriceCardFeatured {
    border: 1px solid #E6FBFF;
    background: rgba(230, 251, 255, 0.03);
    transform: scale(1.05);
    z-index: 5;
}

.moravelimSoftCardioBloomPriceName {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.moravelimSoftCardioBloomPriceValue {
    font-size: 2rem;
    font-weight: 700;
    color: #E6FBFF;
    margin-bottom: 30px;
}

.moravelimSoftCardioBloomOldPrice {
    display: block;
    font-size: 1rem;
    text-decoration: line-through;
    color: #778899;
    font-weight: 400;
}

.moravelimSoftCardioBloomPriceFeatures {
    list-style: none;
    margin-bottom: 40px;
    text-align: left;
    flex-grow: 1;
}

.moravelimSoftCardioBloomPriceFeatures li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 0.9rem;
    color: #C0C8CF;
}

.moravelimSoftCardioBloomPriceFeatures li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #E6FBFF;
}

.moravelimSoftCardioBloomPriceBtn {
    display: block;
    padding: 12px;
    border: 1px solid #E6FBFF;
    color: #E6FBFF;
    font-weight: 600;
    text-transform: uppercase;
}

.moravelimSoftCardioBloomPriceBtnFeatured {
    display: block;
    padding: 15px;
    background-color: #E6FBFF;
    color: #0A0D10;
    font-weight: 700;
    text-transform: uppercase;
}

/* QUOTE SECTION */
.moravelimSoftCardioBloomQuoteSection {
    background: linear-gradient(rgba(10,13,16,0.8), rgba(10,13,16,0.8)), url('https://placehold.co/1920x600/0A0D10/0A0D10?width=1920&height=600');
    background-size: cover;
    padding: 120px 0;
}

.moravelimSoftCardioBloomQuoteBox {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    border-left: 4px solid #E6FBFF;
    padding-left: 40px;
}

.moravelimSoftCardioBloomQuoteText {
    font-size: 2rem;
    font-weight: 300;
    color: #E6FBFF;
    line-height: 1.4;
    margin-bottom: 30px;
}

.moravelimSoftCardioBloomAuthorName {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #E6FBFF;
}

.moravelimSoftCardioBloomAuthorTitle {
    font-size: 0.9rem;
    color: #778899;
}

/* BENEFITS SECTION */
.moravelimSoftCardioBloomBenefitsContainer {
    display: flex;
    gap: 60px;
    align-items: center;
}

.moravelimSoftCardioBloomBenefitsText {
    flex: 1;
}

.moravelimSoftCardioBloomBenefitsImgWrap {
    flex: 1;
}

.moravelimSoftCardioBloomBenefitsImg {
    width: 100%;
    border: 1px solid rgba(230, 251, 255, 0.2);
}

.moravelimSoftCardioBloomBenefitsList {
    list-style: none;
    margin-top: 30px;
}

.moravelimSoftCardioBloomBenefitsListItem {
    margin-bottom: 25px;
}

.moravelimSoftCardioBloomBenefitsListItem strong {
    color: #E6FBFF;
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

/* TEXT CONTENT SECTIONS */
.moravelimSoftCardioBloomTextContentSection {
    padding: 80px 0;
}

.moravelimSoftCardioBloomAltBg {
    background-color: #0F1317;
}

.moravelimSoftCardioBloomTextContainer h2 {
    text-align: left;
    margin-bottom: 30px;
}

.moravelimSoftCardioBloomTextContainer h2::after {
    margin: 15px 0 0;
}

.moravelimSoftCardioBloomTextContainer ul {
    margin: 20px 0 30px 20px;
}

.moravelimSoftCardioBloomTextContainer li {
    margin-bottom: 10px;
    color: #C0C8CF;
}

/* FAQ SECTION */
.moravelimSoftCardioBloomFAQList {
    max-width: 800px;
    margin: 0 auto;
}

.moravelimSoftCardioBloomFAQItem {
    margin-bottom: 15px;
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.moravelimSoftCardioBloomFAQSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #E6FBFF;
    list-style: none;
    position: relative;
}

.moravelimSoftCardioBloomFAQSummary::-webkit-details-marker {
    display: none;
}

.moravelimSoftCardioBloomFAQSummary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.moravelimSoftCardioBloomFAQItem[open] .moravelimSoftCardioBloomFAQSummary::after {
    content: "−";
}

.moravelimSoftCardioBloomFAQContent {
    padding: 0 20px 20px;
}

/* FORM SECTION */
.moravelimSoftCardioBloomFormSection {
    background-color: #0F1317;
}

.moravelimSoftCardioBloomFormHeader {
    text-align: center;
    margin-bottom: 50px;
}

.moravelimSoftCardioBloomForm {
    max-width: 600px;
    margin: 0 auto;
    background: #0A0D10;
    padding: 50px;
    border: 1px solid rgba(230, 251, 255, 0.2);
}

.moravelimSoftCardioBloomFormFieldGroup {
    margin-bottom: 25px;
}

.moravelimSoftCardioBloomFormLabel {
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #E6FBFF;
    text-transform: uppercase;
}

.moravelimSoftCardioBloomFormInput,
.moravelimSoftCardioBloomFormTextarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(230, 251, 255, 0.3);
    padding: 15px;
    color: #FFFFFF;
    font-family: inherit;
}

.moravelimSoftCardioBloomFormTextarea {
    height: 120px;
    resize: vertical;
}

.moravelimSoftCardioBloomFormInput:focus,
.moravelimSoftCardioBloomFormTextarea:focus {
    outline: none;
    border-color: #E6FBFF;
    box-shadow: 0 0 10px rgba(230, 251, 255, 0.2);
}

.moravelimSoftCardioBloomFormCheckboxGroup {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.moravelimSoftCardioBloomFormCheckboxLabel {
    font-size: 0.85rem;
}

.moravelimSoftCardioBloomFormCheckboxLabel a {
    color: #E6FBFF;
    text-decoration: underline;
}

.moravelimSoftCardioBloomFormBtn {
    width: 100%;
    padding: 20px;
    background-color: #E6FBFF;
    color: #0A0D10;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.moravelimSoftCardioBloomFormBtn:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px #E6FBFF;
}

/* FOOTER */
.moravelimSoftCardioBloomFooter {
    padding: 80px 0 40px;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

.moravelimSoftCardioBloomFooterTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.moravelimSoftCardioBloomFooterBrand {
    font-size: 1.5rem;
    font-weight: 800;
    color: #E6FBFF;
}

.moravelimSoftCardioBloomFooterContacts p {
    margin-bottom: 5px;
    text-align: right;
}

.moravelimSoftCardioBloomFooterContacts a {
    color: #C0C8CF;
}

.moravelimSoftCardioBloomFooterContacts a:hover {
    color: #E6FBFF;
}

.moravelimSoftCardioBloomFooterDivider {
    height: 1px;
    background: rgba(230, 251, 255, 0.1);
    margin-bottom: 30px;
}

.moravelimSoftCardioBloomFooterBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.moravelimSoftCardioBloomCopyright {
    font-size: 0.85rem;
    margin-bottom: 0;
}

.moravelimSoftCardioBloomFooterLinks {
    display: flex;
    gap: 20px;
}

.moravelimSoftCardioBloomFooterLink {
    font-size: 0.8rem;
    color: #778899;
}

.moravelimSoftCardioBloomFooterLink:hover {
    color: #E6FBFF;
}

/* RESPONSIVE DESIGN */

/* Burger Menu Logic */
@media (max-width: 991px) {
    .moravelimSoftCardioBloomBurger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .moravelimSoftCardioBloomBurgerLine {
        width: 30px;
        height: 2px;
        background-color: #E6FBFF;
    }

    .moravelimSoftCardioBloomNav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #0A0D10;
        height: 0;
        overflow: hidden;
        transition: 0.5s ease-in-out;
    }

    .moravelimSoftCardioBloomNavList {
        flex-direction: column;
        padding: 40px;
        gap: 20px;
        align-items: flex-start;
    }

    .moravelimSoftCardioBloomNavToggle:checked ~ .moravelimSoftCardioBloomNav {
        height: auto;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(230, 251, 255, 0.2);
    }

    .moravelimSoftCardioBloomHeroContainer,
    .moravelimSoftCardioBloomBenefitsContainer {
        flex-direction: column;
    }

    .moravelimSoftCardioBloomHeroTitle {
        font-size: 2.5rem;
    }

    .moravelimSoftCardioBloomReviewsGrid {
        flex-direction: column;
    }

    .moravelimSoftCardioBloomPriceCardFeatured {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }

    .moravelimSoftCardioBloomSectionTitle {
        font-size: 2rem;
    }

    .moravelimSoftCardioBloomFooterTop,
    .moravelimSoftCardioBloomFooterBottom {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .moravelimSoftCardioBloomFooterContacts p {
        text-align: center;
    }

    .moravelimSoftCardioBloomFooterLinks {
        flex-wrap: wrap;
        justify-content: center;
    }

    .moravelimSoftCardioBloomForm {
        padding: 30px 20px;
    }
}