/* ==========================================================================
   Wheelfront Listing Landing Page – Chrono24-Inspired Dark Theme
   ========================================================================== */

/* ── Break out of #wf-form-wrapper max-width ── */
#wf-landing-view.wf-view-active {
    margin-bottom: -92px;
    margin-top: -80px;
    width: calc(100vw - 11px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wf-dark-theme-wrapper:has(#wf-landing-view.wf-view-active) {
    padding-left: 0;
    padding-right: 0;
}

/* ── Container ── */
.wf-listing-landing {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #ffffff;
    line-height: 1.6;
}

.wf-landing-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ==========================================================================
   1. HERO
   ========================================================================== */
.wf-listing-landing .wf-landing-hero {
    background: #1A253C !important;
    padding: 60px 10px 90px 10px;
}

.wf-hero-eyebrow {
    font-size: 20px;
    color: #E1E4EB !important;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 30px;
}

.wf-hero-title {
    font-size: 54px !important;
    font-weight: 500 !important;
    line-height: 67.5px !important;
    color: #E1E4EB !important;
    margin-bottom: 25px !important;
    letter-spacing: 2px !important;
    text-align: left !important;
}

.wf-hero-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #0B0F19 !important;
    color: #fff !important;
    border: 1px solid #525f7a !important;
    padding: 16px 40px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.25s ease;
}

.wf-hero-cta:hover {
    background: #20242E !important;
    transform: translateY(-2px);
}

.wf-hero-cta .lucide {
    width: 20px;
    height: 20px;
}

/* ==========================================================================
   2. TRUST BAR
   ========================================================================== */
.wf-landing-trust-bar {
    background: #111827;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wf-trust-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wf-trust-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #cbd5e1;
}

.wf-trust-pill .lucide {
    width: 30px;
    height: 30px;
    color: #f5f5f5;
}

/* ==========================================================================
   3. HOW IT WORKS
   ========================================================================== */
.wf-landing-section {
    padding: 80px 10px;
}

.wf-how-it-works {
    background: #0B0F19;
}

.wf-section-eyebrow {
    font-size: 15px;
    color: #94a3b8 !important;
    margin-bottom: 8px;
}

.wf-section-heading {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 50px !important;
    text-align: left !important;
}

.wf-steps-carousel {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
}

.wf-step-slide {
    display: flex;
    align-items: center;
    gap: 50px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 40px;
    transition: border-color 0.3s ease;
}

.wf-step-slide:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.wf-step-visual-side {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.wf-step-circle {
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
}

.wf-step-illustration {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.wf-step-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.wf-step-info-side h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
}

.wf-step-info-side p {
    font-size: 15px;
    line-height: 1.7;
    color: #94a3b8 !important;
    margin: 0;
}

.wf-section-cta-wrap {
    text-align: center;
}

.wf-btn-outline-sell {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #0B0F19 !important;
    color: #fff !important;
    border: 1px solid #525f7a !important;
    padding: 16px 40px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.25s ease;
}

.wf-btn-outline-sell:hover {
    background: #ffffff;
    color: #0f172a;
    border-color: #ffffff;
}

/* ==========================================================================
   4. PROTECTION
   ========================================================================== */
.wf-protection {
    background: #1a253c;
}

.wf-protection-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.wf-protection-visual {
    flex: 1;
    min-width: 0;
}

.wf-protection-img-wrap {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
    border-radius: 16px;
    overflow: hidden;
}

.wf-protection-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.wf-shield-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: #1a253cba;
    border: 1px solid #1A253C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wf-shield-overlay .lucide {
    width: 45px;
    height: 45px;
    color: #94a3b8;
    stroke-width: 1.5;
}

.wf-protection-text {
    flex: 1;
    min-width: 0;
}

.wf-protection-text h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.wf-protection-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #94a3b8 !important;
    margin-bottom: 20px;
}

.wf-link-learn-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #0B0F19 !important;
    color: #fff !important;
    border: 1px solid #525f7a !important;
    padding: 16px 30px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.25s ease;
}

.wf-link-learn-more:hover {
    background: #ffffff;
    color: #0f172a;
    border-color: #ffffff;
}

/* ==========================================================================
   5. REVIEWS
   ========================================================================== */
.wf-reviews {
    background: #0B0F19;
}

.wf-reviews .wf-section-heading {
    margin-bottom: 20px !important;
}

.wf-trustscore-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 15px;
    color: #cbd5e1;
}

.wf-star-badge {
    color: #fbbf24;
    font-size: 18px;
}

.wf-trustscore-bar strong {
    color: #ffffff;
}

.wf-review-count {
    font-size: 13px;
    color: #64748b !important;
    margin-bottom: 40px;
}

.wf-reviews-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wf-review-card {
    background: #1D2330;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.wf-review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wf-review-stars {
    background: #1A253C;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 6px;
}

.wf-review-date {
    font-size: 12px;
    color: #64748b;
}

.wf-review-quote {
    flex-grow: 1;
    position: relative;
    margin-bottom: 24px;
}

.wf-quote-mark {
    font-size: 32px;
    font-weight: 700;
    color: #ADBCDC;
    line-height: 1;
    display: inline-block;
}

.wf-quote-end {
    float: right;
}

.wf-review-quote p {
    font-size: 14px;
    font-style: italic;
    line-height: 1.7;
    color: #cbd5e1 !important;
    margin: 8px 0;
}

.wf-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 18px;
}

.wf-avatar-circle {
    width: 40px;
    height: 40px;
    background: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.wf-author-details strong {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.wf-author-details span {
    font-size: 12px;
    color: #64748b;
}

/* ==========================================================================
   6. TIPS
   ========================================================================== */
.wf-seller-tips {
    background: #0B0F19;
}

.wf-seller-tips .wf-section-heading {
    margin-bottom: 12px !important;
}

.wf-section-sub {
    font-size: 15px;
    color: #94a3b8 !important;
    margin-bottom: 40px;
}

.wf-tips-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wf-tip-box {
    border: 1px solid #525f7a;
    border-radius: 12px;
    padding: 40px 24px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: all 0.25s ease;
}

.wf-tip-box:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-4px);
}

.wf-tip-img {
    width: 90px;
    height: 90px;
}

.wf-tip-link {
    font-size: 15px;
    font-weight: 600;
    color: #cbd5e1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ==========================================================================
   7. FAQ
   ========================================================================== */
.wf-faq {
    background: #1D2330;
}

.wf-faq .wf-section-heading {
    margin-bottom: 16px !important;
}


.wf-faq-accordion {
    max-width: 900px;
}

.wf-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wf-faq-trigger {
    width: 100% !important;
    padding: 24px 0 !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-align: left;
    font-family: inherit;
    transition: color 0.2s;
}

.wf-faq-trigger:hover {
    color: #cbd5e1;
}

.wf-faq-trigger .lucide {
    width: 20px;
    height: 20px;
    color: #64748b;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.wf-faq-item.active .wf-faq-trigger .lucide {
    transform: rotate(180deg);
}

.wf-faq-answer {
    display: none;
    padding-bottom: 24px;
}

.wf-faq-item.active .wf-faq-answer {
    display: block;
}

.wf-faq-answer p {
    font-size: 15px;
    line-height: 1.7;
    color: #94a3b8 !important;
    margin: 0;
}

.wf-faq-more {
    margin-top: 40px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {

    #wf-landing-view.wf-view-active{
        width: calc(100vw - 0px);
    }

    .wf-hero-title {
        font-size: 40px !important;
        line-height: 50px !important;
        letter-spacing: 1px !important;
    }

    .wf-trust-strip {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .wf-step-slide {
        flex-direction: column;
        text-align: center;
        padding: 30px;
        gap: 24px;
    }

    .wf-step-visual-side {
        flex-direction: column;
    }

    .wf-protection-row {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .wf-protection-text h2 {
        text-align: center !important;
        font-size: 20px!important;
    }

    .wf-reviews-row {
        grid-template-columns: 1fr;
    }

    .wf-tips-row {
        grid-template-columns: 1fr;
    }

    .wf-section-heading {
        font-size: 26px !important;
    }

    .wf-steps-carousel{
        gap:20px;   
    }

    .wf-step-illustration{
        height: auto;
    }
}