.sell-page{min-height:100vh;background:#f6f7f8;font-family:Inter,sans-serif}:root{--sell-primary: #137fec;--sell-dark: #101922}.sell-hero{position:relative;padding:3rem 1.5rem 1.5rem;overflow:hidden}.sell-hero-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.sell-hero-content{display:flex;flex-direction:column;gap:1.5rem}.sell-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#137fec1a;color:var(--sell-primary);padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;width:-moz-fit-content;width:fit-content}.sell-hero-badge .material-symbols-outlined{font-size:1rem}.sell-hero-content h1{font-size:3rem;font-weight:900;line-height:1.1;letter-spacing:-.02em;color:#0f172a}.sell-hero-content h1 .text-primary{color:var(--sell-primary)}.sell-hero-content h1 .text-orange{color:#f97316}.sell-hero-content>p{font-size:1.125rem;line-height:1.7;color:#64748b;max-width:540px}.sell-platforms{display:flex;flex-direction:column;gap:1rem}.sell-platforms-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#64748b}.sell-platforms-list{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:center}.sell-platform-item{display:flex;align-items:center;gap:.35rem;font-weight:600;font-size:.85rem;color:#475569;filter:grayscale(1);opacity:.6;transition:all .3s ease;white-space:nowrap}.sell-platform-item:hover{filter:grayscale(0);opacity:1;color:var(--sell-primary)}.sell-platform-item .material-symbols-outlined{font-size:1.25rem}.sell-platform-link{color:inherit;text-decoration:none;cursor:pointer;transition:all .2s}.sell-platform-link:hover{text-decoration:underline;color:var(--sell-primary)}.sell-hero-form-card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 20px 40px -10px #00000014;position:relative;z-index:10}.sell-hero-form-card h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.sell-hero-form-card>p{font-size:.825rem;color:#64748b;margin-bottom:1.25rem}.sell-form-group{margin-bottom:1rem}.sell-form-group label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.35rem}.sell-input-wrapper{display:flex;align-items:center;background:#f8fafc;border:2px solid #f1f5f9;border-radius:.75rem;overflow:hidden;transition:border-color .2s}.sell-input-wrapper:focus-within{border-color:var(--sell-primary)}.sell-input-wrapper .material-symbols-outlined{padding-left:.75rem;color:#94a3b8;font-size:1.25rem}.sell-input-wrapper input{flex:1;border:none;background:transparent;padding:.75rem .5rem;font-size:.95rem;font-weight:700;text-transform:uppercase;outline:none}.sell-input-wrapper input::-moz-placeholder{font-weight:400;color:#94a3b8;text-transform:none}.sell-input-wrapper input::placeholder{font-weight:400;color:#94a3b8;text-transform:none}.sell-submit-btn{width:100%;background:var(--sell-primary);color:#fff;border:none;border-radius:.75rem;padding:.875rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.sell-submit-btn:hover{background:#0d6ecd}.sell-submit-btn:active{transform:scale(.98)}.sell-submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sell-divider{position:relative;text-align:center;padding:1rem 0}.sell-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.sell-divider span{position:relative;background:#fff;padding:0 .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#94a3b8}.sell-manual-btn{width:100%;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.sell-manual-btn:hover{background:#f8fafc}.sell-manual-btn .material-symbols-outlined{font-size:1.25rem}.sell-form-info{display:flex;align-items:flex-start;gap:.6rem;background:#137fec0d;border-radius:.5rem;padding:.6rem;margin-top:1rem}.sell-form-info .material-symbols-outlined{font-size:1rem;color:var(--sell-primary);flex-shrink:0}.sell-form-info p{font-size:.625rem;line-height:1.5;color:#64748b;margin:0}.sell-hero-blur{position:absolute;top:5rem;right:-5rem;width:600px;height:600px;background:#137fec0d;border-radius:50%;filter:blur(80px);z-index:0}.sell-stats{background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:1.5rem}.sell-stats-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-around;gap:2rem}.sell-stat-item{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:900;color:#0f172a}.sell-stat-item .material-symbols-outlined{color:var(--sell-primary);font-size:1.5rem}.sell-section-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.sell-section-header{text-align:center;margin-bottom:3rem}.sell-section-header h2{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.sell-section-header p{font-size:1rem;color:#64748b;max-width:600px;margin:0 auto}.sell-how-it-works{padding:3rem 1.5rem;background:#fff}.sell-section-badge{display:inline-block;background:#f973161a;color:#f97316;padding:.5rem 1.25rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}.sell-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.sell-step-card{position:relative;background:#f8fafc;border-radius:1rem;padding:2rem 1.5rem;text-align:center;transition:all .3s}.sell-step-card:hover{background:#fff;box-shadow:0 10px 40px #00000014;transform:translateY(-4px)}.sell-step-number{font-size:2.5rem;font-weight:900;color:#f97316;opacity:.2;margin-bottom:1rem;line-height:1}.sell-step-card:hover .sell-step-number{opacity:.4}.sell-step-icon{width:4rem;height:4rem;background:#fff;border:2px solid #e2e8f0;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;transition:all .3s}.sell-step-card:hover .sell-step-icon{background:#f97316;border-color:#f97316}.sell-step-icon .material-symbols-outlined{font-size:1.75rem;color:#f97316;transition:all .3s}.sell-step-card:hover .sell-step-icon .material-symbols-outlined{color:#fff}.sell-step-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.sell-step-card p{font-size:.875rem;line-height:1.6;color:#64748b;margin:0}.sell-step-connector{position:absolute;right:-1.25rem;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 2px 8px #0000001a}.sell-step-connector .material-symbols-outlined{font-size:1.25rem;color:#f97316}@media (max-width: 1024px){.sell-steps-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.sell-step-connector{display:none}}@media (max-width: 640px){.sell-steps-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.sell-step-card{padding:1rem;position:relative;display:flex;flex-direction:column;justify-content:flex-start;height:100%;min-height:180px;align-items:center;text-align:center}.sell-step-icon{width:2.5rem;height:2.5rem;margin-bottom:.75rem;border-radius:.75rem;margin-left:auto;margin-right:auto}.sell-step-icon .material-symbols-outlined{font-size:1.5rem}.sell-step-number{display:none}.sell-step-card h3{font-size:.9rem;margin-bottom:.5rem;line-height:1.3;min-height:2.5em;display:flex;align-items:center;justify-content:center}.sell-step-card p{font-size:.75rem;line-height:1.4;color:#64748b}}.sell-features{background:#0f172a;color:#fff;padding:5rem 1.5rem}.sell-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.sell-features-content h2{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;color:#fff}.sell-features-content>p{font-size:1.125rem;color:#94a3b8;margin-bottom:2.5rem}.sell-features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.sell-feature-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s}.sell-feature-card:hover{background:#ffffff1a}.sell-feature-card>.material-symbols-outlined{font-size:1.75rem;color:var(--sell-primary);margin-bottom:1rem;display:block}.sell-feature-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#fff}.sell-feature-card p{font-size:.875rem;color:#94a3b8;line-height:1.6}.sell-features-nav{display:none}.sell-features-visual{position:relative;display:none}@media (min-width: 1024px){.sell-features-visual{display:block}}.sell-features-image{width:100%;aspect-ratio:1;border-radius:1rem;overflow:hidden;border:4px solid #1e293b;box-shadow:0 25px 50px -12px #00000080}.sell-features-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sell-features-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--sell-primary);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px #137fec4d}.sell-features-badge-number{font-size:2.5rem;font-weight:900}.sell-features-badge-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.sell-testimonials{padding:5rem 1.5rem}.sell-testimonials-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media (min-width: 768px){.sell-testimonials-header{flex-direction:row;justify-content:space-between;align-items:center}}.sell-testimonials-header h2{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.sell-testimonials-header>div:first-child p{color:#64748b}.sell-testimonials-nav{display:flex;gap:.5rem}.sell-nav-btn{width:3rem;height:3rem;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.sell-nav-btn:hover{background:#f8fafc}.sell-nav-btn.active{background:#0f172a;color:#fff;border-color:#0f172a}.sell-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.sell-testimonial-card{background:#fff;border:1px solid #f1f5f9;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000000d}.sell-testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.star-filled{color:#facc15;font-variation-settings:"FILL" 1}.sell-testimonial-text{font-size:1rem;font-style:italic;color:#64748b;line-height:1.7;margin-bottom:1.5rem}.sell-testimonial-author{display:flex;align-items:center;gap:1rem}.sell-testimonial-author img{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.sell-testimonial-author h5{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.125rem}.sell-testimonial-author span{font-size:.75rem;color:#64748b}.sell-faq{padding:5rem 1.5rem;background:#f8fafc}.sell-faq-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:flex-start}.sell-faq-left{position:sticky;top:6rem}.sell-faq-badge{display:inline-block;background:#f97316;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-top:.1rem;margin-bottom:20px}.sell-faq-left h2{font-size:2.25rem;font-weight:900;color:#0f172a;line-height:1.2;margin-bottom:1rem}.sell-faq-left>p{font-size:1rem;color:#64748b}.sell-faq-support{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem;cursor:pointer;transition:all .2s}.sell-faq-support:hover{border-color:#f97316;box-shadow:0 4px 12px #f973161a}.sell-faq-support-icon{width:3rem;height:3rem;background:#f97316;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.sell-faq-support-icon .material-symbols-outlined{color:#fff;font-size:1.5rem}.sell-faq-support h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.125rem}.sell-faq-support p{font-size:.875rem;color:#64748b;margin:0}.sell-faq-right{display:flex;flex-direction:column;gap:1rem}.sell-faq-item{display:flex;gap:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .2s}.sell-faq-item:hover{border-color:#f97316;box-shadow:0 4px 12px #0000000d}.sell-faq-number{font-size:1.5rem;font-weight:900;color:#f97316;opacity:.6;flex-shrink:0}.sell-faq-header h4{font-size:1rem;color:#0f172a;margin-bottom:.5rem}.sell-faq-answer p{font-size:.875rem;color:#64748b;line-height:1.7;margin:0}@media (min-width: 768px){.sell-faq-header h4{font-weight:700;font-size:1.125rem}.sell-faq-toggle-icon{display:none}}@media (max-width: 1024px){.sell-faq-inner{grid-template-columns:1fr;gap:2rem}.sell-faq-left{position:static}}@media (max-width: 768px){.sell-faq-left h2{font-size:1.75rem}.sell-faq-item{flex-direction:column;gap:.75rem}}.sell-cta{background:var(--sell-primary);color:#fff;padding:5rem 1.5rem;text-align:center}.sell-cta-inner{max-width:960px;margin:0 auto}.sell-cta h2{font-size:2.5rem;font-weight:900;margin-bottom:1rem}.sell-cta>p{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem}.sell-cta-form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto 1.5rem}@media (min-width: 640px){.sell-cta-form{flex-direction:row}}.sell-cta-input{flex:1;border:none;border-radius:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;outline:none}.sell-cta-input::-moz-placeholder{font-weight:400;text-transform:none;color:#94a3b8}.sell-cta-input::placeholder{font-weight:400;text-transform:none;color:#94a3b8}.sell-cta-input:focus{box-shadow:0 0 0 3px #ffffff4d}.sell-cta-btn{background:#0f172a;color:#fff;border:none;border-radius:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s;cursor:not-allowed}.sell-cta-btn:hover{background:#1e293b}.sell-cta-btn:active{transform:scale(.98)}.sell-cta-note{font-size:.875rem;opacity:.7}@media (max-width: 767px){.sell-page{width:100%;overflow-x:hidden}.sell-hero{padding:1rem;width:100%}.sell-hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center;justify-items:center;width:100%}.sell-hero-content{align-items:center;max-width:100%;margin:0 auto}.sell-hero-content h1{font-size:2.15rem}.sell-platforms{align-items:center;width:100%}.sell-platforms-list{justify-content:center;gap:1.5rem}.sell-platforms-list .sell-platform-item:last-child{display:none}.sell-hero-form-card{width:100%;max-width:500px}.sell-features{padding:3rem 0;width:100%;background:#0f172a;box-sizing:border-box;overflow:hidden}.sell-features-grid{display:block;width:100%;padding:0 1rem}.sell-features-content{width:100%;text-align:center}.sell-features-content h2{font-size:1.875rem;text-align:center;margin-bottom:1.25rem;color:#fff}.sell-features-content>p{text-align:center;font-size:1rem;color:#94a3b8;margin-bottom:2.5rem;max-width:100%;padding:0 1rem}.sell-features-list{display:flex;flex-direction:row;gap:1rem;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0}.sell-features-list::-webkit-scrollbar{display:none}.sell-feature-card{min-width:100%;width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;scroll-snap-align:center}.sell-features-nav{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.sell-features-nav-btn{width:3rem;height:3rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.sell-features-nav-btn:hover{background:var(--sell-primary);border-color:var(--sell-primary)}.sell-features-nav-btn:active{transform:scale(.95)}.sell-features-nav-btn.disabled{opacity:.3;cursor:not-allowed;pointer-events:none;border-color:#ffffff1a;background:transparent}.sell-features-nav-btn .material-symbols-outlined{font-size:1.5rem}.sell-feature-card>.material-symbols-outlined{font-size:2.5rem;color:var(--sell-primary);margin-bottom:.5rem;align-self:center}.sell-cta h2{font-size:1.75rem}.sell-stats{padding:.5rem 0;overflow:hidden;width:100%;margin-bottom:0}.sell-stats-inner{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;padding:0 1.5rem;overflow-x:hidden;gap:2rem;width:-moz-max-content;width:max-content;animation:scroll-stats 20s linear infinite}@keyframes scroll-stats{0%{transform:translate(0)}to{transform:translate(-50%)}}.sell-stat-item{font-size:.875rem;white-space:nowrap;flex-shrink:0;background:#f8fafc;padding:.75rem 1rem;border-radius:9999px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}.sell-how-it-works{padding:1rem 1rem 2rem;margin-top:0}.sell-faq-inner{gap:1.5rem}.sell-faq{padding:2rem 1rem}.sell-faq-number{display:none}.sell-faq-item{flex-direction:column;align-items:stretch;gap:0;padding:1rem;cursor:pointer}.sell-faq-content-wrapper{width:100%}.sell-faq-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.sell-faq-content h4{font-size:1rem;margin-bottom:0;line-height:1.4}.sell-faq-header h4{font-size:1rem;margin:0;line-height:1.4;text-align:left;flex:1}.sell-faq-toggle-icon{font-family:Material Symbols Outlined;font-size:1.5rem;color:var(--sell-primary);flex-shrink:0}.sell-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,margin-top .3s ease;margin-top:0}.sell-faq-answer.open{max-height:200px;margin-top:.75rem}.sell-faq-answer p{font-size:.9rem;color:#64748b;line-height:1.5;margin:0}.desktop-only{display:none!important}.mobile-only{display:flex!important;margin-top:0;width:100%}}.mobile-only{display:none}
