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

body.moranavixMotionPulseScope_Body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #120014;
    color: #f0f0f0;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* HEADER STYLE */
.moranavixMotionPulseScope_Header {
    background: linear-gradient(180deg, rgba(255, 79, 216, 0.1) 0%, rgba(18, 0, 20, 0.9) 100%);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 79, 216, 0.3);
    backdrop-filter: blur(10px);
}

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

.moranavixMotionPulseScope_Logo {
    font-size: 28px;
    font-weight: 800;
    color: #FF4FD8;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 79, 216, 0.5);
}

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

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

.moranavixMotionPulseScope_NavLink:hover {
    color: #FF4FD8;
    text-shadow: 0 0 8px #FF4FD8;
}

/* BURGER MENU (NO JS) */
.moranavixMotionPulseScope_NavToggle {
    display: none;
}

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

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

/* HERO SECTION */
.moranavixMotionPulseScope_Hero {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

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

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

.moranavixMotionPulseScope_HeroImg {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 79, 216, 0.4);
    object-fit: cover;
}

.moranavixMotionPulseScope_HeroTextCol {
    flex: 1.5;
    min-width: 300px;
}

.moranavixMotionPulseScope_H1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.moranavixMotionPulseScope_SubH1 {
    font-size: 20px;
    color: #FF4FD8;
    margin-bottom: 40px;
}

.moranavixMotionPulseScope_HeroFeatures {
    margin-bottom: 40px;
}

.moranavixMotionPulseScope_HeroFeatureItem {
    margin-bottom: 25px;
}

.moranavixMotionPulseScope_H3 {
    font-size: 22px;
    color: #FF4FD8;
    margin-bottom: 10px;
}

.moranavixMotionPulseScope_Text {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 15px;
}

/* BUTTONS */
.moranavixMotionPulseScope_BtnPrimary {
    display: inline-block;
    padding: 15px 40px;
    background-color: #FF4FD8;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 79, 216, 0.6);
}

.moranavixMotionPulseScope_BtnPrimary:hover {
    background-color: #ff76e2;
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(255, 79, 216, 0.9);
}

/* REVIEWS */
.moranavixMotionPulseScope_Reviews {
    padding: 80px 0;
    background: rgba(255, 79, 216, 0.03);
}

.moranavixMotionPulseScope_H2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
}

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

.moranavixMotionPulseScope_ReviewCard {
    flex: 1;
    min-width: 280px;
    background: #1e0022;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 79, 216, 0.2);
    transition: 0.3s;
}

.moranavixMotionPulseScope_ReviewCard:hover {
    border-color: #FF4FD8;
}

.moranavixMotionPulseScope_Author {
    display: block;
    margin-top: 20px;
    color: #FF4FD8;
    font-weight: bold;
    font-style: italic;
}

/* PRICES */
.moranavixMotionPulseScope_Price {
    padding: 80px 0;
}

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

.moranavixMotionPulseScope_PriceCard {
    flex: 1;
    min-width: 300px;
    background: #1a001e;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 79, 216, 0.2);
    text-align: center;
}

.moranavixMotionPulseScope_Featured {
    border: 2px solid #FF4FD8;
    transform: scale(1.05);
    background: #25002b;
}

.moranavixMotionPulseScope_Cost {
    font-size: 40px;
    font-weight: 800;
    margin: 20px 0;
    color: #fff;
}

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

.moranavixMotionPulseScope_PriceList li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.moranavixMotionPulseScope_PriceList li::before {
    content: '⚡';
    position: absolute;
    left: 0;
    color: #FF4FD8;
}

.moranavixMotionPulseScope_QuickLinks {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.moranavixMotionPulseScope_QuickLinks a {
    color: #FF4FD8;
    text-decoration: underline;
    font-size: 14px;
}

/* AUDIENCE */
.moranavixMotionPulseScope_Audience {
    padding: 80px 0;
    background: #0d000e;
}

.moranavixMotionPulseScope_AudienceList {
    margin-top: 40px;
}

.moranavixMotionPulseScope_AudienceItem {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.moranavixMotionPulseScope_AudienceImg {
    flex: 1;
    min-width: 300px;
    border-radius: 15px;
    object-fit: cover;
}

.moranavixMotionPulseScope_AudienceContent {
    flex: 1.5;
    min-width: 300px;
}

.moranavixMotionPulseScope_PriceLabel {
    display: inline-block;
    margin-top: 15px;
    background: rgba(255, 79, 216, 0.2);
    padding: 5px 15px;
    border-radius: 5px;
    color: #FF4FD8;
    font-weight: bold;
}

/* QUOTE */
.moranavixMotionPulseScope_QuoteSection {
    padding: 100px 0;
    background: linear-gradient(90deg, #120014 0%, #25002b 50%, #120014 100%);
}

.moranavixMotionPulseScope_QuoteBox {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.moranavixMotionPulseScope_QuoteText {
    font-size: 24px;
    font-style: italic;
    color: #eee;
    margin-bottom: 30px;
    line-height: 1.5;
    position: relative;
}

.moranavixMotionPulseScope_QuoteAuthor {
    border-top: 1px solid #FF4FD8;
    padding-top: 20px;
    display: inline-block;
}

.moranavixMotionPulseScope_AuthorName {
    font-size: 20px;
    font-weight: bold;
    color: #FF4FD8;
}

/* BENEFITS */
.moranavixMotionPulseScope_Benefits {
    padding: 80px 0;
}

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

.moranavixMotionPulseScope_BenefitsText, 
.moranavixMotionPulseScope_BenefitsImage {
    flex: 1;
    min-width: 300px;
}

.moranavixMotionPulseScope_StandardImg {
    width: 100%;
    border-radius: 20px;
}

.moranavixMotionPulseScope_CheckList {
    list-style: none;
}

.moranavixMotionPulseScope_CheckList li {
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.moranavixMotionPulseScope_CheckList li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #FF4FD8;
    font-weight: bold;
}

/* EXTRA SECTIONS */
.moranavixMotionPulseScope_ExtraSection {
    padding: 80px 0;
}

.moranavixMotionPulseScope_AltBg {
    background: #18001b;
}

.moranavixMotionPulseScope_TextList {
    margin-top: 20px;
    list-style: square;
    padding-left: 20px;
    color: #ccc;
}

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

.moranavixMotionPulseScope_Details {
    background: #1e0022;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 79, 216, 0.2);
}

.moranavixMotionPulseScope_Summary {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #FF4FD8;
    outline: none;
    list-style: none;
}

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

.moranavixMotionPulseScope_DetailsContent {
    padding: 20px;
    border-top: 1px solid rgba(255, 79, 216, 0.1);
}

/* FORM */
.moranavixMotionPulseScope_ContactForm {
    padding: 100px 0;
    background: linear-gradient(0deg, #120014 0%, #1e0022 100%);
}

.moranavixMotionPulseScope_FormWrapper {
    max-width: 600px;
    margin: 0 auto;
}

.moranavixMotionPulseScope_Form {
    background: #0d000e;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #FF4FD8;
    box-shadow: 0 0 20px rgba(255, 79, 216, 0.2);
}

.moranavixMotionPulseScope_InputGroup {
    margin-bottom: 20px;
}

.moranavixMotionPulseScope_Label {
    display: block;
    margin-bottom: 8px;
    color: #FF4FD8;
}

.moranavixMotionPulseScope_Input, 
.moranavixMotionPulseScope_Textarea {
    width: 100%;
    padding: 12px;
    background: #120014;
    border: 1px solid rgba(255, 79, 216, 0.3);
    border-radius: 5px;
    color: #fff;
    outline: none;
}

.moranavixMotionPulseScope_Input:focus, 
.moranavixMotionPulseScope_Textarea:focus {
    border-color: #FF4FD8;
    box-shadow: 0 0 5px #FF4FD8;
}

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

.moranavixMotionPulseScope_CheckLabel {
    font-size: 14px;
}

.moranavixMotionPulseScope_CheckLabel a {
    color: #FF4FD8;
}

.moranavixMotionPulseScope_SubmitBtn {
    width: 100%;
    padding: 15px;
    background: #FF4FD8;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.moranavixMotionPulseScope_SubmitBtn:hover {
    background: #ff76e2;
    box-shadow: 0 0 15px #FF4FD8;
}

/* FOOTER */
.moranavixMotionPulseScope_Footer {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 79, 216, 0.3);
    text-align: center;
}

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

.moranavixMotionPulseScope_FooterLinks a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.moranavixMotionPulseScope_FooterLinks a:hover {
    color: #FF4FD8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .moranavixMotionPulseScope_H1 { font-size: 36px; }
    .moranavixMotionPulseScope_Featured { transform: scale(1); }
}

@media (max-width: 768px) {
    .moranavixMotionPulseScope_Burger { display: flex; }
    .moranavixMotionPulseScope_Nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #120014;
        padding: 20px;
        border-bottom: 1px solid #FF4FD8;
    }
    .moranavixMotionPulseScope_NavList {
        flex-direction: column;
        align-items: center;
    }
    .moranavixMotionPulseScope_NavToggle:checked ~ .moranavixMotionPulseScope_Nav {
        display: block;
    }
    .moranavixMotionPulseScope_HeroRow { flex-direction: column; }
    .moranavixMotionPulseScope_AudienceItem { flex-direction: column; }
    .moranavixMotionPulseScope_BenefitsRow { flex-direction: column-reverse; }
}