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

html {
    scroll-behavior: smooth;
}

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

.valeravelBreathPulseMesh_Container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
.valeravelBreathPulseMesh_H1 {
    font-size: 3rem;
    color: #5AF3FF;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(90, 243, 255, 0.5);
}

.valeravelBreathPulseMesh_H2 {
    font-size: 2.2rem;
    color: #5AF3FF;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.valeravelBreathPulseMesh_H2::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #5AF3FF;
    transform: translateY(-50%) rotate(45deg);
    box-shadow: 0 0 10px #5AF3FF;
}

.valeravelBreathPulseMesh_H3 {
    font-size: 1.4rem;
    color: #5AF3FF;
    margin: 15px 0;
}

.valeravelBreathPulseMesh_SubH {
    font-size: 1.25rem;
    color: #a0a0a0;
    margin-bottom: 25px;
}

.valeravelBreathPulseMesh_Text {
    margin-bottom: 20px;
    color: #cccccc;
    font-size: 1.1rem;
}

.valeravelBreathPulseMesh_SectionSub {
    text-align: center;
    color: #888;
    margin-top: -20px;
    margin-bottom: 40px;
    font-style: italic;
}

/* Header */
.valeravelBreathPulseMesh_Header {
    background: rgba(5, 6, 7, 0.9);
    border-bottom: 2px solid #5AF3FF;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
    backdrop-filter: blur(10px);
}

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

.valeravelBreathPulseMesh_Logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5AF3FF;
    text-shadow: 0 0 10px rgba(90, 243, 255, 0.7);
    cursor: default;
}

.valeravelBreathPulseMesh_NavList {
    list-style: none;
    display: flex;
    gap: 30px;
}

.valeravelBreathPulseMesh_NavLink {
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 500;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
}

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

.valeravelBreathPulseMesh_NavToggle,
.valeravelBreathPulseMesh_Burger {
    display: none;
}

/* Buttons */
.valeravelBreathPulseMesh_CtaBtn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #5AF3FF;
    color: #050607;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.4s;
    box-shadow: 0 0 10px rgba(90, 243, 255, 0.3);
}

.valeravelBreathPulseMesh_CtaBtn:hover {
    background-color: #050607;
    color: #5AF3FF;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.8);
    outline: 2px solid #5AF3FF;
}

/* Hero Section */
.valeravelBreathPulseMesh_HeroSec {
    padding: 80px 0;
    position: relative;
    border-bottom: 1px solid rgba(90, 243, 255, 0.1);
}

.valeravelBreathPulseMesh_HeroFlex {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.valeravelBreathPulseMesh_HeroImgCol,
.valeravelBreathPulseMesh_HeroTxtCol {
    flex: 1;
}

.valeravelBreathPulseMesh_MainImg {
    width: 100%;
    height: auto;
    border: 1px solid #5AF3FF;
    box-shadow: -15px 15px 30px rgba(90, 243, 255, 0.1);
}

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

.valeravelBreathPulseMesh_HeroTrippleItem {
    flex: 1;
    background: #0d0f11;
    padding: 20px;
    border: 1px solid rgba(90, 243, 255, 0.2);
    transition: 0.3s;
}

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

.valeravelBreathPulseMesh_TrippleImg {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Price Section */
.valeravelBreathPulseMesh_PriceSec {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(180deg, #050607 0%, #0a0c0e 100%);
}

.valeravelBreathPulseMesh_PriceGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.valeravelBreathPulseMesh_PriceCard {
    flex: 1;
    min-width: 260px;
    max-width: 280px;
    background: #050607;
    padding: 40px 25px;
    border: 1px solid rgba(90, 243, 255, 0.2);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

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

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

.valeravelBreathPulseMesh_PValue {
    font-size: 2.2rem;
    color: #5AF3FF;
    font-weight: bold;
    margin-bottom: 25px;
}

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

.valeravelBreathPulseMesh_PLi {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.95rem;
}

.valeravelBreathPulseMesh_PriceBtn {
    padding: 12px;
    background: transparent;
    color: #5AF3FF;
    border: 1px solid #5AF3FF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
}

.valeravelBreathPulseMesh_PriceBtn:hover {
    background: #5AF3FF;
    color: #050607;
}

/* Quote Section */
.valeravelBreathPulseMesh_QuoteSec {
    padding: 80px 0;
    background: #080a0c;
}

.valeravelBreathPulseMesh_QuoteBox {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    border-left: 4px solid #5AF3FF;
    border-right: 4px solid #5AF3FF;
    background: rgba(90, 243, 255, 0.03);
}

.valeravelBreathPulseMesh_QuoteText {
    font-size: 1.6rem;
    font-style: italic;
    color: #f0f0f0;
    margin-bottom: 20px;
}

.valeravelBreathPulseMesh_QuoteAuthor {
    display: block;
    color: #5AF3FF;
    font-weight: bold;
}

/* Benefits Section */
.valeravelBreathPulseMesh_BenefitSec {
    padding: 100px 0;
}

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

.valeravelBreathPulseMesh_BenefitTxt,
.valeravelBreathPulseMesh_BenefitImg {
    flex: 1;
}

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

.valeravelBreathPulseMesh_BLi {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

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

.valeravelBreathPulseMesh_FitImg {
    width: 100%;
    height: auto;
    border: 1px solid rgba(90, 243, 255, 0.3);
}

/* Target Section */
.valeravelBreathPulseMesh_TargetSec {
    padding: 100px 0;
}

.valeravelBreathPulseMesh_BannerImg {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    border-bottom: 2px solid #5AF3FF;
}

.valeravelBreathPulseMesh_TargetList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.valeravelBreathPulseMesh_TItem {
    padding: 25px;
    background: #0d0f11;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.valeravelBreathPulseMesh_TItem:hover {
    border-bottom-color: #5AF3FF;
    background: #121518;
}

/* Extra Sections */
.valeravelBreathPulseMesh_ExtraSec {
    padding: 100px 0;
}

.valeravelBreathPulseMesh_BgAlt {
    background: #080a0c;
}

.valeravelBreathPulseMesh_ExtraContent {
    max-width: 900px;
}

/* FAQ Section */
.valeravelBreathPulseMesh_FaqSec {
    padding: 100px 0;
}

.valeravelBreathPulseMesh_FaqWrapper {
    max-width: 800px;
    margin: 0 auto;
}

.valeravelBreathPulseMesh_FaqItem {
    background: #0d0f11;
    margin-bottom: 15px;
    border: 1px solid rgba(90, 243, 255, 0.1);
}

.valeravelBreathPulseMesh_FaqSum {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #5AF3FF;
    list-style: none;
    position: relative;
}

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

.valeravelBreathPulseMesh_FaqAns {
    padding: 0 20px 20px;
    color: #aaa;
}

/* Form Section */
.valeravelBreathPulseMesh_FormSec {
    padding: 100px 0;
}

.valeravelBreathPulseMesh_FormBox {
    max-width: 600px;
    margin: 0 auto;
    background: #0d0f11;
    padding: 50px;
    border: 1px solid #5AF3FF;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.05);
}

.valeravelBreathPulseMesh_FormGroup {
    margin-bottom: 20px;
}

.valeravelBreathPulseMesh_Label {
    display: block;
    margin-bottom: 8px;
    color: #5AF3FF;
    font-size: 0.9rem;
}

.valeravelBreathPulseMesh_Input,
.valeravelBreathPulseMesh_Textarea {
    width: 100%;
    padding: 12px;
    background: #050607;
    border: 1px solid rgba(90, 243, 255, 0.3);
    color: white;
    font-family: inherit;
}

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

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

.valeravelBreathPulseMesh_CheckLab {
    font-size: 0.85rem;
    color: #888;
}

.valeravelBreathPulseMesh_CheckLab a {
    color: #5AF3FF;
}

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

.valeravelBreathPulseMesh_SubmitBtn:hover {
    box-shadow: 0 0 20px #5AF3FF;
    filter: brightness(1.1);
}

/* Footer */
.valeravelBreathPulseMesh_Footer {
    background: #020304;
    padding: 80px 0 30px;
    border-top: 1px solid rgba(90, 243, 255, 0.2);
}

.valeravelBreathPulseMesh_FooterTop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
}

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

.valeravelBreathPulseMesh_FText {
    color: #666;
    max-width: 300px;
}

.valeravelBreathPulseMesh_FooterContacts a {
    color: #e0e0e0;
    text-decoration: none;
    transition: 0.3s;
}

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

.valeravelBreathPulseMesh_FooterBottom {
    text-align: center;
    font-size: 0.85rem;
    color: #444;
}

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

.valeravelBreathPulseMesh_LegalLinks a {
    color: #666;
    text-decoration: none;
}

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

/* Responsive */
@media (max-width: 992px) {
    .valeravelBreathPulseMesh_HeroFlex,
    .valeravelBreathPulseMesh_BenefitFlex {
        flex-direction: column;
    }
    .valeravelBreathPulseMesh_HeroTripple {
        flex-direction: column;
    }
    .valeravelBreathPulseMesh_H1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .valeravelBreathPulseMesh_Nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #050607;
        padding: 20px;
        border-bottom: 2px solid #5AF3FF;
    }
    .valeravelBreathPulseMesh_NavList {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .valeravelBreathPulseMesh_Burger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    .valeravelBreathPulseMesh_Burger span {
        width: 25px;
        height: 2px;
        background: #5AF3FF;
    }
    .valeravelBreathPulseMesh_NavToggle:checked ~ .valeravelBreathPulseMesh_Nav {
        display: block;
    }
    .valeravelBreathPulseMesh_FooterTop {
        flex-direction: column;
        gap: 30px;
    }
    .valeravelBreathPulseMesh_FormBox {
        padding: 25px;
    }
}