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

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

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

/* HELPER CLASSES */
.tenarovilMotionPulseField_NeonText {
    color: #5AF3FF;
    text-shadow: 0 0 8px rgba(90, 243, 255, 0.6);
}

.tenarovilMotionPulseField_H2Title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.tenarovilMotionPulseField_H2Title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #5AF3FF;
    box-shadow: 0 0 10px #5AF3FF;
}

/* HEADER STYLE */
.tenarovilMotionPulseField_HeaderWrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(5, 6, 7, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(90, 243, 255, 0.3);
}

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

.tenarovilMotionPulseField_LogoText {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5AF3FF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

.tenarovilMotionPulseField_NavLink {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    font-size: 0.95rem;
}

.tenarovilMotionPulseField_NavLink:hover {
    color: #5AF3FF;
    text-shadow: 0 0 10px #5AF3FF;
}

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

.tenarovilMotionPulseField_BurgerBtn {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
}

.tenarovilMotionPulseField_BurgerBtn span {
    display: block;
    width: 25px;
    height: 2px;
    background: #5AF3FF;
    transition: 0.3s;
}

/* HERO SECTION */
.tenarovilMotionPulseField_HeroSection {
    position: relative;
    padding: 40px 0 100px;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.tenarovilMotionPulseField_QuickLinkBtn {
    padding: 8px 20px;
    border: 1px solid rgba(90, 243, 255, 0.4);
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    transition: 0.3s;
    background: rgba(90, 243, 255, 0.05);
}

.tenarovilMotionPulseField_QuickLinkBtn:hover {
    background: #5AF3FF;
    color: #050607;
    box-shadow: 0 0 15px #5AF3FF;
}

.tenarovilMotionPulseField_HeroContent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}

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

.tenarovilMotionPulseField_MainImage {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.2);
    border: 1px solid rgba(90, 243, 255, 0.1);
}

.tenarovilMotionPulseField_HeroTextSide {
    flex: 1.2;
}

.tenarovilMotionPulseField_H1Title {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.tenarovilMotionPulseField_SubTitle {
    font-size: 1.4rem;
    color: #5AF3FF;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.tenarovilMotionPulseField_Description {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    opacity: 0.9;
}

.tenarovilMotionPulseField_CtaButton {
    display: inline-block;
    margin-top: 2rem;
    padding: 15px 40px;
    background: #5AF3FF;
    color: #050607;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.4s;
}

.tenarovilMotionPulseField_CtaButton:hover {
    background: #ffffff;
    box-shadow: 0 0 25px #5AF3FF;
    transform: translateY(-3px);
}

.tenarovilMotionPulseField_CyberGridDecoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(90, 243, 255, 0.05) 0%, transparent 100%);
    pointer-events: none;
}

/* PRICE SECTION */
.tenarovilMotionPulseField_PriceSection {
    padding: 100px 0;
    background: #0a0b0d;
}

.tenarovilMotionPulseField_QuickLinksPrice {
    text-align: center;
    margin-bottom: 40px;
}

.tenarovilMotionPulseField_InlineLink {
    color: #5AF3FF;
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px dashed #5AF3FF;
}

.tenarovilMotionPulseField_PriceGrid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.tenarovilMotionPulseField_PriceCard {
    background: #111316;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 15px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    position: relative;
}

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

.tenarovilMotionPulseField_PriceCardFeatured {
    border: 1px solid #5AF3FF;
    background: rgba(90, 243, 255, 0.03);
    transform: scale(1.05);
}

.tenarovilMotionPulseField_Badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #5AF3FF;
    color: #050607;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
}

.tenarovilMotionPulseField_CardTitle {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

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

.tenarovilMotionPulseField_PriceList {
    list-style: none;
    margin-bottom: 35px;
    flex-grow: 1;
}

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

.tenarovilMotionPulseField_PriceList li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #5AF3FF;
}

.tenarovilMotionPulseField_PriceBtn {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}

.tenarovilMotionPulseField_PriceBtn:hover {
    background: rgba(90, 243, 255, 0.1);
}

.tenarovilMotionPulseField_PriceBtnFeatured {
    display: block;
    text-align: center;
    padding: 12px;
    background: #5AF3FF;
    color: #050607;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}

/* QUOTE SECTION */
.tenarovilMotionPulseField_QuoteSection {
    padding: 120px 0;
    background: #050607;
}

.tenarovilMotionPulseField_QuoteBox {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #111316 0%, #050607 100%);
    padding: 60px;
    border-radius: 30px;
    border-left: 5px solid #5AF3FF;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.tenarovilMotionPulseField_QuoteIcon {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 8rem;
    color: rgba(90, 243, 255, 0.05);
    font-family: serif;
    line-height: 1;
}

.tenarovilMotionPulseField_QuoteText {
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.tenarovilMotionPulseField_QuoteAuthor span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

.tenarovilMotionPulseField_QuoteAuthor p {
    font-size: 0.95rem;
    opacity: 0.7;
}

/* TARGET SECTION */
.tenarovilMotionPulseField_TargetSection {
    padding: 100px 0;
    background: #0a0b0d;
}

.tenarovilMotionPulseField_SectionIntro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 1.1rem;
    opacity: 0.8;
}

.tenarovilMotionPulseField_TargetGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.tenarovilMotionPulseField_TargetCard {
    background: #111316;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.tenarovilMotionPulseField_TargetImg {
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: grayscale(0.5);
}

.tenarovilMotionPulseField_TargetCard:hover .tenarovilMotionPulseField_TargetImg {
    filter: grayscale(0);
}

.tenarovilMotionPulseField_TargetInfo {
    padding: 25px;
}

.tenarovilMotionPulseField_TargetInfo h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #5AF3FF;
}

.tenarovilMotionPulseField_Tag {
    display: inline-block;
    margin-top: 15px;
    font-size: 0.75rem;
    background: rgba(90, 243, 255, 0.1);
    color: #5AF3FF;
    padding: 4px 12px;
    border-radius: 4px;
}

.tenarovilMotionPulseField_FullList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 15px;
    list-style: none;
    margin-top: 50px;
}

.tenarovilMotionPulseField_FullList li {
    padding: 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    border-left: 3px solid #5AF3FF;
}

/* BENEFITS SECTION */
.tenarovilMotionPulseField_BenefitsSection {
    padding: 100px 0;
}

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

.tenarovilMotionPulseField_BenefitsText {
    flex: 1;
}

.tenarovilMotionPulseField_StyledList {
    list-style: none;
}

.tenarovilMotionPulseField_StyledList li {
    margin-bottom: 25px;
    font-size: 1.1rem;
    padding-left: 30px;
    position: relative;
}

.tenarovilMotionPulseField_StyledList li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #5AF3FF;
    box-shadow: 0 0 10px #5AF3FF;
    border-radius: 50%;
}

.tenarovilMotionPulseField_BenefitsImage {
    flex: 1;
}

.tenarovilMotionPulseField_RoundImg {
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 40px rgba(90, 243, 255, 0.15);
}

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

.tenarovilMotionPulseField_AltBg {
    background: #0a0b0d;
}

.tenarovilMotionPulseField_TextSection p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    max-width: 900px;
}

.tenarovilMotionPulseField_InnerList {
    margin: 20px 0 30px 40px;
}

.tenarovilMotionPulseField_InnerList li {
    margin-bottom: 10px;
    color: #5AF3FF;
}

.tenarovilMotionPulseField_HighlightBox {
    background: #111316;
    padding: 30px;
    border: 1px dashed rgba(90, 243, 255, 0.5);
    margin: 30px 0;
    font-style: italic;
    font-size: 1.2rem;
}

/* FAQ SECTION */
.tenarovilMotionPulseField_FaqSection {
    padding: 100px 0;
}

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

.tenarovilMotionPulseField_FaqItem {
    margin-bottom: 15px;
    background: #111316;
    border-radius: 10px;
    overflow: hidden;
}

.tenarovilMotionPulseField_FaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

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

.tenarovilMotionPulseField_FaqSummary::after {
    content: '+';
    font-size: 1.5rem;
    color: #5AF3FF;
}

.tenarovilMotionPulseField_FaqItem[open] .tenarovilMotionPulseField_FaqSummary::after {
    content: '-';
}

.tenarovilMotionPulseField_FaqContent {
    padding: 0 20px 20px;
    opacity: 0.9;
}

/* CONTACT SECTION & FORM */
.tenarovilMotionPulseField_ContactSection {
    padding: 100px 0;
    background: #050607;
}

.tenarovilMotionPulseField_ContactGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.tenarovilMotionPulseField_FormSub {
    margin-bottom: 30px;
    opacity: 0.8;
}

.tenarovilMotionPulseField_InputGroup {
    margin-bottom: 20px;
}

.tenarovilMotionPulseField_InputGroup label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.tenarovilMotionPulseField_InputGroup input,
.tenarovilMotionPulseField_InputGroup textarea {
    width: 100%;
    padding: 12px 15px;
    background: #111316;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}

.tenarovilMotionPulseField_InputGroup input:focus,
.tenarovilMotionPulseField_InputGroup textarea:focus {
    border-color: #5AF3FF;
    box-shadow: 0 0 10px rgba(90, 243, 255, 0.2);
}

.tenarovilMotionPulseField_CheckboxGroup {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 0.85rem;
}

.tenarovilMotionPulseField_CheckboxGroup a {
    color: #5AF3FF;
}

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

.tenarovilMotionPulseField_SubmitBtn:hover {
    box-shadow: 0 0 20px #5AF3FF;
    transform: translateY(-2px);
}

.tenarovilMotionPulseField_ContactInfoCard {
    background: #111316;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(90, 243, 255, 0.1);
}

.tenarovilMotionPulseField_ContactInfoCard h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
    color: #5AF3FF;
}

.tenarovilMotionPulseField_ContactInfoCard p {
    margin-bottom: 15px;
}

.tenarovilMotionPulseField_ContactInfoCard a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

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

.tenarovilMotionPulseField_Schedule {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* FOOTER */
.tenarovilMotionPulseField_Footer {
    background: #030405;
    padding: 60px 0 30px;
    border-top: 1px solid rgba(90, 243, 255, 0.2);
}

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

.tenarovilMotionPulseField_FooterLogo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #5AF3FF;
}

.tenarovilMotionPulseField_FooterDivider {
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
}

.tenarovilMotionPulseField_FooterBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.85rem;
    opacity: 0.6;
}

.tenarovilMotionPulseField_FooterLinks {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tenarovilMotionPulseField_FooterLinks a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

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

/* RESPONSIVE */
@media (max-width: 992px) {
    .tenarovilMotionPulseField_HeroContent,
    .tenarovilMotionPulseField_BenefitsLayout,
    .tenarovilMotionPulseField_ContactGrid {
        flex-direction: column;
        text-align: center;
    }

    .tenarovilMotionPulseField_ContactGrid {
        grid-template-columns: 1fr;
    }

    .tenarovilMotionPulseField_H1Title {
        font-size: 2.5rem;
    }

    .tenarovilMotionPulseField_HeroImageSide,
    .tenarovilMotionPulseField_HeroTextSide {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tenarovilMotionPulseField_NavMenu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: #050607;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        transition: 0.5s;
    }

    .tenarovilMotionPulseField_BurgerBtn {
        display: flex;
    }

    .tenarovilMotionPulseField_BurgerCheckbox:checked ~ .tenarovilMotionPulseField_NavMenu {
        left: 0;
    }

    .tenarovilMotionPulseField_BurgerCheckbox:checked ~ .tenarovilMotionPulseField_BurgerBtn span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .tenarovilMotionPulseField_BurgerCheckbox:checked ~ .tenarovilMotionPulseField_BurgerBtn span:nth-child(2) {
        opacity: 0;
    }

    .tenarovilMotionPulseField_BurgerCheckbox:checked ~ .tenarovilMotionPulseField_BurgerBtn span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }

    .tenarovilMotionPulseField_PriceGrid {
        flex-direction: column;
        align-items: center;
    }

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