/* RESET & BASE STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

/* TYPOGRAPHY */
.seromavelPulseRoutineLight_H1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #B98CFF;
    text-transform: uppercase;
}

.seromavelPulseRoutineLight_H2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    color: #B98CFF;
}

.seromavelPulseRoutineLight_H3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #B98CFF;
}

.seromavelPulseRoutineLight_H4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.seromavelPulseRoutineLight_P {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #e0e0e0;
}

.seromavelPulseRoutineLight_Sub {
    font-size: 1.3rem;
    color: #B98CFF;
    margin-bottom: 20px;
}

/* HEADER & NAV */
.seromavelPulseRoutineLight_Header {
    background: rgba(11, 0, 32, 0.95);
    border-bottom: 2px solid #B98CFF;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 15px rgba(185, 140, 255, 0.3);
}

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

.seromavelPulseRoutineLight_Logo {
    font-size: 24px;
    font-weight: 800;
    color: #B98CFF;
    text-shadow: 0 0 10px rgba(185, 140, 255, 0.5);
}

.seromavelPulseRoutineLight_NavList {
    display: flex;
    list-style: none;
    gap: 20px;
}

.seromavelPulseRoutineLight_NavLink {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

.seromavelPulseRoutineLight_NavLink:hover {
    color: #B98CFF;
}

.seromavelPulseRoutineLight_NavToggle {
    display: none;
}

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

.seromavelPulseRoutineLight_Burger span {
    width: 25px;
    height: 3px;
    background: #B98CFF;
    transition: 0.3s;
}

/* HERO SECTION */
.seromavelPulseRoutineLight_HeroSection {
    padding: 100px 0;
}

.seromavelPulseRoutineLight_HeroContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.seromavelPulseRoutineLight_HeroRedBorder {
    border: 4px solid #ff0044;
    position: relative;
    box-shadow: inset 0 0 20px rgba(255, 0, 68, 0.2);
}

.seromavelPulseRoutineLight_HeroGrid {
    display: flex;
    align-items: center;
    gap: 40px;
}

.seromavelPulseRoutineLight_HeroImageWrap {
    flex: 1;
}

.seromavelPulseRoutineLight_HeroImg {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.2);
}

.seromavelPulseRoutineLight_HeroContent {
    flex: 1.2;
}

/* BUTTONS */
.seromavelPulseRoutineLight_BtnPrimary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #B98CFF;
    color: #0B0020;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.4s;
    border: 2px solid transparent;
}

.seromavelPulseRoutineLight_BtnPrimary:hover {
    background-color: transparent;
    color: #B98CFF;
    border-color: #B98CFF;
    box-shadow: 0 0 20px #B98CFF;
}

.seromavelPulseRoutineLight_BtnSecondary {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: #B98CFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #B98CFF;
    border-radius: 5px;
    transition: 0.4s;
}

.seromavelPulseRoutineLight_BtnSecondary:hover {
    background-color: rgba(185, 140, 255, 0.1);
    box-shadow: 0 0 15px rgba(185, 140, 255, 0.5);
}

/* REVIEWS */
.seromavelPulseRoutineLight_ReviewsSection {
    padding: 80px 0;
    background: rgba(185, 140, 255, 0.05);
}

.seromavelPulseRoutineLight_ReviewsGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.seromavelPulseRoutineLight_ReviewCard {
    flex: 1;
    min-width: 300px;
    background: #140136;
    padding: 30px;
    border: 1px solid #B98CFF;
    border-radius: 15px;
}

.seromavelPulseRoutineLight_ReviewText {
    font-style: italic;
    margin-bottom: 20px;
}

.seromavelPulseRoutineLight_ReviewAuthor {
    font-weight: bold;
    color: #B98CFF;
}

/* PRICE SECTION */
.seromavelPulseRoutineLight_PriceSection {
    padding: 80px 0;
}

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

.seromavelPulseRoutineLight_PriceCard {
    background: #140136;
    border: 1px solid rgba(185, 140, 255, 0.3);
    padding: 40px;
    width: 350px;
    text-align: center;
    border-radius: 20px;
    transition: 0.3s;
}

.seromavelPulseRoutineLight_PriceFeatured {
    border: 2px solid #B98CFF;
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.2);
}

.seromavelPulseRoutineLight_PriceValue {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 20px 0;
    color: #fff;
}

.seromavelPulseRoutineLight_PriceList {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.seromavelPulseRoutineLight_PriceList li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* WHO SECTION */
.seromavelPulseRoutineLight_WhoSection {
    padding: 80px 0;
}

.seromavelPulseRoutineLight_WhoGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.seromavelPulseRoutineLight_WhoItem {
    flex: 1;
    min-width: 300px;
}

.seromavelPulseRoutineLight_WhoImg {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.seromavelPulseRoutineLight_FeaturesList {
    background: #1a0144;
    padding: 40px;
    border-radius: 20px;
}

.seromavelPulseRoutineLight_UL {
    list-style: none;
    margin-top: 20px;
}

.seromavelPulseRoutineLight_UL li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.seromavelPulseRoutineLight_UL li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #B98CFF;
    font-size: 0.8rem;
    top: 5px;
}

/* EXPERT SECTION */
.seromavelPulseRoutineLight_ExpertSection {
    padding: 80px 0;
}

.seromavelPulseRoutineLight_ExpertBox {
    background: linear-gradient(135deg, #140136 0%, #0B0020 100%);
    padding: 60px;
    border-left: 10px solid #B98CFF;
    border-radius: 0 20px 20px 0;
}

.seromavelPulseRoutineLight_Quote {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

.seromavelPulseRoutineLight_Cite {
    display: block;
    font-style: normal;
    font-size: 1.1rem;
    color: #B98CFF;
}

.seromavelPulseRoutineLight_Details {
    margin-top: 30px;
    background: rgba(185, 140, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.seromavelPulseRoutineLight_Summary {
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
}

/* BENEFITS SECTION */
.seromavelPulseRoutineLight_BenefitsSection {
    padding: 80px 0;
    background: rgba(0,0,0,0.2);
}

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

.seromavelPulseRoutineLight_BenefitsContent, .seromavelPulseRoutineLight_BenefitsImage {
    flex: 1;
}

.seromavelPulseRoutineLight_ImgResponsive {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* FAQ SECTION */
.seromavelPulseRoutineLight_FAQSection {
    padding: 80px 0;
}

.seromavelPulseRoutineLight_FAQItem {
    border-bottom: 1px solid rgba(185, 140, 255, 0.3);
    padding: 20px 0;
}

.seromavelPulseRoutineLight_FAQSummary {
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
}

.seromavelPulseRoutineLight_FAQText {
    margin-top: 15px;
    color: #ccc;
    padding-left: 20px;
}

/* TEXT SECTIONS */
.seromavelPulseRoutineLight_TextSection {
    padding: 100px 0;
}

.seromavelPulseRoutineLight_AltBg {
    background: #0d0126;
}

.seromavelPulseRoutineLight_InfoBox {
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-top: 5px solid #ff0044;
}

/* FORM SECTION */
.seromavelPulseRoutineLight_FormSection {
    padding: 100px 0;
    background: #140136;
}

.seromavelPulseRoutineLight_FormBox {
    max-width: 700px;
    margin: 0 auto;
    background: #0B0020;
    padding: 50px;
    border-radius: 30px;
    border: 2px solid #B98CFF;
    box-shadow: 0 0 40px rgba(185, 140, 255, 0.2);
}

.seromavelPulseRoutineLight_FormGroup {
    margin-bottom: 25px;
}

.seromavelPulseRoutineLight_Label {
    display: block;
    margin-bottom: 8px;
    color: #B98CFF;
}

.seromavelPulseRoutineLight_Input, .seromavelPulseRoutineLight_Textarea {
    width: 100%;
    padding: 12px;
    background: #140136;
    border: 1px solid #B98CFF;
    color: #fff;
    border-radius: 5px;
}

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

.seromavelPulseRoutineLight_CheckboxGroup {
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.seromavelPulseRoutineLight_BtnSubmit {
    width: 100%;
    padding: 18px;
    background: #B98CFF;
    border: none;
    color: #0B0020;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.seromavelPulseRoutineLight_BtnSubmit:hover {
    box-shadow: 0 0 25px #B98CFF;
    transform: translateY(-2px);
}

/* FOOTER */
.seromavelPulseRoutineLight_Footer {
    padding: 60px 0;
    text-align: center;
    border-top: 2px solid #B98CFF;
    background: #0B0020;
}

.seromavelPulseRoutineLight_FooterText {
    margin-bottom: 10px;
}

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

.seromavelPulseRoutineLight_FooterLinks a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.85rem;
}

.seromavelPulseRoutineLight_FooterLinks a:hover {
    color: #B98CFF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .seromavelPulseRoutineLight_HeroGrid, .seromavelPulseRoutineLight_BenefitsGrid {
        flex-direction: column;
    }
    
    .seromavelPulseRoutineLight_H1 { font-size: 2.5rem; }
}

@media (max-width: 768px) {
    .seromavelPulseRoutineLight_Nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #0B0020;
        padding: 20px;
        border-bottom: 2px solid #B98CFF;
    }
    
    .seromavelPulseRoutineLight_NavList {
        flex-direction: column;
        align-items: center;
    }
    
    .seromavelPulseRoutineLight_Burger {
        display: flex;
    }
    
    .seromavelPulseRoutineLight_NavToggle:checked ~ .seromavelPulseRoutineLight_Nav {
        display: block;
    }
    
    .seromavelPulseRoutineLight_PriceCard {
        width: 100%;
    }
}