/* ═══════════════════════════════════════════════════════
   FIGEIT Seller Landing Page — CSS
   ═══════════════════════════════════════════════════════ */
:root{--orange:#F7A823;--blue:#1E50DE;--dark:#6C6F7D;--bg:#F4F5F9;--surface:#fff;--radius:16px;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Inter',sans-serif;background:var(--bg);color:#333;line-height:1.6;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;}
.sl-container{max-width:1200px;margin:0 auto;padding:0 24px;}

/* HEADER */
.sl-header{position:sticky;top:0;z-index:1000;background:var(--dark);transition:box-shadow .3s;}
.sl-header.scrolled{box-shadow:0 2px 12px rgba(0,0,0,.08);}
.sl-header-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;gap:16px;}
.sl-logo-wrap{position:relative;width:280px;height:60px;display:block;flex-shrink:0;}
.sl-logo-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:left center;opacity:0;transition:opacity .6s ease-in-out;}
.sl-logo-wrap img.active{opacity:1;}
.sl-nav{display:flex;align-items:center;gap:20px;}
.sl-nav a{font-size:14px;font-weight:500;color:#F8F9FA;transition:color .2s;}
.sl-nav a:hover{color:var(--orange);}
.sl-header-login{display:flex;flex-direction:column;align-items:flex-end;gap:4px;}
.sl-login-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.sl-login-form input{padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:13px;width:170px;font-family:inherit;}
.sl-login-form input:focus{outline:none;border-color:var(--blue);}
.sl-login-btn{padding:8px 20px;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s;}
.sl-login-btn:hover{background:#1640b0;}
.sl-login-meta{font-size:11px;color:#ccc;}
.sl-login-meta a{color:var(--orange);font-weight:500;}
.sl-signup-link{color:var(--orange) !important;font-weight:700 !important;}

/* HERO */
.sl-hero{background:linear-gradient(135deg,#fff8e8 0%,#fff3d4 100%);padding:48px 0 40px;overflow:hidden;}
.sl-hero-inner{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center;}
.sl-hero-label{font-size:12px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:block;}
.sl-hero h1{font-size:36px;font-weight:800;line-height:1.2;color:#1a1a2e;margin-bottom:14px;}
.sl-hero h1 span{color:var(--orange);}
.sl-hero p{font-size:15px;color:#555;margin-bottom:24px;max-width:440px;}
.sl-hero-btns{display:flex;gap:12px;flex-wrap:wrap;}
.sl-btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--orange);color:#fff;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:background .2s;}
.sl-btn-primary:hover{background:#e6960f;}
.sl-btn-outline{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#333;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;border:1.5px solid #ddd;}
.sl-hero-right{display:flex;align-items:center;justify-content:flex-start;}
.sl-hero-features{display:flex;flex-direction:column;gap:10px;}
.sl-hero-feat{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#444;background:#fff;padding:8px 14px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04);}
.sl-hero-feat span{font-size:18px;}
.sl-hero-mascot{max-height:280px;}

/* STATS */
.sl-stats{background:linear-gradient(135deg,#1a2040,var(--dark));padding:18px 0;}
.sl-stats-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
.sl-stat{text-align:center;flex:1;min-width:90px;}
.sl-stat-icon{font-size:18px;margin-bottom:2px;}
.sl-stat-num{font-size:17px;font-weight:800;color:#fff;}
.sl-stat-label{font-size:10px;color:#aab;}

/* SECTIONS */
.sl-section{padding:50px 0;}
.sl-section--white{background:#fff;}
.sl-title{text-align:center;font-size:26px;font-weight:800;margin-bottom:8px;color:#1a1a2e;}
.sl-title span{color:var(--blue);}
.sl-subtitle{text-align:center;font-size:14px;color:#666;margin-bottom:36px;}
.sl-label-blue{font-size:12px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:6px;}

/* WHY JOIN */
.sl-why{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:center;}
.sl-why-img img{border-radius:var(--radius);width:100%;max-height:300px;object-fit:contain;}
.sl-why-content h2{font-size:26px;font-weight:800;color:#1a1a2e;margin-bottom:12px;}
.sl-why-content p{font-size:14px;color:#555;margin-bottom:20px;}
.sl-why-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.sl-check{font-size:13px;font-weight:600;color:var(--orange);}

/* STEPS */
.sl-steps{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap;}
.sl-step{text-align:center;flex:1;min-width:130px;position:relative;}
.sl-step-num{width:26px;height:26px;background:var(--orange);color:#fff;border-radius:50%;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px;}
.sl-step-icon{font-size:30px;margin-bottom:6px;}
.sl-step h4{font-size:13px;font-weight:700;margin-bottom:4px;}
.sl-step p{font-size:11px;color:#666;max-width:130px;margin:0 auto;}
.sl-step-arrow{position:absolute;right:-14px;top:38px;font-size:18px;color:#ccc;}

/* BENEFITS */
.sl-benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.sl-benefit{text-align:center;padding:16px 8px;}
.sl-benefit-icon{font-size:28px;margin-bottom:8px;}
.sl-benefit h4{font-size:13px;font-weight:700;margin-bottom:4px;}
.sl-benefit p{font-size:11px;color:#666;}

/* PLANS */
.sl-plans{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.sl-plan{background:var(--surface);border-radius:var(--radius);padding:24px 18px;border:1.5px solid #eee;position:relative;}
.sl-plan--popular{border-color:var(--orange);box-shadow:0 4px 20px rgba(247,168,35,.15);}
.sl-plan-badge{position:absolute;top:-10px;right:16px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:10px;}
.sl-plan-name{font-size:16px;font-weight:700;margin-bottom:4px;}
.sl-plan-desc{font-size:11px;color:#888;margin-bottom:12px;}
.sl-plan-price{font-size:28px;font-weight:800;color:#1a1a2e;margin-bottom:16px;}
.sl-plan-price span{font-size:12px;color:#888;font-weight:400;}
.sl-plan ul{list-style:none;margin-bottom:20px;}
.sl-plan ul li{font-size:12px;padding:6px 0;border-bottom:1px solid #f5f5f5;padding-left:16px;position:relative;}
.sl-plan ul li::before{content:"✓";color:var(--orange);font-weight:700;position:absolute;left:0;}
.sl-plan-btn{display:block;text-align:center;padding:10px;border-radius:8px;font-size:13px;font-weight:600;border:1.5px solid var(--orange);color:var(--orange);transition:all .2s;}
.sl-plan-btn:hover,.sl-plan--popular .sl-plan-btn{background:var(--orange);color:#fff;}
.sl-plan--cta{background:linear-gradient(135deg,#fff8e8,#fff3d4);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.sl-plan--cta h3{font-size:22px;font-weight:800;color:#1a1a2e;margin-bottom:8px;}
.sl-plan--cta p{font-size:12px;color:#555;}

/* TESTIMONIALS */
.sl-testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.sl-testimonial{background:var(--surface);border-radius:var(--radius);padding:18px;border:1px solid #eee;}
.sl-tq{font-size:24px;color:var(--blue);margin-bottom:6px;}
.sl-stars{color:var(--orange);font-size:12px;margin-bottom:8px;}
.sl-testimonial p{font-size:12px;color:#555;line-height:1.5;margin-bottom:12px;min-height:50px;}
.sl-tauthor{display:flex;align-items:center;gap:10px;}
.sl-tavatar{width:36px;height:36px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;}
.sl-tauthor strong{font-size:12px;}
.sl-tauthor span{font-size:10px;color:#888;}

/* VIDEOS */
.sl-videos{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.sl-video{background:#1a1a2e;border-radius:var(--radius);overflow:hidden;}
.sl-video-thumb{width:100%;height:120px;background:#222;display:flex;align-items:center;justify-content:center;}
.sl-video-play{width:40px;height:40px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;}
.sl-video-info{padding:10px;color:#fff;}
.sl-video-info h4{font-size:12px;font-weight:600;margin-bottom:2px;}
.sl-video-info span{font-size:10px;color:#888;}

/* FAQ */
.sl-faq-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:24px;align-items:start;}
.sl-faq-col{display:flex;flex-direction:column;gap:8px;}
.sl-faq-item{background:var(--surface);border-radius:10px;padding:14px 16px;border:1px solid #eee;cursor:pointer;transition:border-color .2s;}
.sl-faq-item:hover{border-color:var(--orange);}
.sl-faq-item h4{font-size:13px;font-weight:600;display:flex;justify-content:space-between;align-items:center;}
.sl-faq-item h4 span{font-size:18px;color:#888;transition:transform .2s;}
.sl-faq-item.open h4 span{transform:rotate(45deg);}
.sl-faq-item p{font-size:12px;color:#555;margin-top:8px;display:none;line-height:1.6;}
.sl-faq-item.open p{display:block;}
.sl-faq-help{background:var(--surface);border-radius:var(--radius);padding:24px;text-align:center;border:1px solid #eee;}
.sl-faq-help h4{font-size:14px;font-weight:700;margin:8px 0 6px;}
.sl-faq-help p{font-size:12px;color:#555;margin-bottom:12px;}

/* APP */
.sl-app{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center;background:var(--surface);border-radius:var(--radius);padding:32px;border:1px solid #eee;}
.sl-app-qr{text-align:center;}
.sl-app-qr-box{width:100px;height:100px;background:#eee;border-radius:8px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#888;font-weight:700;}
.sl-app-stores{display:flex;gap:10px;font-size:11px;font-weight:600;}
.sl-app-content ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.sl-app-content ul li{font-size:13px;color:#333;font-weight:500;}

/* FOOTER */
.sl-footer{background:var(--dark);color:#ccc;padding:48px 0 20px;}
.sl-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:24px;margin-bottom:32px;}
.sl-footer-brand p{font-size:12px;color:#fff;line-height:1.6;margin-top:8px;}
.sl-footer-social{display:flex;gap:10px;margin-top:12px;}
.sl-footer-social a{width:28px;height:28px;border-radius:50%;background:#444;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;}
.sl-footer-col h4{font-size:13px;font-weight:700;color:#F4C542;margin-bottom:14px;}
.sl-footer-col ul{list-style:none;}
.sl-footer-col ul li{margin-bottom:8px;font-size:12px;color:#fff;}
.sl-footer-col ul li a{font-size:12px;color:#fff;transition:color .2s;}
.sl-footer-col ul li a:hover{color:var(--orange);}
.sl-footer-mascot{text-align:center;}
.sl-footer-mascot p{font-size:11px;color:#fff;margin-top:6px;}
.sl-footer-bottom{text-align:center;font-size:11px;color:#888;padding-top:16px;border-top:1px solid #555;}

/* RESPONSIVE */
@media(max-width:1024px){.sl-hero-inner,.sl-why{grid-template-columns:1fr;}.sl-plans,.sl-testimonials,.sl-videos{grid-template-columns:repeat(2,1fr);}.sl-footer-grid{grid-template-columns:repeat(3,1fr);}.sl-benefits{grid-template-columns:repeat(3,1fr);}.sl-hero-right{justify-content:center;}}
@media(max-width:768px){.sl-header-inner{flex-wrap:wrap;gap:10px;}.sl-nav{display:none;}.sl-header-login{width:100%;}.sl-login-form{width:100%;justify-content:center;}.sl-plans,.sl-testimonials,.sl-videos,.sl-benefits{grid-template-columns:1fr;}.sl-steps{flex-direction:column;align-items:center;}.sl-step-arrow{display:none;}.sl-faq-grid{grid-template-columns:1fr;}.sl-app{grid-template-columns:1fr;text-align:center;}.sl-footer-grid{grid-template-columns:1fr 1fr;}.sl-logo-wrap{width:200px;height:46px;}}
@media(max-width:480px){.sl-hero h1{font-size:26px;}.sl-logo-wrap{width:160px;height:38px;}.sl-hero-features{flex-direction:row;flex-wrap:wrap;}.sl-login-form input{width:100%;}.sl-app-content ul{grid-template-columns:1fr;}}
