.sell-page{background-color:var(--bg-body);min-height:100vh}.sell-hero{background-color:#1a241f;padding:120px 0 80px;color:#fff;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-1px}.hero-subtitle{font-size:1.25rem;max-width:800px;margin:0 auto 2.5rem;opacity:.9;line-height:1.7}.btn-hero-cta{background:var(--primary-color);color:#fff;padding:1.25rem 3rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s;box-shadow:0 10px 30px #d4af374d}.btn-hero-cta:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 15px 40px #d4af3766}.why-sell-section{padding:6rem 0;background:var(--bg-light)}.dark-theme .why-sell-section{background:var(--secondary-color)}.section-title{text-align:center;font-size:2.75rem;font-weight:800;margin-bottom:4rem;color:var(--text-main)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;border:1px solid var(--border-color);transition:all .3s}.dark-theme .feature-card{background:var(--bg-light);border-color:#ffffff0d}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--primary-color)}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#fffbf0,#fff4d6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:var(--primary-color)}.feature-card h3{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:var(--text-main)}.feature-card p{color:var(--text-muted);line-height:1.6;font-size:.95rem}.how-it-works{padding:6rem 0;background:#fff}.dark-theme .how-it-works{background:var(--bg-body)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.step-card{text-align:center;position:relative}.step-number{width:50px;height:50px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1.5rem;box-shadow:0 4px 12px #d4af374d}.step-icon{width:90px;height:90px;background:var(--bg-light);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.25rem;color:var(--primary-color)}.step-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-main)}.step-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.seller-form-section{padding:6rem 0;background:var(--bg-light)}.dark-theme .seller-form-section{background:var(--secondary-color)}.form-wrapper{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 60px #00000014;border:1px solid var(--border-color)}.dark-theme .form-wrapper{background:var(--bg-light);border-color:#ffffff0d}.form-header{text-align:center;margin-bottom:3rem}.form-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-main)}.form-header p{font-size:1.1rem;color:var(--text-muted)}.seller-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:var(--text-main)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.25rem;border:1px solid var(--border-color);border-radius:10px;font-size:1rem;color:var(--text-main);background:#fff;transition:all .3s;font-family:inherit}.dark-theme .form-group input,.dark-theme .form-group select,.dark-theme .form-group textarea{background:var(--secondary-color);border-color:#ffffff1a;color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #d4af371a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:3rem}.form-group textarea{resize:vertical;min-height:100px}.btn-submit-seller{width:100%;padding:1.25rem;background:var(--primary-color);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s;margin-top:1rem}.btn-submit-seller:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 30px #d4af374d}.btn-submit-seller:disabled{opacity:.6;cursor:not-allowed}.form-footer-text{text-align:center;color:var(--text-muted);font-size:.9rem;margin-top:1rem;font-style:italic}.success-message{background:#10b981;color:#fff;padding:1.25rem 1.5rem;border-radius:12px;text-align:center;font-weight:600;margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.05rem}.success-message i{font-size:1.5rem}.developer-section{padding:6rem 0;background:linear-gradient(135deg,#1a241f,#2f3e33);color:#fff}.developer-content{text-align:center;max-width:800px;margin:0 auto}.developer-text h2{font-size:2.75rem;font-weight:800;margin-bottom:1rem;letter-spacing:-1px}.developer-text h3{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.developer-text p{font-size:1.15rem;line-height:1.8;opacity:.9;margin-bottom:2.5rem}.btn-developer-cta{background:#fff;color:#1a241f;padding:1.25rem 3rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s;box-shadow:0 10px 30px #0003}.btn-developer-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d;background:var(--primary-color);color:#fff}@media(max-width:1024px){.features-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.features-grid,.steps-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.form-wrapper{padding:2rem 1.5rem}.developer-text h2{font-size:2rem}.developer-text h3{font-size:1.35rem}.btn-hero-cta,.btn-developer-cta{padding:1rem 2rem;font-size:1rem}}
