/* RESET AND BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body.meloravonBreathPulseMesh_BodyMain {
    background-color: #050607;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HEADER STYLES */
.meloravonBreathPulseMesh_HeaderWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(5, 6, 7, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #5AF3FF;
    box-shadow: 0 4px 15px rgba(90, 243, 255, 0.2);
}

.meloravonBreathPulseMesh_HeaderContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meloravonBreathPulseMesh_LogoElement {
    font-size: 24px;
    font-weight: 800;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(90, 243, 255, 0.7);
}

.meloravonBreathPulseMesh_NavigationMenu {
    display: flex;
}

.meloravonBreathPulseMesh_NavList {
    display: flex;
    list-style: none;
    gap: 25px;
}

.meloravonBreathPulseMesh_NavLink {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-transform: uppercase;
}

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

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

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

.meloravonBreathPulseMesh_BurgerButton span {
    width: 25px;
    height: 3px;
    background: #5AF3FF;
    transition: 0.3s;
    box-shadow: 0 0 5px #5AF3FF;
}

/* HERO SECTION */
.meloravonBreathPulseMesh_HeroSection {
    padding: 140px 20px 80px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.meloravonBreathPulseMesh_QuickLinksContainer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.meloravonBreathPulseMesh_QuickLinkBtn {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.meloravonBreathPulseMesh_QuickLinkBtn:hover {
    background: rgba(90, 243, 255, 0.1);
    box-shadow: 0 0 15px #5AF3FF;
}

.meloravonBreathPulseMesh_MainGridContainer {
    display: flex;
    gap: 50px;
    align-items: center;
}

.meloravonBreathPulseMesh_HeroImageCol {
    flex: 1;
    position: relative;
}

.meloravonBreathPulseMesh_HeroImg {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.3);
    border: 1px solid rgba(90, 243, 255, 0.2);
    object-fit: cover;
}

.meloravonBreathPulseMesh_HeroTextCol {
    flex: 1.2;
}

.meloravonBreathPulseMesh_MainTitle {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.meloravonBreathPulseMesh_HeroSub {
    font-size: 20px;
    color: #5AF3FF;
    margin-bottom: 30px;
    font-weight: 300;
}

.meloravonBreathPulseMesh_DescriptionPara {
    margin-bottom: 20px;
    color: #cccccc;
    font-size: 16px;
}

.meloravonBreathPulseMesh_CtaWrapper {
    margin-top: 40px;
}

.meloravonBreathPulseMesh_PrimaryBtn {
    display: inline-block;
    padding: 16px 40px;
    background-color: #5AF3FF;
    color: #050607;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px #5AF3FF;
}

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

.meloravonBreathPulseMesh_SecondaryBtn {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: #5AF3FF;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #5AF3FF;
    cursor: pointer;
}

.meloravonBreathPulseMesh_SecondaryBtn:hover {
    background: rgba(90, 243, 255, 0.1);
    box-shadow: 0 0 15px #5AF3FF;
}

/* PRICE SECTION */
.meloravonBreathPulseMesh_PriceSection {
    padding: 100px 20px;
    background: linear-gradient(180deg, #050607 0%, #0a0d0f 100%);
    border-top: 1px solid rgba(90, 243, 255, 0.1);
}

.meloravonBreathPulseMesh_SectionHeadingWrapper {
    text-align: center;
    margin-bottom: 60px;
}

.meloravonBreathPulseMesh_SectionTitle {
    font-size: 36px;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.meloravonBreathPulseMesh_SectionTitle::before {
    content: "•";
    color: #5AF3FF;
    margin-right: 15px;
    text-shadow: 0 0 10px #5AF3FF;
}

.meloravonBreathPulseMesh_SectionSub {
    color: #888;
    font-size: 18px;
}

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

.meloravonBreathPulseMesh_PriceCard {
    background: #0d1114;
    border: 1px solid #1a2226;
    padding: 40px 30px;
    border-radius: 12px;
    flex: 1 1 300px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.meloravonBreathPulseMesh_PriceCard:hover {
    transform: translateY(-10px);
    border-color: #5AF3FF;
}

.meloravonBreathPulseMesh_PriceFeatured {
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 20px rgba(90, 243, 255, 0.15);
    background: #0f161a;
}

.meloravonBreathPulseMesh_CardTitle {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}

.meloravonBreathPulseMesh_PriceValue {
    font-size: 32px;
    font-weight: 800;
    color: #5AF3FF;
    margin-bottom: 25px;
}

.meloravonBreathPulseMesh_CardList {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.meloravonBreathPulseMesh_CardList li {
    padding: 8px 0;
    color: #aaaaaa;
    border-bottom: 1px solid #1a2226;
    font-size: 14px;
}

.meloravonBreathPulseMesh_CardList li:last-child {
    border-bottom: none;
}

/* REVIEWS SLIDER */
.meloravonBreathPulseMesh_ReviewsSection {
    padding: 100px 20px;
    text-align: center;
    background: #050607;
}

.meloravonBreathPulseMesh_SliderContainer {
    max-width: 800px;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
}

.meloravonBreathPulseMesh_SlidesWrapper {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    width: 300%;
}

.meloravonBreathPulseMesh_ReviewSlide {
    width: 33.333%;
    padding: 40px;
    background: #0d1114;
    border-radius: 15px;
    border: 1px solid rgba(90, 243, 255, 0.2);
}

.meloravonBreathPulseMesh_QuoteText {
    font-size: 20px;
    font-style: italic;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.meloravonBreathPulseMesh_QuoteAuthor {
    display: block;
    color: #5AF3FF;
    font-weight: bold;
    font-size: 16px;
}

.meloravonBreathPulseMesh_SliderNav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.meloravonBreathPulseMesh_SliderLabel {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    transition: background 0.3s;
}

/* Slider Logic */
#meloravonBreathPulseMesh_Slide1:checked ~ .meloravonBreathPulseMesh_SlidesWrapper { transform: translateX(0); }
#meloravonBreathPulseMesh_Slide2:checked ~ .meloravonBreathPulseMesh_SlidesWrapper { transform: translateX(-33.333%); }
#meloravonBreathPulseMesh_Slide3:checked ~ .meloravonBreathPulseMesh_SlidesWrapper { transform: translateX(-66.666%); }

#meloravonBreathPulseMesh_Slide1:checked ~ .meloravonBreathPulseMesh_SliderNav label:nth-child(1),
#meloravonBreathPulseMesh_Slide2:checked ~ .meloravonBreathPulseMesh_SliderNav label:nth-child(2),
#meloravonBreathPulseMesh_Slide3:checked ~ .meloravonBreathPulseMesh_SliderNav label:nth-child(3) {
    background: #5AF3FF;
    box-shadow: 0 0 8px #5AF3FF;
}

/* BENEFITS SECTION */
.meloravonBreathPulseMesh_BenefitsSection {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.meloravonBreathPulseMesh_BenefitsTextSide {
    flex: 1;
}

.meloravonBreathPulseMesh_BenefitsImageSide {
    flex: 1;
}

.meloravonBreathPulseMesh_BenefitsImg {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(90, 243, 255, 0.1);
}

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

.meloravonBreathPulseMesh_CheckItem {
    padding: 10px 0 10px 35px;
    position: relative;
    color: #ccc;
}

.meloravonBreathPulseMesh_CheckItem::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #5AF3FF;
    font-weight: bold;
    text-shadow: 0 0 5px #5AF3FF;
}

/* FOR WHOM SECTION */
.meloravonBreathPulseMesh_ForWhomSection {
    padding: 100px 20px;
    background-color: #080a0c;
}

.meloravonBreathPulseMesh_SectionIntro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #999;
}

.meloravonBreathPulseMesh_TargetGrid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.meloravonBreathPulseMesh_TargetCard {
    background: #0d1114;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1a2226;
    transition: border-color 0.3s;
}

.meloravonBreathPulseMesh_TargetCard:hover {
    border-color: #5AF3FF;
}

.meloravonBreathPulseMesh_TargetImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.meloravonBreathPulseMesh_TargetTitle {
    padding: 20px 20px 10px;
    font-size: 20px;
    color: #5AF3FF;
}

.meloravonBreathPulseMesh_TargetDesc {
    padding: 0 20px 20px;
    font-size: 14px;
    color: #aaa;
}

.meloravonBreathPulseMesh_TargetPrice {
    padding: 15px 20px;
    background: rgba(90, 243, 255, 0.05);
    border-top: 1px solid #1a2226;
    font-weight: bold;
    color: #ffffff;
}

.meloravonBreathPulseMesh_ForWhomListWrapper {
    max-width: 900px;
    margin: 60px auto 0;
}

.meloravonBreathPulseMesh_IconList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
}

.meloravonBreathPulseMesh_IconListItem {
    padding-left: 30px;
    position: relative;
    color: #bbb;
}

.meloravonBreathPulseMesh_IconListItem::before {
    content: "◇";
    position: absolute;
    left: 0;
    color: #5AF3FF;
}

/* FAQ SECTION */
.meloravonBreathPulseMesh_FaqSection {
    padding: 100px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.meloravonBreathPulseMesh_AccordionWrapper {
    margin-top: 40px;
}

.meloravonBreathPulseMesh_FaqDetails {
    margin-bottom: 15px;
    background: #0d1114;
    border: 1px solid #1a2226;
    border-radius: 8px;
}

.meloravonBreathPulseMesh_FaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meloravonBreathPulseMesh_FaqSummary::after {
    content: "+";
    color: #5AF3FF;
    font-size: 24px;
}

.meloravonBreathPulseMesh_FaqDetails[open] .meloravonBreathPulseMesh_FaqSummary::after {
    content: "-";
}

.meloravonBreathPulseMesh_FaqContent {
    padding: 0 20px 20px;
    color: #999;
    font-size: 15px;
}

/* TEXT SECTIONS */
.meloravonBreathPulseMesh_TextSection {
    padding: 100px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.meloravonBreathPulseMesh_BgAlt {
    background-color: #080a0c;
    max-width: 100%;
}

.meloravonBreathPulseMesh_BgAlt .meloravonBreathPulseMesh_SectionTitle {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.meloravonBreathPulseMesh_BgAlt .meloravonBreathPulseMesh_DescriptionPara,
.meloravonBreathPulseMesh_BgAlt .meloravonBreathPulseMesh_NumberedList {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.meloravonBreathPulseMesh_InnerGrid {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.meloravonBreathPulseMesh_InnerBox {
    flex: 1 1 280px;
    background: #0d1114;
    padding: 25px;
    border-left: 3px solid #5AF3FF;
}

.meloravonBreathPulseMesh_InnerTitle {
    color: #5AF3FF;
    margin-bottom: 10px;
    font-size: 18px;
}

.meloravonBreathPulseMesh_NumberedList {
    margin: 30px 0;
    list-style: none;
    counter-reset: item;
}

.meloravonBreathPulseMesh_NumberedList li {
    counter-increment: item;
    padding: 15px 0 15px 50px;
    position: relative;
    color: #ddd;
    border-bottom: 1px solid #1a2226;
}

.meloravonBreathPulseMesh_NumberedList li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: #5AF3FF;
    color: #050607;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}

.meloravonBreathPulseMesh_TipsBox {
    background: rgba(90, 243, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

/* FORM SECTION */
.meloravonBreathPulseMesh_FormSection {
    padding: 100px 20px;
    background: #050607;
}

.meloravonBreathPulseMesh_FormWrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #0d1114;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #1a2226;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.meloravonBreathPulseMesh_ContactForm {
    margin-top: 40px;
}

.meloravonBreathPulseMesh_InputGroup {
    margin-bottom: 25px;
}

.meloravonBreathPulseMesh_FormLabel {
    display: block;
    margin-bottom: 8px;
    color: #5AF3FF;
    font-size: 14px;
}

.meloravonBreathPulseMesh_FormInput, 
.meloravonBreathPulseMesh_FormTextarea {
    width: 100%;
    background: #050607;
    border: 1px solid #2a353b;
    padding: 12px 15px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s;
}

.meloravonBreathPulseMesh_FormInput:focus, 
.meloravonBreathPulseMesh_FormTextarea:focus {
    border-color: #5AF3FF;
}

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

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

.meloravonBreathPulseMesh_CheckboxLabel {
    font-size: 13px;
    color: #888;
}

.meloravonBreathPulseMesh_CheckboxLabel a {
    color: #5AF3FF;
}

.meloravonBreathPulseMesh_SubmitBtn {
    width: 100%;
    padding: 15px;
    background: #5AF3FF;
    border: none;
    color: #050607;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.meloravonBreathPulseMesh_SubmitBtn:hover {
    box-shadow: 0 0 20px #5AF3FF;
}

/* FOOTER */
.meloravonBreathPulseMesh_FooterWrapper {
    padding: 80px 20px;
    background: #030405;
    border-top: 1px solid #1a2226;
    text-align: center;
}

.meloravonBreathPulseMesh_FooterLogo {
    font-size: 24px;
    color: #5AF3FF;
    font-weight: bold;
    margin-bottom: 20px;
}

.meloravonBreathPulseMesh_Copyright {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.meloravonBreathPulseMesh_ContactEmail,
.meloravonBreathPulseMesh_ContactPhone {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.meloravonBreathPulseMesh_ContactEmail a {
    color: #5AF3FF;
    text-decoration: none;
}

.meloravonBreathPulseMesh_FooterLinks {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.meloravonBreathPulseMesh_FooterLink {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.meloravonBreathPulseMesh_FooterLink:hover {
    color: #5AF3FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .meloravonBreathPulseMesh_MainGridContainer {
        flex-direction: column;
    }
    .meloravonBreathPulseMesh_BenefitsContent {
        flex-direction: column;
    }
    .meloravonBreathPulseMesh_MainTitle {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .meloravonBreathPulseMesh_NavigationMenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0d1114;
        padding: 20px;
        border-bottom: 2px solid #5AF3FF;
    }
    .meloravonBreathPulseMesh_NavList {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .meloravonBreathPulseMesh_BurgerButton {
        display: flex;
    }
    #meloravonBreathPulseMesh_BurgerToggle:checked ~ .meloravonBreathPulseMesh_NavigationMenu {
        display: block;
    }
    .meloravonBreathPulseMesh_IconList {
        grid-template-columns: 1fr;
    }
    .meloravonBreathPulseMesh_HeroSection {
        padding-top: 100px;
    }
    .meloravonBreathPulseMesh_FormWrapper {
        padding: 30px;
    }
}

/* CSS DECORATIONS */
.meloravonBreathPulseMesh_HeroSection::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(90, 243, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}