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

html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #E0E0E0;
}

.core-murqas-8102-body {
    background-color: #03070A;
    margin: 0;
    overflow-x: hidden;
}

.core-murqas-8102-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

h1, h2, h3, h4 {
    line-height: 1.2;
    margin-bottom: 20px;
    color: #42FFD5;
}

.core-murqas-8102-h1 { font-size: 3rem; font-weight: 800; }
.core-murqas-8102-h2 { font-size: 2.2rem; text-align: center; margin-bottom: 50px; }
.core-murqas-8102-h3 { font-size: 1.5rem; margin-bottom: 15px; }
.core-murqas-8102-h4 { font-size: 1.2rem; }

.core-murqas-8102-text { margin-bottom: 15px; opacity: 0.9; }
.core-murqas-8102-subtitle { font-size: 1.2rem; color: #42FFD5; margin-bottom: 25px; font-weight: 500; }

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

/* HEADER & NAV */
.core-murqas-8102-header {
    background: rgba(3, 7, 10, 0.95);
    border-bottom: 2px solid #42FFD5;
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 80px;
}

.core-murqas-8102-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.core-murqas-8102-logo {
    font-size: 1.8rem;
    font-weight: 900;
    color: #42FFD5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.core-murqas-8102-nav-list {
    display: flex;
    list-style: none;
    gap: 25px;
}

.core-murqas-8102-nav-link {
    text-decoration: none;
    color: #E0E0E0;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s;
    text-transform: uppercase;
}

.core-murqas-8102-nav-link:hover {
    color: #42FFD5;
}

/* MOBILE MENU */
.core-murqas-8102-menu-toggle { display: none; }
.core-murqas-8102-burger { display: none; cursor: pointer; }

/* HERO SECTION */
.core-murqas-8102-hero-section {
    padding: 40px 0 100px;
}

.core-murqas-8102-quick-links {
    padding-bottom: 60px;
}

.core-murqas-8102-links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.core-murqas-8102-quick-btn {
    padding: 10px 20px;
    border: 1px solid #42FFD5;
    color: #42FFD5;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.core-murqas-8102-quick-btn:hover {
    background: #42FFD5;
    color: #03070A;
    box-shadow: 0 0 15px rgba(66, 255, 213, 0.4);
}

.core-murqas-8102-hero-grid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.core-murqas-8102-hero-image-wrap {
    flex: 1;
}

.core-murqas-8102-hero-img {
    border-radius: 10px;
    box-shadow: 20px 20px 0px rgba(66, 255, 213, 0.1);
}

.core-murqas-8102-hero-content {
    flex: 1.2;
}

.core-murqas-8102-btn-primary {
    display: inline-block;
    padding: 16px 35px;
    background: #42FFD5;
    color: #03070A;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.core-murqas-8102-btn-primary:hover {
    background: #36d4b2;
    box-shadow: 0 0 25px rgba(66, 255, 213, 0.6);
    transform: translateY(-2px);
}

/* REVIEWS */
.core-murqas-8102-reviews-section {
    background: #080E12;
    padding: 100px 0;
}

.core-murqas-8102-reviews-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.core-murqas-8102-review-card {
    background: #03070A;
    border: 1px solid rgba(66, 255, 213, 0.2);
    padding: 30px;
    width: 350px;
    border-radius: 8px;
    transition: border-color 0.3s;
}

.core-murqas-8102-review-card:hover {
    border-color: #42FFD5;
}

.core-murqas-8102-review-text {
    font-style: italic;
    margin-bottom: 20px;
}

.core-murqas-8102-review-author {
    color: #42FFD5;
    font-weight: 700;
}

/* TARGET SECTION */
.core-murqas-8102-target-section {
    padding: 100px 0;
}

.core-murqas-8102-intro {
    text-align: center;
    max-width: 800px;
    margin: -30px auto 60px;
    font-size: 1.1rem;
}

.core-murqas-8102-target-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.core-murqas-8102-target-item {
    flex: 1 1 350px;
    padding: 40px;
    background: #080E12;
    position: relative;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.core-murqas-8102-target-item:hover {
    border-color: #42FFD5;
    transform: translateY(-5px);
}

.core-murqas-8102-line-decor {
    width: 50px;
    height: 2px;
    background: #42FFD5;
    margin-bottom: 20px;
}

/* PRICE SECTION */
.core-murqas-8102-price-section {
    padding: 100px 0;
    background: #03070A;
}

.core-murqas-8102-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.core-murqas-8102-price-card {
    border: 1px solid rgba(66, 255, 213, 0.4);
    padding: 40px;
    width: 300px;
    display: flex;
    flex-direction: column;
    background: #080E12;
}

.core-murqas-8102-card-accent {
    border: 2px solid #42FFD5;
    box-shadow: 0 0 20px rgba(66, 255, 213, 0.1);
    transform: scale(1.05);
}

.core-murqas-8102-price-header {
    margin-bottom: 25px;
    text-align: center;
}

.core-murqas-8102-price-val {
    font-size: 1.8rem;
    font-weight: 800;
    color: #42FFD5;
}

.core-murqas-8102-price-val small {
    display: block;
    font-size: 0.9rem;
    text-decoration: line-through;
    opacity: 0.5;
    color: #fff;
}

.core-murqas-8102-price-list {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.core-murqas-8102-price-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.9rem;
}

.core-murqas-8102-btn-outline {
    display: block;
    padding: 12px;
    text-align: center;
    border: 1px solid #42FFD5;
    color: #42FFD5;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.core-murqas-8102-btn-outline:hover {
    background: rgba(66, 255, 213, 0.1);
}

/* EXPERT SECTION */
.core-murqas-8102-expert-section {
    background: #080E12;
    padding: 100px 0;
}

.core-murqas-8102-expert-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.core-murqas-8102-expert-quote {
    flex: 2;
}

.core-murqas-8102-blockquote {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
    border-left: 5px solid #42FFD5;
    padding-left: 30px;
    font-style: italic;
}

.core-murqas-8102-expert-name {
    font-weight: 700;
    color: #42FFD5;
    display: block;
}

.core-murqas-8102-expert-image {
    flex: 1;
}

.core-murqas-8102-expert-img-element {
    border-radius: 8px;
    filter: grayscale(0.5);
    transition: 0.5s;
}

.core-murqas-8102-expert-img-element:hover {
    filter: grayscale(0);
}

/* BENEFITS SECTION */
.core-murqas-8102-benefits-section {
    padding: 100px 0;
}

.core-murqas-8102-benefit-row {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
}

.core-murqas-8102-row-reverse {
    flex-direction: row-reverse;
}

.core-murqas-8102-benefit-text {
    flex: 1;
}

.core-murqas-8102-benefit-img {
    flex: 1;
}

.core-murqas-8102-check-list {
    list-style: none;
}

.core-murqas-8102-check-list li {
    padding: 12px 0 12px 40px;
    position: relative;
}

.core-murqas-8102-check-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #42FFD5;
    font-weight: 900;
}

/* FAQ */
.core-murqas-8102-faq-section {
    background: #080E12;
    padding: 100px 0;
}

.core-murqas-8102-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.core-murqas-8102-faq-item {
    background: #03070A;
    margin-bottom: 15px;
    border: 1px solid rgba(66, 255, 213, 0.2);
}

.core-murqas-8102-faq-summary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #42FFD5;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.core-murqas-8102-faq-summary::after {
    content: "+";
}

.core-murqas-8102-faq-item[open] .core-murqas-8102-faq-summary::after {
    content: "-";
}

.core-murqas-8102-faq-content {
    padding: 0 20px 20px;
    opacity: 0.8;
}

/* TEXT SECTIONS */
.core-murqas-8102-text-section {
    padding: 80px 0;
}

.core-murqas-8102-section-alt {
    background: #080E12;
}

.core-murqas-8102-info-box {
    background: rgba(66, 255, 213, 0.05);
    border-left: 3px solid #42FFD5;
    padding: 30px;
    margin: 30px 0;
}

.core-murqas-8102-bullet-list {
    margin: 20px 0 0 20px;
}

.core-murqas-8102-bullet-list li {
    margin-bottom: 10px;
}

/* FORM */
.core-murqas-8102-form-section {
    padding: 100px 0;
    background: #03070A;
}

.core-murqas-8102-form-card {
    max-width: 700px;
    margin: 0 auto;
    background: #080E12;
    padding: 60px;
    border-radius: 10px;
    border: 1px solid #42FFD5;
}

.core-murqas-8102-form-group {
    margin-bottom: 25px;
}

.core-murqas-8102-label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.core-murqas-8102-input, .core-murqas-8102-textarea {
    width: 100%;
    padding: 15px;
    background: #03070A;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 4px;
}

.core-murqas-8102-input:focus, .core-murqas-8102-textarea:focus {
    outline: none;
    border-color: #42FFD5;
}

.core-murqas-8102-textarea {
    height: 150px;
    resize: vertical;
}

.core-murqas-8102-checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.core-murqas-8102-checkbox-group a {
    color: #42FFD5;
}

.core-murqas-8102-btn-full {
    width: 100%;
}

/* FOOTER */
.core-murqas-8102-footer {
    padding: 80px 0 40px;
    background: #03070A;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.core-murqas-8102-footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 40px;
}

.core-murqas-8102-footer-logo {
    font-size: 1.5rem;
    color: #42FFD5;
    font-weight: 800;
    margin-bottom: 20px;
}

.core-murqas-8102-footer-contacts a {
    color: #E0E0E0;
    text-decoration: none;
    transition: 0.3s;
}

.core-murqas-8102-footer-contacts a:hover {
    color: #42FFD5;
}

.core-murqas-8102-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    flex-wrap: wrap;
    gap: 20px;
}

.core-murqas-8102-footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.core-murqas-8102-footer-links a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

.core-murqas-8102-footer-links a:hover {
    color: #42FFD5;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .core-murqas-8102-hero-grid, .core-murqas-8102-benefit-row, .core-murqas-8102-expert-content {
        flex-direction: column;
        text-align: center;
    }
    
    .core-murqas-8102-h1 { font-size: 2.5rem; }
    
    .core-murqas-8102-blockquote {
        border-left: none;
        border-top: 3px solid #42FFD5;
        padding: 30px 0 0;
    }
}

@media (max-width: 768px) {
    .core-murqas-8102-burger {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    
    .core-murqas-8102-burger span {
        width: 30px;
        height: 3px;
        background: #42FFD5;
    }
    
    .core-murqas-8102-nav {
        position: absolute;
        top: 80px;
        left: -100%;
        width: 100%;
        background: #03070A;
        height: calc(100vh - 80px);
        transition: 0.4s;
    }
    
    .core-murqas-8102-nav-list {
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    
    .core-murqas-8102-menu-toggle:checked ~ .core-murqas-8102-nav {
        left: 0;
    }

    .core-murqas-8102-price-card {
        width: 100%;
    }
    
    .core-murqas-8102-card-accent {
        transform: none;
    }
}