/* 
 * NARXIVO — PREMIUM CARBON STYLE 
 * RESET & BASE STYLES
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

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

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

img {
    max-width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

/* TYPOGRAPHY */
.narxivoLeanMotionCanvasH1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #ffffff;
}

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

.narxivoLeanMotionCanvasH2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #FFC55E;
}

.narxivoLeanMotionCanvasH2::before {
    content: '•';
    color: #FFC55E;
    position: absolute;
    left: calc(50% - 45px);
    bottom: -6px;
    font-size: 20px;
}

.narxivoLeanMotionCanvasText {
    margin-bottom: 1.2rem;
    color: #cccccc;
    font-size: 1.1rem;
}

/* HEADER */
.narxivoLeanMotionCanvasHeader {
    background-color: #0d0e10;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #FFC55E;
}

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

.narxivoLeanMotionCanvasLogo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFC55E;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.narxivoLeanMotionCanvasNavLink {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
}

.narxivoLeanMotionCanvasNavLink:hover {
    color: #FFC55E;
}

/* BURGER MENU (No JS) */
.narxivoLeanMotionCanvasMenuCheckbox {
    display: none;
}

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

.narxivoLeanMotionCanvasMenuBtn span {
    width: 25px;
    height: 3px;
    background-color: #FFC55E;
    border-radius: 2px;
}

/* HERO SECTION */
.narxivoLeanMotionCanvasHeroSection {
    padding: 80px 0;
    background: radial-gradient(circle at top right, #1a1b1d 0%, #060708 60%);
}

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

.narxivoLeanMotionCanvasHeroImageCol {
    flex: 1;
}

.narxivoLeanMotionCanvasHeroTextCol {
    flex: 1;
}

.narxivoLeanMotionCanvasMainHeroImg {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 20px rgba(255, 197, 94, 0.1);
}

.narxivoLeanMotionCanvasSub {
    font-size: 1.4rem;
    color: #FFC55E;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.narxivoLeanMotionCanvasHeroSubBlocks {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.narxivoLeanMotionCanvasHeroSubCard {
    flex: 1;
    background: #111214;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #1e1f21;
}

.narxivoLeanMotionCanvasSubImg {
    border-radius: 8px;
    margin-bottom: 15px;
    width: 100%;
}

.narxivoLeanMotionCanvasSubTitle {
    color: #FFC55E;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

/* BUTTONS */
.narxivoLeanMotionCanvasPrimaryBtn {
    display: inline-block;
    background-color: #FFC55E;
    color: #060708;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.narxivoLeanMotionCanvasPrimaryBtn:hover {
    box-shadow: 0 0 25px rgba(255, 197, 94, 0.6);
    transform: translateY(-2px);
}

.narxivoLeanMotionCanvasSecondaryBtn {
    display: inline-block;
    background-color: transparent;
    color: #FFC55E;
    padding: 12px 30px;
    border-radius: 5px;
    border: 1px solid #FFC55E;
    font-weight: 600;
    font-size: 0.9rem;
}

.narxivoLeanMotionCanvasSecondaryBtn:hover {
    background-color: rgba(255, 197, 94, 0.1);
}

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

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

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

.narxivoLeanMotionCanvasPriceCard {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    background: #0d0e10;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.4s ease;
}

.narxivoLeanMotionCanvasPriceCard:hover {
    border-color: #FFC55E;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.narxivoLeanMotionCanvasPriceFeatured {
    border: 2px solid #FFC55E;
    transform: scale(1.05);
    z-index: 5;
    background: #111214;
}

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

.narxivoLeanMotionCanvasPriceValue {
    font-size: 2.5rem;
    color: #FFC55E;
    font-weight: 800;
    margin-bottom: 25px;
}

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

.narxivoLeanMotionCanvasPriceList li {
    padding: 10px 0;
    border-bottom: 1px solid #1e1f21;
    color: #bbb;
    font-size: 0.95rem;
}

.narxivoLeanMotionCanvasPriceList li::before {
    content: '→';
    color: #FFC55E;
    margin-right: 10px;
}

/* REVIEWS */
.narxivoLeanMotionCanvasReviewsSection {
    padding: 100px 0;
    background-color: #060708;
}

.narxivoLeanMotionCanvasReviewsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.narxivoLeanMotionCanvasReviewItem {
    background: #0d0e10;
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid #FFC55E;
}

.narxivoLeanMotionCanvasReviewText {
    font-style: italic;
    color: #ddd;
    margin-bottom: 20px;
}

.narxivoLeanMotionCanvasReviewAuthor {
    display: block;
    color: #FFC55E;
    font-weight: 600;
}

/* EXPERT SECTION */
.narxivoLeanMotionCanvasExpertSection {
    padding: 100px 0;
    background: #0a0b0d;
}

.narxivoLeanMotionCanvasExpertBox {
    display: flex;
    align-items: center;
    gap: 60px;
    background: #111214;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
    border: 1px solid #1e1f21;
}

.narxivoLeanMotionCanvasExpertContent {
    flex: 1;
}

.narxivoLeanMotionCanvasExpertImage {
    flex: 1;
}

.narxivoLeanMotionCanvasExpertImg {
    border-radius: 15px;
}

.narxivoLeanMotionCanvasExpertQuote {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}

.narxivoLeanMotionCanvasExpertQuote::before {
    content: '"';
    font-size: 5rem;
    position: absolute;
    top: -40px;
    left: -20px;
    color: rgba(255, 197, 94, 0.2);
}

.narxivoLeanMotionCanvasExpertName {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFC55E;
}

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

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

.narxivoLeanMotionCanvasBenefitsText {
    flex: 1;
}

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

.narxivoLeanMotionCanvasBenefitsList li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.narxivoLeanMotionCanvasBenefitsList li::before {
    content: '◈';
    position: absolute;
    left: 0;
    color: #FFC55E;
}

.narxivoLeanMotionCanvasBenefitsImgCol {
    flex: 1;
}

.narxivoLeanMotionCanvasBenefitImg {
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
}

/* WHO IT IS FOR */
.narxivoLeanMotionCanvasWhoSection {
    padding: 100px 0;
    background: #0a0b0d;
}

.narxivoLeanMotionCanvasWhoGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.narxivoLeanMotionCanvasWhoItem {
    background: #111214;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #1e1f21;
}

.narxivoLeanMotionCanvasWhoIcon {
    color: #FFC55E;
    font-size: 1.5rem;
}

.narxivoLeanMotionCanvasServiceExtended {
    margin-top: 80px;
    text-align: center;
}

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

.narxivoLeanMotionCanvasExtCard {
    background: #0d0e10;
    padding: 30px;
    border-radius: 15px;
    max-width: 350px;
}

.narxivoLeanMotionCanvasExtImg {
    border-radius: 10px;
    margin-bottom: 20px;
}

.narxivoLeanMotionCanvasExtPrice {
    color: #FFC55E;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 10px 0;
}

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

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

.narxivoLeanMotionCanvasFaqItem {
    margin-bottom: 15px;
    background: #111214;
    border-radius: 8px;
    overflow: hidden;
}

.narxivoLeanMotionCanvasFaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1e1f21;
}

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

.narxivoLeanMotionCanvasFaqSummary::after {
    content: '▼';
    font-size: 0.8rem;
    color: #FFC55E;
}

.narxivoLeanMotionCanvasFaqContent {
    padding: 20px;
    color: #ccc;
}

/* FORM */
.narxivoLeanMotionCanvasFormSection {
    padding: 100px 0;
    background: #0a0b0d;
}

.narxivoLeanMotionCanvasFormWrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #111214;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #222;
}

.narxivoLeanMotionCanvasFormSub {
    text-align: center;
    margin-bottom: 30px;
    color: #999;
}

.narxivoLeanMotionCanvasFormField {
    margin-bottom: 20px;
}

.narxivoLeanMotionCanvasFormField label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #FFC55E;
}

.narxivoLeanMotionCanvasFormField input,
.narxivoLeanMotionCanvasFormField textarea {
    width: 100%;
    padding: 12px;
    background: #060708;
    border: 1px solid #333;
    color: white;
    border-radius: 5px;
}

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

.narxivoLeanMotionCanvasFormCheckbox label {
    font-size: 0.9rem;
    color: #ccc;
}

.narxivoLeanMotionCanvasFormCheckbox a {
    color: #FFC55E;
}

.narxivoLeanMotionCanvasSubmitBtn {
    width: 100%;
    background: #FFC55E;
    color: #060708;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
}

/* TEXT SECTIONS */
.narxivoLeanMotionCanvasTextSection {
    padding: 100px 0;
    border-top: 1px solid #1e1f21;
}

.narxivoLeanMotionCanvasTextSectionAlt {
    background: #0a0b0d;
}

.narxivoLeanMotionCanvasRichContent p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #bbb;
}

.narxivoLeanMotionCanvasBulletList {
    margin: 20px 0 30px 20px;
    color: #bbb;
}

.narxivoLeanMotionCanvasBulletList li {
    margin-bottom: 10px;
}

/* FOOTER */
.narxivoLeanMotionCanvasFooter {
    background: #060708;
    padding: 60px 0 30px;
    border-top: 2px solid #FFC55E;
}

.narxivoLeanMotionCanvasFooterTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.narxivoLeanMotionCanvasFooterBrand {
    font-size: 1.4rem;
    color: #FFC55E;
    font-weight: 700;
    margin-bottom: 15px;
}

.narxivoLeanMotionCanvasFooterLinks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.narxivoLeanMotionCanvasFooterLinks a {
    color: #888;
    font-size: 0.9rem;
}

.narxivoLeanMotionCanvasFooterLinks a:hover {
    color: #FFC55E;
}

.narxivoLeanMotionCanvasFooterBottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #1a1b1d;
    color: #555;
    font-size: 0.85rem;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .narxivoLeanMotionCanvasHeroGrid,
    .narxivoLeanMotionCanvasExpertBox,
    .narxivoLeanMotionCanvasBenefitsGrid {
        flex-direction: column;
    }
    
    .narxivoLeanMotionCanvasH1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .narxivoLeanMotionCanvasNav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0d0e10;
        padding: 20px;
        border-bottom: 1px solid #FFC55E;
    }
    
    .narxivoLeanMotionCanvasNavList {
        flex-direction: column;
        text-align: center;
    }
    
    .narxivoLeanMotionCanvasMenuBtn {
        display: flex;
    }
    
    #narxivoMobileMenuToggle:checked ~ .narxivoLeanMotionCanvasNav {
        display: block;
    }
    
    .narxivoLeanMotionCanvasHeroSubBlocks,
    .narxivoLeanMotionCanvasReviewsGrid,
    .narxivoLeanMotionCanvasWhoGrid {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }

    .narxivoLeanMotionCanvasPriceCard {
        max-width: 100%;
    }
}