:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9ec58d9 *//* --- GLOBAL SMOOTH SCROLL ACTIVATION --- */
html {
    scroll-behavior: smooth !important;
}

/* --- PREMIUM DARK BRAND THEME & CONTAINER SETUP --- */
.selle-trust-section { 
    padding: 80px 24px; 
    background: radial-gradient(circle at top right, #1a1613, #0b0d12) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
    color: #94a3b8 !important; 
}
.selle-container { 
    max-width: 1200px; 
    margin: 0 auto; 
}
.selle-section-header { 
    text-align: center; 
    margin-bottom: 55px; 
}

/* --- REWRITTEN SIGNATURE BRAND GREEN TOP TAGLINE BADGE --- */
.selle-tagline { 
    display: inline-block; 
    font-size: 13px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    color: #ffffff !important; 
    background-color: rgba(15, 76, 53, 0.25) !important; 
    padding: 6px 16px; 
    border-radius: 30px; 
    font-weight: 700; 
    margin-bottom: 16px; 
    border: 1px solid #0F4C35 !important;
    box-shadow: 0 0 15px rgba(15, 76, 53, 0.15);
}

.selle-main-title { 
    font-size: 42px; 
    font-weight: 800; 
    line-height: 1.15; 
    color: #ffffff !important; 
    margin: 0 auto 18px auto; 
    max-width: 800px; 
    letter-spacing: -1px; 
}
.selle-main-title span { 
    color: #0F4C35 !important; 
}
.selle-intro-text { 
    max-width: 720px; 
    margin: 0 auto; 
    text-align: center; 
    font-size: 19px; 
    line-height: 1.6; 
    color: #94a3b8 !important; 
}

/* --- BUTTON CTA ENGINE --- */
.selle-btn-primary {
    display: inline-block !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 15px 36px !important;
    border-radius: 12px !important;
    background-color: #0F4C35 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 15px rgba(15, 76, 53, 0.3) !important;
}
.selle-btn-primary:hover {
    background-color: #166A4A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(15, 76, 53, 0.5) !important;
}

/* --- LAYOUT CORES --- */
.selle-grid { 
    display: grid; 
    grid-template-columns: 1.1fr 0.9fr; 
    gap: 32px; 
    align-items: start; 
    margin-bottom: 40px; 
}

.selle-split-details-section {
    display: flex !important;
    gap: 32px !important;
    align-items: flex-start !important;
}

/* --- PREMIUM DARK CARDS --- */
.selle-benefit-card, .selle-areas-card, .selle-seo-bonus-card, .selle-process-section, .selle-details-box, .selle-form-wrapper-card { 
    background: #121620 !important; 
    border: 1px solid #1e293b !important; 
    border-radius: 20px; 
    padding: 40px; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.selle-benefit-card:hover, .selle-areas-card:hover, .selle-seo-bonus-card:hover, .selle-process-section:hover, .selle-details-box:hover, .selle-form-wrapper-card:hover { 
    transform: translateY(-2px); 
    border-color: #0F4C35 !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4); 
}

.selle-benefit-card h2, .selle-areas-card h3, .selle-seo-bonus-card h3, .selle-process-section h2, .selle-details-box h3 { 
    font-size: 24px; 
    font-weight: 800; 
    color: #ffffff !important; 
    margin-top: 0; 
    margin-bottom: 20px; 
    line-height: 1.3; 
}
.selle-benefit-card p, .selle-areas-card p, .selle-seo-bonus-card p, .selle-box-intro { 
    font-size: 16px; 
    line-height: 1.6; 
    color: #8292a8 !important; 
    margin-bottom: 28px; 
}

/* --- CHECK LIST LAYOUTS --- */
.selle-brand-list, .selle-bullet-asset-list { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.selle-brand-list li, .selle-bullet-asset-list li { 
    font-size: 16px; 
    line-height: 1.5; 
    margin-bottom: 20px; 
    padding-left: 36px; 
    position: relative; 
    color: #cbd5e1 !important; 
}
.selle-brand-list li strong { 
    color: #ffffff !important; 
    display: block; 
    font-size: 17px; 
    margin-bottom: 2px; 
}
.selle-brand-list li::before, .selle-bullet-asset-list li::before { 
    content: "✓"; 
    position: absolute; 
    left: 0; 
    top: 2px; 
    width: 22px; 
    height: 22px; 
    background-color: #0b0d12 !important; 
    color: #0F4C35 !important; 
    font-weight: 900; 
    font-size: 13px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border: 1px solid #1e293b;
}

/* --- 3-STEP PROCESS SECTION --- */
.selle-process-section h2 span { 
    color: #0F4C35 !important; 
}
.selle-process-grid { 
    display: grid !important; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; 
    gap: 24px; 
    margin-top: 30px; 
}
.selle-process-card { 
    background: #0b0d12 !important; 
    border: 1px solid #1e293b !important; 
    padding: 30px; 
    border-radius: 16px; 
    position: relative; 
    border-top: 4px solid #0F4C35 !important; 
}
.selle-step-num { 
    position: absolute; 
    top: -20px; 
    left: 30px; 
    background: #0F4C35 !important; 
    color: #ffffff !important; 
    width: 36px; 
    height: 36px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 800; 
    font-size: 15px; 
}
.selle-process-card h4 { 
    margin: 10px 0 10px 0; 
    font-size: 18px; 
    color: #ffffff !important; 
    font-weight: 700; 
}
.selle-process-card p { 
    margin: 0; 
    font-size: 14.5px; 
    line-height: 1.6; 
    color: #8292a8 !important; 
}

/* --- CSS NEIGHBORHOOD TOGGLE ACCORDION --- */
.expand-areas-cb { 
    display: none !important; 
    opacity: 0; 
    position: absolute; 
    z-index: -100; 
    left: -9999px; 
}
.selle-areas-wrapper { 
    position: relative; 
    max-height: 190px; 
    overflow: hidden; 
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); 
    margin-bottom: 15px; 
}
.selle-areas-fade { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    height: 60px; 
    background: linear-gradient(to bottom, rgba(18, 22, 32, 0), #121620) !important; 
    pointer-events: none; 
    transition: opacity 0.3s ease; 
}
.expand-areas-cb:checked ~ .selle-areas-wrapper { 
    max-height: 2500px; 
    transition: max-height 0.6s ease-in-out; 
}
.expand-areas-cb:checked ~ .selle-areas-wrapper .selle-areas-fade { 
    opacity: 0; 
}
.selle-areas-tags { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
}
.selle-areas-tags span { 
    background-color: #0b0d12 !important; 
    color: #cbd5e1 !important; 
    padding: 8px 16px; 
    border-radius: 12px; 
    font-size: 14px; 
    font-weight: 600; 
    border: 1px solid #1e293b !important; 
    display: inline-block; 
}

.selle-toggle-btn { 
    display: block; 
    width: 100%; 
    background: #0F4C35 !important; 
    color: #ffffff !important; 
    border: none; 
    padding: 14px 24px; 
    font-size: 14px; 
    font-weight: 700; 
    border-radius: 12px; 
    cursor: pointer; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    transition: background 0.2s ease, transform 0.1s ease; 
    text-align: center; 
    box-shadow: 0 4px 15px rgba(15, 76, 53, 0.2); 
}
.selle-toggle-btn:hover { background: #0A3323 !important; }
.selle-toggle-btn:active { transform: scale(0.98); }
.expand-areas-cb:checked ~ .selle-toggle-btn .show-text { display: none; }
.expand-areas-cb ~ .selle-toggle-btn .hide-text { display: none; }
.expand-areas-cb:checked ~ .selle-toggle-btn .hide-text { display: inline; }

/* --- DEVICE MATRIX PANEL --- */
.selle-models-panel { 
    background: #0f172a !important; 
    border: 1px solid #1e293b !important;
    border-radius: 24px; 
    padding: 45px; 
    color: #ffffff !important; 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); 
}
.selle-models-panel h3 { 
    font-size: 26px; 
    font-weight: 800; 
    margin-top: 0; 
    margin-bottom: 10px; 
    color: #ffffff !important; 
    text-align: center; 
}
.selle-models-subtitle { 
    text-align: center; 
    color: #94a3b8 !important; 
    margin-bottom: 35px; 
    font-size: 16px; 
}
.selle-matrix-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 24px; 
}
.selle-matrix-box { 
    background: rgba(255, 255, 255, 0.02) !important; 
    border: 1px solid rgba(255, 255, 255, 0.05) !important; 
    border-radius: 16px; 
    padding: 24px; 
}
.selle-matrix-box h4 { 
    margin-top: 0; 
    margin-bottom: 16px; 
    font-size: 18px; 
    font-weight: 700; 
    color: #0F4C35 !important; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
}
.selle-matrix-list { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 8px; 
    font-size: 14px; 
    color: #cbd5e1 !important; 
}
.selle-matrix-list span { 
    background: rgba(255, 255, 255, 0.01) !important; 
    padding: 6px 10px; 
    border-radius: 6px; 
    border-left: 2px solid rgba(255, 255, 255, 0.1) !important; 
}

/* --- SEO CONDITION GRADING PANEL --- */
.selle-conditions-flex { 
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 20px; 
    margin-top: 15px; 
}
.selle-condition-pill { 
    background: #0b0d12 !important; 
    border: 1px solid #1e293b !important; 
    padding: 16px; 
    border-radius: 12px; 
}
.selle-condition-pill h4 { 
    margin: 0 0 6px 0; 
    font-size: 15px; 
    color: #ffffff !important; 
    font-weight: 700; 
}
.selle-condition-pill p { 
    margin: 0; 
    font-size: 13px; 
    line-height: 1.4; 
    color: #64748b !important; 
}

/* --- LANDMARK TRUST BADGES --- */
.selle-details-box { flex: 1 !important; }
.selle-landmark-badge {
    background-color: #0b0d12 !important;
    border-left: 3px solid #0F4C35 !important;
    padding: 16px !important;
    border-radius: 0 12px 12px 0 !important;
    font-size: 13.5px !important;
    color: #cbd5e1 !important;
    margin-top: 30px !important;
    line-height: 1.6 !important;
}

/* --- FORMINATOR CARD INTERCEPTOR BLOCK --- */
.selle-form-wrapper-card {
    flex: 1.1 !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4) !important;
}
#selle-form-anchor {
    scroll-margin-top: 40px !important;
}
.selle-form-header { margin-bottom: 30px !important; }
.selle-form-header h3 { color: #ffffff !important; font-size: 22px !important; font-weight: 600 !important; margin: 0 0 8px 0 !important; }
.selle-form-header p { font-size: 14px !important; color: #64748b !important; margin: 0 !important; line-height: 1.5 !important; }

.selle-custom-form-container input[type="text"],
.selle-custom-form-container input[type="email"],
.selle-custom-form-container textarea {
    background-color: #0b0d12 !important;
    border: 1px solid #1e293b !important;
    color: #ffffff !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.selle-custom-form-container input:focus,
.selle-custom-form-container textarea:focus { border-color: #0F4C35 !important; outline: none !important; }
.selle-custom-form-container button.forminator-button {
    background-color: #0F4C35 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 14px 30px !important;
    border-radius: 12px !important;
    border: none !important;
    width: 100% !important;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.selle-custom-form-container button.forminator-button:hover { background-color: #166A4A !important; }

/* --- FAQ ACCORDION --- */
.selle-faq-section { 
    background: #121620 !important; 
    border: 1px solid #1e293b !important; 
    border-radius: 24px; 
    padding: 45px; 
}
.selle-faq-section h3 { 
    font-size: 26px; 
    font-weight: 800; 
    color: #ffffff !important; 
    text-align: center; 
    margin-top: 0; 
    margin-bottom: 30px; 
}
.selle-faq-item { 
    border-bottom: 1px solid #1e293b !important; 
    padding: 20px 0; 
}
.selle-faq-item:last-child { border-bottom: none; }
.selle-faq-item summary { 
    font-size: 17px; 
    font-weight: 700; 
    color: #cbd5e1 !important; 
    cursor: pointer; 
    list-style: none; 
    position: relative; 
    padding-right: 30px; 
}
.selle-faq-item summary::-webkit-details-marker { display: none; }
.selle-faq-item summary::after { 
    content: "+"; 
    position: absolute; 
    right: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    font-size: 20px; 
    color: #0F4C35 !important; 
    font-weight: bold; 
}
.selle-faq-item[open] summary::after { content: "−"; }
.selle-faq-item p { 
    margin: 12px 0 0 0; 
    font-size: 15px; 
    line-height: 1.6; 
    color: #8292a8 !important; 
}

/* --- MOBILE RESPONSIVE SCALING --- */
@media (max-width: 992px) {
    .selle-split-details-section { flex-direction: column !important; gap: 30px !important; }
    .selle-form-wrapper-card, .selle-details-box { width: 100% !important; box-sizing: border-box !important; }
}
@media (max-width: 768px) {
    .selle-trust-section { padding: 50px 16px; }
    .selle-main-title { font-size: 30px; }
    .selle-intro-text { font-size: 17px; text-align: left; }
    .selle-grid, .selle-matrix-grid, .selle-conditions-flex { grid-template-columns: 1fr; gap: 24px; }
    .selle-benefit-card, .selle-areas-card, .selle-models-panel, .selle-faq-section, .selle-details-box, .selle-form-wrapper-card { padding: 24px; }
    .selle-matrix-list { grid-template-columns: 1fr; }
}/* End custom CSS */