:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f179ab *//* --- MACBOOK PAGE BRAND THEME --- */
.selle-mac-section {
    padding: 80px 24px;
    background: #0b0d12 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #94a3b8;
}
.selle-mac-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- HERO SECTION --- */
.selle-mac-hero {
    text-align: center;
    padding: 60px 20px;
    background: radial-gradient(circle at bottom, #121f19, #0b0d12) !important;
    border: 1px solid #1e293b;
    border-radius: 24px;
    margin-bottom: 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.selle-mac-badge {
    display: inline-block;
    background: rgba(15, 76, 53, 0.2);
    color: #10b981;
    border: 1px solid #0F4C35;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.selle-mac-title {
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 auto 20px auto;
}
.selle-mac-title span {
    color: #0F4C35;
}
.selle-mac-subtitle {
    max-width: 700px;
    margin: 0 auto 35px auto;
    font-size: 18px;
    line-height: 1.6;
}
.selle-mac-btn {
    display: inline-block;
    background: #0F4C35;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(15, 76, 53, 0.4);
}
.selle-mac-btn:hover {
    background: #166A4A;
    transform: translateY(-2px);
}

/* --- MODELS ID MATRIX --- */
.selle-mac-models-panel {
    background: #121620;
    border: 1px solid #1e293b;
    border-radius: 24px;
    padding: 50px 40px;
    margin-bottom: 40px;
}
.selle-mac-matrix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.selle-mac-matrix-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
}
.selle-mac-matrix-box h4 {
    color: #ffffff;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 12px;
}
.selle-mac-matrix-box p {
    font-size: 14.5px;
    line-height: 1.5;
    color: #8292a8;
    margin-bottom: 20px;
}
.selle-mac-model-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.selle-mac-model-list span {
    background: #0b0d12;
    color: #cbd5e1;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #1e293b;
}

/* --- BROKEN MAC BANNER --- */
.selle-mac-broken-banner {
    display: flex;
    background: #0F4C35;
    border-radius: 24px;
    padding: 40px 50px;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    box-shadow: 0 15px 35px rgba(15, 76, 53, 0.2);
}
.broken-banner-content {
    flex: 1.5;
}
.broken-banner-content h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
}
.broken-banner-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.broken-banner-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.broken-banner-content ul li {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}
.broken-banner-content ul li::before {
    content: "⚠️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
.broken-banner-action {
    flex: 1;
    text-align: right;
}

/* --- HOW IT WORKS STEPS --- */
.selle-section-heading {
    font-size: 32px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 15px;
}
.selle-section-heading span {
    color: #0F4C35;
}
.selle-section-desc {
    font-size: 17px;
    max-width: 800px;
    margin-bottom: 40px;
    line-height: 1.6;
}
.selle-mac-steps-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}
.selle-mac-step {
    background: #121620;
    border: 1px solid #1e293b;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease;
}
.selle-mac-step:hover {
    transform: translateY(-5px);
    border-color: #0F4C35;
}
.step-number {
    background: #0F4C35;
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 20px auto;
    box-shadow: 0 0 20px rgba(15, 76, 53, 0.4);
}
.selle-mac-step h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}
.selle-mac-step p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* --- LOGISTICS CARDS --- */
.selle-mac-logistics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.selle-mac-logistics-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 20px;
}
.card-icon {
    font-size: 32px;
    margin-bottom: 20px;
}
.selle-mac-logistics-card h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}
.selle-mac-logistics-card p {
    line-height: 1.6;
    margin-bottom: 20px;
}
.selle-mac-areas {
    background: #0b0d12;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #1e293b;
    line-height: 1.5;
}

/* --- NEW CENTERED CTA --- */
.selle-mac-centered-cta {
    background: #121620;
    border: 1px solid #1e293b;
    border-radius: 24px;
    padding: 50px 40px;
    text-align: center;
    margin-bottom: 60px;
}
.selle-mac-centered-cta h2 {
    color: #ffffff;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}
.selle-mac-centered-cta p {
    font-size: 17px;
    color: #8292a8;
    max-width: 700px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

/* --- FAQ SECTION --- */
.selle-mac-faq {
    max-width: 800px;
    margin: 0 auto;
}
.mac-faq-item {
    background: #121620;
    border: 1px solid #1e293b;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.mac-faq-item summary {
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
    position: relative;
}
.mac-faq-item summary::-webkit-details-marker { display: none; }
.mac-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    color: #0F4C35;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.mac-faq-item[open] summary::after { content: "−"; }
.mac-faq-item p {
    padding: 0 20px 20px 20px;
    margin: 0;
    line-height: 1.6;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 900px) {
    .selle-mac-matrix-grid, .selle-mac-steps-flex, .selle-mac-logistics {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .selle-mac-broken-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .broken-banner-content ul li {
        text-align: left;
    }
    .broken-banner-action {
        text-align: center;
        width: 100%;
    }
    .selle-mac-title { font-size: 36px; }
    .selle-mac-centered-cta { padding: 30px 20px; }
}/* End custom CSS */