.sell-hero{background:var(--bg);padding:120px 0 80px}.sell-hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;display:grid}.sell-hero-text h1{color:var(--text);margin-bottom:16px;font-size:2.6rem;font-weight:800;line-height:1.15}.sell-hero-sub{color:var(--text-secondary);margin-bottom:32px;font-size:1.15rem;line-height:1.6}.sell-hero-stats{gap:32px;margin-bottom:32px;display:flex}.sell-hero-stat{flex-direction:column;display:flex}.sell-hero-stat-value{color:var(--accent);font-size:1.5rem;font-weight:800}.sell-hero-stat-label{color:var(--text-muted);font-size:.82rem}.sell-hero-cta{background:var(--accent);color:var(--accent-text);border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.sell-hero-cta:hover{background:var(--accent-hover)}.sell-value-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:20px;padding:40px}.sell-value-label{color:var(--text-muted);margin-bottom:16px;font-size:.9rem}.sell-value-price{color:var(--accent);margin-bottom:8px;font-size:3.5rem;font-weight:800}.sell-value-sub{color:var(--text-secondary);margin-bottom:24px;font-size:.9rem}.sell-value-btn{background:var(--accent);color:var(--accent-text);border-radius:10px;padding:12px 28px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.sell-value-btn:hover{background:var(--accent-hover)}.sell-steps{background:var(--bg-secondary);padding:72px 0}.sell-section-title{text-align:center;color:var(--text);margin-bottom:48px;font-size:2rem;font-weight:800}.sell-steps-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.sell-step{text-align:center;padding:32px 24px}.sell-step-num{background:var(--accent);width:48px;height:48px;color:var(--accent-text);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.3rem;font-weight:800;display:inline-flex}.sell-step h3{color:var(--text);margin-bottom:8px;font-size:1.15rem;font-weight:700}.sell-step p{color:var(--text-secondary);font-size:.92rem;line-height:1.5}.sell-benefits{background:var(--bg);padding:72px 0}.sell-benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.sell-benefit{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px;transition:border-color .2s}.sell-benefit:hover{border-color:var(--accent)}.sell-benefit-icon{width:44px;height:44px;color:var(--accent);background:#ffb8001f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.sell-benefit h3{color:var(--text);margin-bottom:8px;font-size:1.05rem;font-weight:700}.sell-benefit p{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.sell-form-section{background:var(--bg-secondary);padding:72px 0}.sell-form-wrapper{grid-template-columns:1fr 1.2fr;align-items:start;gap:48px;max-width:900px;margin:0 auto;display:grid}.sell-form-info h2{color:var(--text);margin-bottom:12px;font-size:1.8rem;font-weight:800}.sell-form-info p{color:var(--text-secondary);margin-bottom:24px;font-size:.95rem;line-height:1.6}.sell-form-checklist{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.sell-form-checklist li{color:var(--text);align-items:center;gap:10px;font-size:.92rem;font-weight:500;display:flex}.sell-form{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;padding:32px;display:flex}.sell-form-row{flex-direction:column;display:flex}.sell-form-row--half{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sell-form label span{color:var(--text-secondary);margin-bottom:4px;font-size:.82rem;font-weight:600;display:block}.sell-form input,.sell-form select,.sell-form textarea{background:var(--bg-input);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.92rem;transition:border-color .2s}.sell-form input:focus,.sell-form select:focus,.sell-form textarea:focus{border-color:var(--accent);outline:none}.sell-form textarea{resize:vertical}.sell-form-submit{background:var(--accent);color:var(--accent-text);cursor:pointer;border:none;border-radius:10px;padding:14px 24px;font-size:1rem;font-weight:700;transition:background .2s}.sell-form-submit:hover{background:var(--accent-hover)}.sell-form-submit:disabled{opacity:.6;cursor:not-allowed}.sell-form-disclaimer{color:var(--text-muted);text-align:center;font-size:.75rem}.sell-form-success{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:48px 32px;display:flex}.sell-form-success h3{color:var(--text);font-size:1.5rem;font-weight:800}.sell-form-success p{color:var(--text-secondary);font-size:.95rem}.sell-form-back{background:var(--accent);color:var(--accent-text);border-radius:8px;margin-top:8px;padding:10px 24px;font-weight:600;text-decoration:none}.sell-faq{background:var(--bg);padding:72px 0}.sell-faq-list{flex-direction:column;gap:8px;max-width:700px;margin:0 auto;display:flex}.sell-faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.sell-faq-item summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;padding:16px 20px;font-size:.95rem;font-weight:600;list-style:none;display:flex}.sell-faq-item summary:after{content:"+";color:var(--text-muted);font-size:1.2rem;transition:transform .2s}.sell-faq-item[open] summary:after{content:"-"}.sell-faq-item p{color:var(--text-secondary);padding:0 20px 16px;font-size:.9rem;line-height:1.6}@media (max-width:768px){.sell-hero-grid{grid-template-columns:1fr;gap:32px}.sell-hero-text h1{font-size:1.8rem}.sell-hero-stats{gap:20px}.sell-steps-grid,.sell-benefits-grid,.sell-form-wrapper,.sell-form-row--half{grid-template-columns:1fr}}
