.landing{--ink:#0a0a0f;--steel:#1c1f2e;--slate:#2d3248;--gold:#f5a623;--gold-light:#ffc84a;--cream:#f7f4ef;--muted:#8a8fa8;--white:#fff;--border:#ffffff14;--card-bg:#ffffff0a;background:var(--ink);color:var(--white);font-family:DM Sans,sans-serif;overflow-x:hidden}.landing *{box-sizing:border-box;margin:0;padding:0}.landing:before{content:"";pointer-events:none;z-index:999;opacity:.6;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:fixed;inset:0}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0a0a0fd9;justify-content:space-between;align-items:center;padding:20px 60px;display:flex;position:fixed;top:0;left:0;right:0}.landing .logo{letter-spacing:-.02em;color:var(--white);font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800}.landing .logo span{color:var(--gold)}.landing .nav-links{gap:40px;list-style:none;display:flex}.landing .nav-links a{color:var(--muted);font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s}.landing .nav-links a:hover{color:var(--white)}.landing .nav-actions{align-items:center;gap:16px;display:flex}.landing .nav-login{color:var(--muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.landing .nav-login:hover{color:var(--white)}.landing .nav-cta{background:var(--gold);color:var(--ink);border-radius:6px;padding:10px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s}.landing .nav-cta:hover{background:var(--gold-light);transform:translateY(-1px)}.landing .hero{align-items:center;min-height:100vh;padding:120px 60px 80px;display:flex;position:relative;overflow:hidden}.landing .hero-bg{background:radial-gradient(60% 50% at 70% 40%,#f5a6231f 0%,#0000 65%),radial-gradient(40% 60% at 20% 80%,#1d2346cc 0%,#0000 60%);position:absolute;inset:0}.landing .hero-bg:after{content:"";background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70% at 60%,#000,#0000);mask-image:radial-gradient(70% 70% at 60%,#000,#0000)}.landing .hero-content{z-index:2;max-width:680px;position:relative}.landing .hero-badge{color:var(--gold);letter-spacing:.04em;text-transform:uppercase;background:#f5a62326;border:1px solid #f5a6234d;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 14px;font-size:.8rem;font-weight:500;animation:.6s both landingFadeUp;display:inline-flex}.landing .hero-title{letter-spacing:-.03em;margin-bottom:28px;font-family:Syne,sans-serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1;animation:.7s .1s both landingFadeUp}.landing .hero-title em{color:var(--gold);font-style:normal;position:relative}.landing .hero-title em:after{content:"";background:var(--gold);opacity:.5;border-radius:2px;height:3px;position:absolute;bottom:-4px;left:0;right:0}.landing .hero-sub{color:#ffffff8c;max-width:520px;margin-bottom:48px;font-size:1.15rem;font-weight:300;line-height:1.65;animation:.7s .2s both landingFadeUp}.landing .hero-actions{align-items:center;gap:16px;animation:.7s .3s both landingFadeUp;display:flex}.landing .btn-primary{background:var(--gold);color:var(--ink);border-radius:8px;align-items:center;gap:8px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.landing .btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 12px 40px #f5a6234d}.landing .btn-ghost{color:#ffffffb3;align-items:center;gap:6px;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex}.landing .btn-ghost:hover{color:#fff}.landing .hero-visual{z-index:1;width:52%;animation:1s .5s both landingFloatIn;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.landing .dashboard-card{background:var(--steel);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 40px 100px #0009,0 0 0 1px #ffffff0d}.landing .card-header{background:var(--slate);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:14px 20px;display:flex}.landing .dot{border-radius:50%;width:10px;height:10px}.landing .dot.r{background:#ff5f56}.landing .dot.y{background:#ffbd2e}.landing .dot.g{background:#27c93f}.landing .card-title-bar{color:var(--muted);margin-left:8px;font-family:Syne,sans-serif;font-size:.78rem}.landing .card-body{padding:20px}.landing .table-header{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);grid-template-columns:2fr 1.2fr 1fr 1fr .8fr;gap:8px;margin-bottom:8px;padding:8px 12px;font-size:.68rem;display:grid}.landing .table-row{border-radius:6px;grid-template-columns:2fr 1.2fr 1fr 1fr .8fr;align-items:center;gap:8px;margin-bottom:4px;padding:10px 12px;font-size:.78rem;transition:background .15s;display:grid}.landing .table-row:hover{background:#ffffff0a}.landing .table-row.winner{background:#f5a62314;border:1px solid #f5a62333}.landing .supplier-name{color:var(--white);font-size:.8rem;font-weight:500}.landing .price{color:var(--gold);font-weight:600}.landing .tag{border-radius:100px;padding:2px 8px;font-size:.65rem;font-weight:500;display:inline-block}.landing .tag.us{color:#5ee87a;background:#27c93f26}.landing .tag.imp{color:var(--muted);background:#8a8fa826}.landing .tag.win{color:var(--gold);background:#f5a62333}.landing .tag.pen{color:#8b9cff;background:#6478ff26}.landing .stat-row{border-top:1px solid var(--border);gap:12px;margin-top:16px;padding-top:16px;display:flex}.landing .stat-box{background:#ffffff0a;border-radius:8px;flex:1;padding:12px}.landing .stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.65rem}.landing .stat-val{font-family:Syne,sans-serif;font-size:1.3rem;font-weight:700}.landing .stat-val.gold{color:var(--gold)}.landing .logos-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;gap:60px;padding:40px 60px;display:flex;overflow:hidden}.landing .logos-label{color:var(--muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.landing .logos-scroll{gap:60px;animation:20s linear infinite scrollLogos;display:flex}.landing .logo-item{color:#ffffff2e;white-space:nowrap;letter-spacing:-.01em;font-family:Syne,sans-serif;font-size:1.1rem;font-weight:700}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing .section{padding:120px 60px}.landing .section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:16px;font-size:.75rem;font-weight:600}.landing .section-title{letter-spacing:-.03em;margin-bottom:20px;font-family:Syne,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.1}.landing .section-sub{color:var(--muted);max-width:520px;font-size:1.05rem;line-height:1.7}.landing .steps-grid{grid-template-columns:repeat(4,1fr);gap:2px;margin-top:80px;display:grid}.landing .step{background:var(--card-bg);border:1px solid var(--border);padding:40px 32px;transition:background .3s;position:relative}.landing .step:hover{background:#ffffff0f}.landing .step:first-child{border-radius:12px 0 0 12px}.landing .step:last-child{border-radius:0 12px 12px 0}.landing .step-num{color:#ffffff0f;margin-bottom:32px;font-family:Syne,sans-serif;font-size:4rem;font-weight:800;line-height:1}.landing .step-icon{background:#f5a6231f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;font-size:1.3rem;display:flex}.landing .step h3{margin-bottom:12px;font-family:Syne,sans-serif;font-size:1.1rem;font-weight:700}.landing .step p{color:var(--muted);font-size:.9rem;line-height:1.6}.landing .features-section{background:var(--steel);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing .features-grid{background:var(--border);border:1px solid var(--border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:64px;display:grid;overflow:hidden}.landing .feature-card{background:var(--steel);padding:40px 36px;transition:background .3s}.landing .feature-card:hover{background:var(--slate)}.landing .feature-icon{margin-bottom:20px;font-size:2rem;display:block}.landing .feature-card h3{margin-bottom:10px;font-family:Syne,sans-serif;font-size:1.05rem;font-weight:700}.landing .feature-card p{color:var(--muted);font-size:.88rem;line-height:1.6}.landing .pricing-wrapper{justify-content:center;margin-top:80px;display:flex}.landing .pricing-card{background:var(--steel);border:1px solid #f5a62340;border-radius:20px;width:100%;max-width:520px;padding:56px;position:relative;overflow:hidden;box-shadow:0 0 80px #f5a6230f}.landing .pricing-card:before{content:"";background:linear-gradient(90deg,var(--gold),var(--gold-light));height:3px;position:absolute;top:0;left:0;right:0}.landing .pricing-plan{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:20px;font-size:.75rem;font-weight:600}.landing .pricing-price{align-items:flex-start;gap:4px;margin-bottom:8px;display:flex}.landing .price-dollar{color:var(--muted);padding-top:10px;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:700}.landing .price-num{letter-spacing:-.04em;font-family:Syne,sans-serif;font-size:5rem;font-weight:800;line-height:1}.landing .price-period{color:var(--muted);padding-top:44px;font-size:.9rem}.landing .pricing-desc{color:var(--muted);margin-bottom:40px;font-size:.9rem}.landing .pricing-features{flex-direction:column;gap:14px;margin-bottom:48px;list-style:none;display:flex}.landing .pricing-features li{color:#ffffffbf;align-items:center;gap:12px;font-size:.92rem;display:flex}.landing .check{width:20px;height:20px;color:var(--gold);background:#f5a62326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;display:flex}.landing .btn-full{text-align:center;background:var(--gold);width:100%;color:var(--ink);border-radius:10px;padding:18px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.landing .btn-full:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 12px 40px #f5a6234d}.landing .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px;display:grid}.landing .testimonial{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:36px}.landing .stars{color:var(--gold);letter-spacing:2px;margin-bottom:20px;font-size:.9rem}.landing .testimonial q{quotes:none;color:#fffc;margin-bottom:28px;font-size:.95rem;font-style:italic;font-weight:300;line-height:1.65;display:block}.landing .testimonial-author{align-items:center;gap:12px;display:flex}.landing .avatar{background:var(--slate);width:40px;height:40px;color:var(--gold);border:1px solid #f5a62333;border-radius:50%;justify-content:center;align-items:center;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;display:flex}.landing .author-name{font-size:.88rem;font-weight:600}.landing .author-role{color:var(--muted);font-size:.78rem}.landing .cta-section{text-align:center;padding:120px 60px;position:relative;overflow:hidden}.landing .cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#f5a6231a 0%,#0000 65%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing .cta-section .section-title{max-width:600px;margin:0 auto 20px}.landing .cta-section .section-sub{text-align:center;max-width:420px;margin:0 auto 48px}.landing .cta-actions{justify-content:center;align-items:center;gap:16px;display:flex}.landing footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:40px 60px;display:flex}.landing .footer-left{align-items:center;gap:32px;display:flex}.landing .footer-links{gap:24px;display:flex}.landing .footer-links a{color:var(--muted);font-size:.85rem;text-decoration:none;transition:color .2s}.landing .footer-links a:hover{color:var(--white)}.landing .footer-copy{color:var(--muted);font-size:.8rem}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landingFloatIn{0%{opacity:0;transform:translateY(-50%)translate(60px)}to{opacity:1;transform:translateY(-50%)translate(0)}}@media (max-width:1100px){.landing .hero-visual{display:none}.landing .steps-grid{grid-template-columns:repeat(2,1fr)}.landing .step:first-child{border-radius:12px 0 0}.landing .step:last-child{border-radius:0 0 12px}.landing .features-grid,.landing .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.landing-nav{padding:16px 24px}.landing .nav-links{display:none}.landing .hero{padding:100px 24px 60px}.landing .section{padding:80px 24px}.landing .logos-strip{gap:30px;padding:30px 24px}.landing .steps-grid{grid-template-columns:1fr}.landing .step:first-child,.landing .step:last-child{border-radius:0}.landing .step:first-child{border-radius:12px 12px 0 0}.landing .step:last-child{border-radius:0 0 12px 12px}.landing .features-grid,.landing .testimonials-grid{grid-template-columns:1fr}.landing .pricing-card{padding:36px 28px}.landing .cta-section{padding:80px 24px}.landing footer{text-align:center;flex-direction:column;gap:20px;padding:30px 24px}.landing .footer-left{flex-direction:column;gap:16px}}
