/* ============================================
   SELL ART PAGE — sell-art.css
   ============================================ */

/* ===== HERO ===== */
.sell-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    padding: 100px 24px 80px;
}

.sell-hero-bg {
    position: absolute; top:0; left:0; width:100%; height:100%;
    background: linear-gradient(135deg, #1a1423 0%, #3d2a5a 55%, #6a4c93 100%);
    z-index: 0;
}

.sell-hero-blobs { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; pointer-events:none; overflow:hidden; }
.sell-blob { position:absolute; border-radius:50%; filter:blur(55px); }
.sell-blob-1 { width:320px; height:320px; background:rgba(255,158,0,0.2);  top:-80px;  right:5%;  animation:float 14s infinite ease-in-out; }
.sell-blob-2 { width:250px; height:250px; background:rgba(184,184,255,0.15); bottom:-60px; left:5%;  animation:float 18s infinite ease-in-out reverse; }
.sell-blob-3 { width:180px; height:180px; background:rgba(255,100,100,0.1); top:40%;    left:45%; animation:float 22s infinite ease-in-out; }

.sell-hero-content { position:relative; z-index:2; max-width:720px; }

.sell-hero-tag {
    display: inline-block;
    background: rgba(255,158,0,0.2);
    border: 1px solid rgba(255,158,0,0.5);
    color: var(--accent);
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sell-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.4rem;
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
}

.sell-hero-content h1 span { color: var(--accent);font-family: 'Samarkan', cursive; }

.sell-hero-content > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    opacity: 0.85;
    margin-bottom: 36px;
    line-height: 1.6;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.sell-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.sell-hero-stat { padding: 10px 28px; text-align: center; }
.sell-hero-stat-num { display: block; font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: 5px; }
.sell-hero-stat-label { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; opacity: 0.75; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.sell-hero-stat-div { width: 1px; height: 50px; background: rgba(255,255,255,0.2); }

.sell-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: var(--accent);
    color: var(--dark);
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(255,158,0,0.35);
}

.sell-hero-btn:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(255,158,0,0.45); }

/* ===== HOW IT WORKS ===== */
.how-it-works { padding: 80px 0; background: white; }

.hiw-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.hiw-header { text-align: center; margin-bottom: 60px; }

.hiw-tag {
    display: inline-block;
    background: rgba(106,76,147,0.1);
    color: var(--primary);
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: 1px solid rgba(106,76,147,0.2);
}

.hiw-header h2, .sell-benefits-text h2, .testimonials-header h2, .faq-header h2, .sell-form-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.2;
}

.hiw-header h2 span, .sell-benefits-text h2 span, .testimonials-header h2 span, .faq-header h2 span, .sell-form-header h2 span {
    color: var(--primary);
    font-family: 'Samarkan', cursive;
}

.hiw-header p, .sell-benefits-text > p, .testimonials-header p, .sell-form-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: var(--gray-text);
    max-width: 480px;
    margin: 0 auto;
}

.hiw-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.hiw-step {
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    text-align: center;
    padding: 36px 24px;
    background: var(--secondary);
    border-radius: 18px;
    border: 1.5px solid #ede8f5;
    transition: all 0.35s ease;
    position: relative;
}

.hiw-step:hover { transform: translateY(-8px); box-shadow: 0 16px 36px rgba(106,76,147,0.1); background: white; }

.hiw-step-num {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    width: 28px; height: 28px;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}

.hiw-step-icon {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    font-size: 1.4rem;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 8px 20px rgba(106,76,147,0.25);
}

.hiw-step h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--dark); margin-bottom: 10px; }
.hiw-step p  { font-family: 'Montserrat', sans-serif; font-size: 0.85rem; color: var(--gray-text); line-height: 1.6; }

.hiw-step-arrow {
    color: #ccc;
    font-size: 1.4rem;
    padding: 0 16px;
    flex-shrink: 0;
}

/* ===== BENEFITS ===== */
.sell-benefits { padding: 80px 0; background: var(--secondary); }

.sell-benefits-container {
    max-width: 1100px; margin: 0 auto; padding: 0 24px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}

.sell-benefits-text > p { margin: 0 0 28px; }

.benefits-list { display: flex; flex-direction: column; gap: 12px; }

.benefit-item {
    display: flex; align-items: flex-start; gap: 12px;
    font-family: 'Montserrat', sans-serif; font-size: 0.9rem;
    color: var(--dark); font-weight: 600;
}

.benefit-item i { color: var(--primary); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }

.sell-benefits-image { position: relative; }
.sell-benefits-image img { width: 100%; border-radius: 18px; box-shadow: 0 20px 50px rgba(106,76,147,0.15); display: block; }

.benefits-img-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: var(--primary);
    color: white;
    padding: 14px 20px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    box-shadow: 0 8px 20px rgba(106,76,147,0.4);
}

.benefits-img-badge i { font-size: 1.4rem; color: var(--accent); margin-bottom: 4px; }
.benefits-img-badge span { font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700; line-height: 1.3; }
.benefits-img-badge span:first-of-type { font-size: 1.1rem; }

/* ===== APPLICATION FORM ===== */
.sell-form-section {
    padding: 80px 0;
    background: white;
}

.sell-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.sell-form-header {
    text-align: center;
    margin-bottom: 50px;
}

.sell-form-header p { margin: 0 auto; }

/* SINGLE definition — no duplicate */
.sell-form-wrap {
    background: var(--secondary);
    border-radius: 20px;
    padding: 40px;
    border: 1.5px solid #ede8f5;
    overflow: visible;
    position: relative;
    z-index: 0;
}

.form-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 32px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #ede8f5;
}

.form-section-title:first-child { margin-top: 0; }

.form-section-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sell-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 8px;
    overflow: visible;
}

.sell-form-full { grid-column: 1 / -1; }

.sell-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 1;
}

/* When a dropdown inside this group is open, bring it above all siblings */
.sell-form-group:has([data-dropdown-menu].open) { z-index: 9999; }

/* ===== FORM INPUTS ===== */
.sell-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.req { color: #e53935; }

.sell-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.sell-input-icon {
    position: absolute;
    left: 14px;
    color: #ccc;
    font-size: 0.85rem;
    pointer-events: none;
    transition: color 0.25s;
}

.sell-input-wrap:focus-within .sell-input-icon { color: var(--primary); }

.sell-input {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 1.5px solid #e0d6f0;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: var(--dark);
    background: white;
    outline: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.sell-input:focus {
    border-color: var(--primary);
    background: white;
    box-shadow: 0 0 0 3px rgba(106,76,147,0.1);
}

.sell-textarea {
    padding: 12px 14px 12px 40px;
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.sell-error {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    color: #e53935;
    font-weight: 600;
    min-height: 16px;
}

/* ===== AGREE CHECKBOX ===== */
.sell-agree { margin: 24px 0; }

.sell-check-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: var(--gray-text);
    cursor: pointer;
    line-height: 1.5;
}

.real-check { display: none; }

.sell-check-box {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1.5px solid #d5c8eb;
    background: white;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
}

.sell-check-label a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

/* ===== SUBMIT BUTTON ===== */
.sell-submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    border: none;
    border-radius: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 6px 20px rgba(106,76,147,0.3);
    margin-top: 8px;
    letter-spacing: 0.3px;
}

.sell-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(106,76,147,0.4);
}

.sell-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* ===== SUCCESS STATE ===== */
.sell-success {
    text-align: center;
    padding: 60px 20px;
}

.sell-success-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4caf50, #66bb6a);
    color: white;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 0 10px 30px rgba(76,175,80,0.35);
    animation: popIn 0.5s cubic-bezier(0.175,0.885,0.32,1.275);
}

@keyframes popIn {
    from { transform: scale(0); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.sell-success h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--dark);
    margin-bottom: 14px;
}

.sell-success p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: var(--gray-text);
    max-width: 480px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.sell-success p strong { color: var(--primary); }

.sell-success-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== TESTIMONIALS ===== */
.artist-testimonials { padding: 80px 0; background: linear-gradient(135deg, var(--dark), var(--dark-light)); color: white; }

.testimonials-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.testimonials-header { text-align: center; margin-bottom: 50px; }
.testimonials-header h2 { color: white; }
.testimonials-header p { color: rgba(255,255,255,0.7); }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.testimonial-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    padding: 28px;
    transition: all 0.35s ease;
}

.testimonial-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-6px); }

.testimonial-quote { color: var(--accent); font-size: 1.5rem; margin-bottom: 14px; opacity: 0.6; }

.testimonial-card p {
    font-family: 'Montserrat', sans-serif; font-size: 0.9rem;
    color: rgba(255,255,255,0.82); line-height: 1.7; margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author { display: flex; align-items: center; gap: 12px; }

.testimonial-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white; font-family: 'Playfair Display', serif;
    font-size: 1.1rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.testimonial-name { display: block; font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 700; color: white; }
.testimonial-loc  { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; color: rgba(255,255,255,0.55); }

/* ===== FAQ ===== */
.sell-faq { padding: 80px 0; background: var(--secondary); }

.faq-container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.faq-header { text-align: center; margin-bottom: 50px; }

.faq-list { display: flex; flex-direction: column; gap: 12px; }

.faq-item {
    background: white;
    border-radius: 14px;
    border: 1.5px solid #ede8f5;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.25s ease;
}

.faq-item:hover { box-shadow: 0 6px 20px rgba(106,76,147,0.08); }
.faq-item.open { border-color: rgba(106,76,147,0.3); }

.faq-question {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 22px; gap: 16px;
    font-family: 'Montserrat', sans-serif; font-size: 0.95rem;
    font-weight: 700; color: var(--dark);
}

.faq-icon { font-size: 0.8rem; color: var(--primary); transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(180deg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 22px;
}

.faq-item.open .faq-answer { max-height: 200px; padding: 0 22px 18px; }

.faq-answer p {
    font-family: 'Montserrat', sans-serif; font-size: 0.88rem;
    color: var(--gray-text); line-height: 1.7;
}

/* ===================================================
   CUSTOM DROPDOWNS — matches HTML [data-dropdown]
   =================================================== */

/* Wrapper */
[data-dropdown] {
    position: relative;
    width: 100%;
    z-index: 100;
}

[data-dropdown].open { z-index: 9999; }

/* ── Trigger button ── */
[data-dropdown-trigger] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    background: white;
    border: 1.5px solid #e0d6f0;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.87rem;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-align: left;
    outline: none;
}

[data-dropdown-trigger]:hover {
    border-color: var(--primary);
    background: #fdfcff;
    box-shadow: 0 0 0 3px rgba(106,76,147,0.08);
}

[data-dropdown-trigger].open {
    border-color: var(--primary);
    background: #fdfcff;
    box-shadow: 0 0 0 3px rgba(106,76,147,0.15);
}

/* ── Left icon badge ── */
.dropdown-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(106,76,147,0.09);
    color: var(--primary);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
    pointer-events: none;
}

[data-dropdown-trigger]:hover .dropdown-icon,
[data-dropdown-trigger].open .dropdown-icon {
    background: var(--primary);
    color: white;
}

/* ── Placeholder / selected text ── */
[data-dropdown-text] {
    flex: 1;
    color: #b0a0c8;
    font-weight: 500;
    font-size: 0.87rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

[data-dropdown-text].selected {
    color: var(--dark);
    font-weight: 700;
}

/* ── Chevron ── */
.dropdown-chevron {
    font-size: 0.68rem;
    color: #c0b0d8;
    transition: transform 0.28s ease, color 0.2s ease;
    flex-shrink: 0;
    pointer-events: none;
}

[data-dropdown-trigger].open .dropdown-chevron {
    transform: rotate(180deg);
    color: var(--primary);
}

/* ── Dropdown panel ── */
[data-dropdown-menu] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 14px;
    border: 1.5px solid #e0d6f0;
    box-shadow: 0 10px 32px rgba(106,76,147,0.18), 0 2px 8px rgba(0,0,0,0.07);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scaleY(0.96);
    transform-origin: top center;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 99999;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

[data-dropdown-menu].open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scaleY(1);
    pointer-events: auto;
}

/* ── Section header ── */
.dropdown-header {
    padding: 10px 14px 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.63rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: linear-gradient(90deg, #f6f0ff 0%, white 100%);
    border-bottom: 1px solid #ede6fa;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* ── Each option ── */
.dropdown-option {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    padding: 11px 14px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #f5f0fc;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    color: #3a2d52;
    cursor: pointer;
    transition: background 0.15s ease, padding-left 0.15s ease, border-color 0.15s ease;
    text-align: left;
}

.dropdown-option i {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: rgba(106,76,147,0.07);
    color: var(--primary);
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    pointer-events: none;
}

.dropdown-option:hover {
    background: #f4eeff;
    padding-left: 18px;
    border-left-color: var(--primary);
    color: var(--primary);
}

.dropdown-option:hover i {
    background: var(--primary);
    color: white;
}

.dropdown-option.active {
    background: linear-gradient(90deg, #ede0ff 0%, #faf6ff 100%);
    border-left-color: var(--primary);
    color: var(--primary);
    font-weight: 700;
}

.dropdown-option.active i {
    background: var(--primary);
    color: white;
}

.dropdown-option:last-child { border-bottom: none; }

/* ===== UPLOAD AREA ===== */
.upload-container { width: 100%; }

.upload-area {
    border: 2px dashed #d5c8eb;
    border-radius: 14px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.upload-area:hover {
    border-color: var(--primary);
    background: #f8f1ff;
    box-shadow: 0 4px 16px rgba(106,76,147,0.1);
}

.upload-area.dragover {
    border-color: var(--accent);
    background: #fff8ee;
    box-shadow: 0 6px 24px rgba(255,158,0,0.2);
}

.upload-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    font-size: 1.4rem;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 6px 16px rgba(106,76,147,0.25);
    transition: transform 0.3s ease;
}

.upload-area:hover .upload-icon { transform: scale(1.08) rotate(-5deg); }

.upload-text { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }

.upload-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem; font-weight: 700; color: var(--dark);
}

.upload-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem; color: var(--gray-text); line-height: 1.4;
}

.upload-browse-btn {
    background: var(--primary); color: white; border: none;
    padding: 8px 22px; border-radius: 30px;
    font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700;
    cursor: pointer; transition: all 0.2s ease; display: inline-block;
}

.upload-browse-btn:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(106,76,147,0.3);
}

/* Image previews */
.upload-preview {
    display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px;
}

.preview-item {
    position: relative; width: 90px; height: 90px;
    border-radius: 12px; overflow: hidden;
    border: 2px solid var(--primary);
    box-shadow: 0 4px 12px rgba(106,76,147,0.18);
    animation: popIn 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}

.preview-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

.preview-remove {
    position: absolute; top: 4px; right: 4px;
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(229,57,53,0.9); color: white; border: none;
    font-size: 0.6rem; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.2s ease; z-index: 2;
}

.preview-remove:hover { background: #c62828; transform: scale(1.15); }

.preview-name {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: rgba(26,20,35,0.75); color: white;
    font-family: 'Montserrat', sans-serif; font-size: 0.6rem; font-weight: 600;
    padding: 3px 5px; text-align: center;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ===== CHECKBOX ===== */
.sell-agree { margin: 24px 0; }

.sell-check-label {
    display: flex; align-items: flex-start; gap: 12px;
    font-family: 'Montserrat', sans-serif; font-size: 0.85rem;
    color: var(--gray-text); cursor: pointer; line-height: 1.5;
    user-select: none;
}

.real-check {
    position: absolute; opacity: 0; width: 0; height: 0;
    pointer-events: none;
}

.sell-check-box {
    width: 22px; height: 22px;
    border-radius: 6px;
    border: 2px solid #d5c8eb;
    background: white;
    flex-shrink: 0; margin-top: 2px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    cursor: pointer;
}

.sell-check-box:hover {
    border-color: var(--primary);
    transform: scale(1.05);
}

.sell-check-label a { color: var(--primary); text-decoration: none; font-weight: 600; }
.sell-check-label a:hover { text-decoration: underline; }

/* ── Trigger button ── */
.sell-dd-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    background: white;
    border: 1.5px solid #e0d6f0;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.87rem;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-align: left;
    outline: none;
}

.sell-dd-trigger:hover {
    border-color: var(--primary);
    background: #fdfcff;
    box-shadow: 0 0 0 3px rgba(106,76,147,0.09);
}

.sell-dd-trigger.open {
    border-color: var(--primary);
    background: #fdfcff;
    box-shadow: 0 0 0 3px rgba(106,76,147,0.15);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* ── Icon badge on left ── */
.sell-dd-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(106,76,147,0.09);
    color: var(--primary);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
    pointer-events: none;
}

.sell-dd-trigger.open .sell-dd-icon,
.sell-dd-trigger:hover .sell-dd-icon {
    background: var(--primary);
    color: white;
}

/* ── Placeholder / selected text ── */
.sell-dd-text {
    flex: 1;
    color: #b0a0c8;
    font-weight: 500;
    font-size: 0.87rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.sell-dd-text.selected {
    color: var(--dark);
    font-weight: 700;
}

/* ── Chevron arrow ── */
.sell-dd-chevron {
    font-size: 0.68rem;
    color: #c0b0d8;
    transition: transform 0.28s ease, color 0.2s ease;
    flex-shrink: 0;
    pointer-events: none;
}

.sell-dd-trigger.open .sell-dd-chevron {
    transform: rotate(180deg);
    color: var(--primary);
}

/* ── Dropdown panel ── */
.sell-dd-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    min-width: 100%;
    background: white;
    border-radius: 14px;
    border: 1.5px solid #e8dcf8;
    box-shadow:
        0 8px 24px rgba(106,76,147,0.14),
        0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scaleY(0.95);
    transform-origin: top center;
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0.22s ease;
    z-index: 99999;   /* very high — always on top */
    pointer-events: none;
}

.sell-dd-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scaleY(1);
    pointer-events: auto;
}

/* ── Section header inside menu ── */
.sell-dd-header {
    padding: 10px 14px 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.63rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: linear-gradient(90deg, #f6f0ff 0%, white 100%);
    border-bottom: 1px solid #ede6fa;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* ── Each option row ── */
.sell-dd-option {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #f5f0fc;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    color: #3a2d52;
    cursor: pointer;
    transition: background 0.15s ease, padding-left 0.15s ease, border-color 0.15s ease;
    text-align: left;
}

/* ── Icon inside each option ── */
.sell-dd-option i {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: rgba(106,76,147,0.07);
    color: var(--primary);
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    pointer-events: none;
}

.sell-dd-option:hover {
    background: #f4eeff;
    padding-left: 18px;
    border-left-color: var(--primary);
    color: var(--primary);
}

.sell-dd-option:hover i {
    background: var(--primary);
    color: white;
}

.sell-dd-option.active {
    background: linear-gradient(90deg, #ede0ff 0%, #faf6ff 100%);
    border-left-color: var(--primary);
    color: var(--primary);
    font-weight: 700;
}

.sell-dd-option.active i {
    background: var(--primary);
    color: white;
}

.sell-dd-option:last-child { border-bottom: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .sell-benefits-container { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
    .hiw-steps { gap: 10px; }
    .hiw-step-arrow { display: none; }
}

/* Step cards as clickable links */
.hiw-step-link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hiw-step-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(106,76,147,0.18);
}

.hiw-step-link:active {
    transform: translateY(-2px) scale(0.98);
}

/* Pulse highlight on the targeted form section after jump */
.form-section-title.jump-highlight {
    animation: formSectionPulse 1.4s ease;
}

@keyframes formSectionPulse {
    0%   { background: rgba(106,76,147,0.12); border-radius: 10px; }
    100% { background: transparent; }
}

@media (max-width: 768px) {
    .sell-hero-content h1 { font-size: 2.4rem; }
    .sell-form-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .sell-hero-stats { gap: 0; }
    .sell-hero-stat-div { display: none; }
    .sell-form-wrap { padding: 28px 20px; }
    /* Dropdown menu positioning on mobile is now handled by JS (sets top/left/width inline) */
    [data-dropdown-menu] {
        position: fixed;
        max-height: 260px;
    }
}

@media (max-width: 480px) {
    .sell-hero-content h1 { font-size: 2rem; }
    .hiw-steps { flex-direction: column; align-items: center; }
    .hiw-step { max-width: 100%; width: 100%; }
    .sell-success-actions { flex-direction: column; align-items: center; }
    .preview-item { width: 75px; height: 75px; }
}

@media (max-width: 768px) {
    .sell-hero-content h1 { font-size: 2.4rem; }
    .sell-form-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .sell-hero-stats { gap: 0; }
    .sell-hero-stat-div { display: none; }
    .sell-form-wrap { padding: 28px 20px; }
}

@media (max-width: 480px) {
    .sell-hero-content h1 { font-size: 2rem; }
    .hiw-steps { flex-direction: column; align-items: center; }
    .hiw-step { max-width: 100%; width: 100%; }
    .sell-success-actions { flex-direction: column; align-items: center; }
}
