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

html {
    scroll-behavior: smooth;
}

body.morqanoCoreControlLatticeBody {
    background-color: #050A18;
    color: #FFFFFF;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

img.morqanoCoreControlLatticeImgFluid {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(106, 169, 255, 0.2);
}

/* TYPOGRAPHY */
.morqanoCoreControlLatticeH1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #6AA9FF;
    text-shadow: 0 0 15px rgba(106, 169, 255, 0.4);
}

.morqanoCoreControlLatticeH2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: #6AA9FF;
    position: relative;
}

.morqanoCoreControlLatticeH2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #6AA9FF;
    margin: 15px auto 0;
    box-shadow: 0 0 10px #6AA9FF;
}

.morqanoCoreControlLatticeH3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #6AA9FF;
}

.morqanoCoreControlLatticeSub {
    font-size: 1.25rem;
    color: #6AA9FF;
    margin-bottom: 20px;
    font-weight: 500;
}

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

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

/* BUTTONS */
.morqanoCoreControlLatticeBtnPrimary {
    display: inline-block;
    background-color: #6AA9FF;
    color: #050A18;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #6AA9FF;
    cursor: pointer;
}

.morqanoCoreControlLatticeBtnPrimary:hover {
    background-color: transparent;
    color: #6AA9FF;
    box-shadow: 0 0 20px #6AA9FF;
}

.morqanoCoreControlLatticeBtnSecondary {
    display: inline-block;
    background-color: transparent;
    color: #6AA9FF;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #6AA9FF;
    transition: all 0.3s ease;
}

.morqanoCoreControlLatticeBtnSecondary:hover {
    box-shadow: 0 0 15px #6AA9FF;
    background-color: rgba(106, 169, 255, 0.1);
}

.morqanoCoreControlLatticeBtnBlock {
    display: block;
    width: 100%;
    text-align: center;
}

/* HEADER */
.morqanoCoreControlLatticeHeader {
    background-color: rgba(5, 10, 24, 0.95);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(106, 169, 255, 0.3);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

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

.morqanoCoreControlLatticeLogo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #6AA9FF;
    text-shadow: 0 0 10px rgba(106, 169, 255, 0.6);
}

.morqanoCoreControlLatticeNav {
    display: flex;
    gap: 20px;
}

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

.morqanoCoreControlLatticeNavLink:hover {
    color: #6AA9FF;
}

.morqanoCoreControlLatticeMenuCheckbox, 
.morqanoCoreControlLatticeBurger {
    display: none;
}

/* HERO SECTION */
.morqanoCoreControlLatticeHeroSection {
    padding: 80px 0;
    position: relative;
}

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

.morqanoCoreControlLatticeQuickBtn {
    background: rgba(106, 169, 255, 0.1);
    border: 1px solid #6AA9FF;
    color: #6AA9FF;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    transition: 0.3s;
}

.morqanoCoreControlLatticeQuickBtn:hover {
    background: #6AA9FF;
    color: #050A18;
}

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

.morqanoCoreControlLatticeHeroImage, 
.morqanoCoreControlLatticeHeroContent {
    flex: 1;
}

/* PRICE SECTION */
.morqanoCoreControlLatticePriceSection {
    padding: 100px 0;
    background: linear-gradient(180deg, #050A18 0%, #0A1428 100%);
}

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

.morqanoCoreControlLatticePriceCard {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(106, 169, 255, 0.2);
    padding: 40px 30px;
    border-radius: 15px;
    flex: 1;
    min-width: 260px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s;
}

.morqanoCoreControlLatticePriceCard:hover {
    transform: translateY(-10px);
    border-color: #6AA9FF;
}

.morqanoCoreControlLatticePriceCardFeatured {
    border: 2px solid #6AA9FF;
    background: rgba(106, 169, 255, 0.05);
    transform: scale(1.05);
}

.morqanoCoreControlLatticePriceVal {
    font-size: 2rem;
    font-weight: 800;
    margin: 20px 0;
    color: #FFFFFF;
}

.morqanoCoreControlLatticeDiscount {
    font-size: 0.9rem;
    color: #FF6A6A;
    display: block;
}

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

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

/* WHO SECTION */
.morqanoCoreControlLatticeWhoSection {
    padding: 100px 0;
}

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

.morqanoCoreControlLatticeWhoItem {
    width: calc(50% - 30px);
    min-width: 280px;
    padding: 20px;
    background: rgba(106, 169, 255, 0.02);
    border-left: 4px solid #6AA9FF;
    position: relative;
}

.morqanoCoreControlLatticeWhoLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #6AA9FF;
    transition: width 0.5s;
}

.morqanoCoreControlLatticeWhoItem:hover .morqanoCoreControlLatticeWhoLine {
    width: 100%;
}

/* BENEFITS SECTION */
.morqanoCoreControlLatticeBenefitsSection {
    padding: 100px 0;
    background: #060E22;
}

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

.morqanoCoreControlLatticeReverse {
    flex-direction: row-reverse;
}

.morqanoCoreControlLatticeBenefitText, 
.morqanoCoreControlLatticeBenefitImg {
    flex: 1;
}

.morqanoCoreControlLatticeSimpleList {
    list-style: none;
    margin-top: 15px;
}

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

.morqanoCoreControlLatticeSimpleList li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #6AA9FF;
}

/* EXPERT / SLIDER SECTION */
.morqanoCoreControlLatticeExpertSection {
    padding: 100px 0;
}

.morqanoCoreControlLatticeSliderWrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.morqanoCoreControlLatticeSliderInput {
    display: none;
}

.morqanoCoreControlLatticeSlides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 200%;
}

.morqanoCoreControlLatticeSlide {
    width: 50%;
    text-align: center;
    padding: 0 40px;
}

.morqanoCoreControlLatticeQuote {
    font-size: 1.5rem;
    font-style: italic;
    color: #E0E0E0;
    margin-bottom: 30px;
}

.morqanoCoreControlLatticeAuthor {
    display: flex;
    flex-direction: column;
}

.morqanoCoreControlLatticeName {
    font-weight: 800;
    color: #6AA9FF;
    font-size: 1.2rem;
}

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

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

.morqanoCoreControlLatticeSliderDot {
    width: 12px;
    height: 12px;
    border: 2px solid #6AA9FF;
    border-radius: 50%;
    cursor: pointer;
}

#morqanoSlide1:checked ~ .morqanoCoreControlLatticeSlides { transform: translateX(0); }
#morqanoSlide2:checked ~ .morqanoCoreControlLatticeSlides { transform: translateX(-50%); }

#morqanoSlide1:checked ~ .morqanoCoreControlLatticeSliderControls label:nth-child(1),
#morqanoSlide2:checked ~ .morqanoCoreControlLatticeSliderControls label:nth-child(2) {
    background: #6AA9FF;
    box-shadow: 0 0 10px #6AA9FF;
}

/* FAQ SECTION */
.morqanoCoreControlLatticeFaqSection {
    padding: 100px 0;
    background: #050A18;
}

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

.morqanoCoreControlLatticeDetails {
    background: rgba(106, 169, 255, 0.05);
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(106, 169, 255, 0.1);
    transition: 0.3s;
}

.morqanoCoreControlLatticeDetails[open] {
    border-color: #6AA9FF;
}

.morqanoCoreControlLatticeSummary {
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.morqanoCoreControlLatticeSummary::after {
    content: '+';
    font-size: 1.5rem;
    color: #6AA9FF;
}

.morqanoCoreControlLatticeDetails[open] .morqanoCoreControlLatticeSummary::after {
    content: '-';
}

.morqanoCoreControlLatticeDetailsContent {
    padding: 0 20px 20px;
    color: #CCC;
}

/* EXTRA TEXT SECTIONS */
.morqanoCoreControlLatticeExtraSection {
    padding: 80px 0;
    border-bottom: 1px solid rgba(106, 169, 255, 0.05);
}

/* FORM SECTION */
.morqanoCoreControlLatticeFormSection {
    padding: 100px 0;
    background: linear-gradient(0deg, #050A18 0%, #0D1B35 100%);
}

.morqanoCoreControlLatticeFormWrapper {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(106, 169, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.morqanoCoreControlLatticeFormGroup {
    margin-bottom: 20px;
}

.morqanoCoreControlLatticeLabel {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #6AA9FF;
}

.morqanoCoreControlLatticeInput, 
.morqanoCoreControlLatticeTextarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(106, 169, 255, 0.3);
    padding: 12px;
    color: #FFF;
    border-radius: 5px;
    font-family: inherit;
}

.morqanoCoreControlLatticeInput:focus, 
.morqanoCoreControlLatticeTextarea:focus {
    outline: none;
    border-color: #6AA9FF;
    box-shadow: 0 0 10px rgba(106, 169, 255, 0.3);
}

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

.morqanoCoreControlLatticeCheckbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.morqanoCoreControlLatticeCheckboxLabel {
    font-size: 0.9rem;
    color: #CCC;
}

.morqanoCoreControlLatticeCheckboxLabel a {
    color: #6AA9FF;
}

/* FOOTER */
.morqanoCoreControlLatticeFooter {
    padding: 60px 0 30px;
    background: #030712;
    border-top: 1px solid rgba(106, 169, 255, 0.2);
}

.morqanoCoreControlLatticeFooterTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.morqanoCoreControlLatticeFooterBrand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6AA9FF;
}

.morqanoCoreControlLatticeFooterInfo p {
    color: #888;
    margin-bottom: 5px;
}

.morqanoCoreControlLatticeFooterInfo a {
    color: #6AA9FF;
    text-decoration: none;
}

.morqanoCoreControlLatticeFooterDivider {
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin: 40px 0 20px;
}

.morqanoCoreControlLatticeFooterBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.morqanoCoreControlLatticeCopy {
    font-size: 0.85rem;
    color: #555;
}

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

.morqanoCoreControlLatticeFooterLink {
    font-size: 0.85rem;
    color: #888;
    text-decoration: none;
    transition: 0.3s;
}

.morqanoCoreControlLatticeFooterLink:hover {
    color: #6AA9FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .morqanoCoreControlLatticeH1 { font-size: 2.5rem; }
    .morqanoCoreControlLatticeHeroContainer { flex-direction: column-reverse; text-align: center; }
    .morqanoCoreControlLatticeBenefitRow, 
    .morqanoCoreControlLatticeReverse { flex-direction: column; text-align: center; }
    .morqanoCoreControlLatticePriceCardFeatured { transform: scale(1); }
}

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

    .morqanoCoreControlLatticeMenuCheckbox:checked ~ .morqanoCoreControlLatticeNav {
        left: 0;
    }

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

    .morqanoCoreControlLatticeBurger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #6AA9FF;
        transition: 0.3s;
    }

    .morqanoCoreControlLatticeMenuCheckbox:checked ~ .morqanoCoreControlLatticeBurger span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
    .morqanoCoreControlLatticeMenuCheckbox:checked ~ .morqanoCoreControlLatticeBurger span:nth-child(2) { opacity: 0; }
    .morqanoCoreControlLatticeMenuCheckbox:checked ~ .morqanoCoreControlLatticeBurger span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

    .morqanoCoreControlLatticeFooterTop, 
    .morqanoCoreControlLatticeFooterBottom {
        flex-direction: column;
        text-align: center;
    }
    
    .morqanoCoreControlLatticeFooterNav {
        justify-content: center;
    }
}
/* --- Fix: footer visibility + image rendering --- */
.morqanoCoreControlLatticeHeroImage img,
.morqanoCoreControlLatticeBenefitImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.morqanoCoreControlLatticeFooter {
    margin-top: 40px;
    background-color: #03060f;
    border-top: 1px solid #6AA9FF66;
}

.morqanoCoreControlLatticeFooterInfo p,
.morqanoCoreControlLatticeFooterLink {
    color: #cfd8e6;
}
