.landing-page{--lp-bg:#fff;--lp-bg-alt:#f5f5f5;--lp-bg-elevated:#eee;--lp-bg-card:#fff;--lp-bg-card-inner:#f5f5f5;--lp-text:#111;--lp-text-secondary:#555;--lp-text-muted:#777;--lp-text-subtle:#999;--lp-border:#0000001a;--lp-border-subtle:#0000000f;--lp-nav-bg:#ffffffd9;--lp-nav-border:#0000000f;--lp-shadow:#0000000f;--lp-shadow-heavy:#0000001a;--lp-noise-opacity:.015;--lp-yellow:#f5c518;--lp-yellow-hover:#ffd54f;--lp-yellow-glow:#f5c51833;--lp-yellow-bg:#f5c51814;--lp-yellow-border:#f5c51833;--lp-success:#10b981;--lp-success-light:#10b9811a;--lp-blue:#3b82f6;--lp-purple:#8b5cf6;--lp-red:#ef4444;--lp-red-light:#ef444414;--lp-red-gradient:linear-gradient(90deg,var(--lp-red),transparent)}.dark .landing-page{--lp-bg:#0a0a0a;--lp-bg-alt:#111;--lp-bg-elevated:#1a1a1a;--lp-bg-card:#111;--lp-bg-card-inner:#1a1a1a;--lp-text:#fff;--lp-text-secondary:#aaa;--lp-text-muted:#888;--lp-text-subtle:#666;--lp-border:#ffffff14;--lp-border-subtle:#ffffff0d;--lp-nav-bg:#0a0a0ad9;--lp-nav-border:#ffffff0d;--lp-shadow:#0000004d;--lp-shadow-heavy:#0006;--lp-noise-opacity:.02;--lp-yellow-glow:#f5c51840;--lp-success-light:#10b98126;--lp-red-light:#ef44441a}.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page{background:var(--lp-bg);color:var(--lp-text);min-height:100vh;font-family:Outfit,system-ui,sans-serif;font-weight:400;line-height:1.7;transition:background-color .3s,color .3s;overflow-x:hidden}.landing-page:before{content:"";width:100%;height:100%;opacity:var(--lp-noise-opacity);pointer-events:none;z-index:10000;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.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;top:0;left:0}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{font-weight:700;line-height:1.2}.landing-page p{color:var(--lp-text-secondary)}.landing-page a{color:inherit;text-decoration:none}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.landing-page .container-narrow{max-width:800px;margin:0 auto;padding:0 2rem}.landing-page nav{z-index:1000;background:var(--lp-nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--lp-nav-border);justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-page .logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.landing-page .logo .up{color:var(--lp-yellow)}.landing-page .nav-links{align-items:center;gap:2rem;display:flex}.landing-page .nav-links a:not(.btn){color:var(--lp-text-muted);font-size:.9rem;font-weight:500;transition:color .3s}.landing-page .nav-links a:not(.btn):hover{color:var(--lp-text)}.landing-page .nav-login{border:1px solid var(--lp-border);border-radius:10px;padding:.6rem 1.25rem;transition:all .3s;color:var(--lp-text)!important}.landing-page .nav-login:hover{background:var(--lp-border-subtle);border-color:var(--lp-border)}.landing-page .nav-badge{background:var(--lp-success-light);color:var(--lp-success);border:1px solid #10b9814d;border-radius:100px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.landing-page .nav-badge .dot{background:var(--lp-success);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.landing-page .mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.landing-page .mobile-menu-btn span{background:var(--lp-text);width:24px;height:2px;transition:all .3s;display:block}.landing-page .theme-toggle{background:var(--lp-border-subtle);border:1px solid var(--lp-border);cursor:pointer;width:40px;height:40px;color:var(--lp-text-muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.landing-page .theme-toggle:hover{background:var(--lp-border);color:var(--lp-text)}.landing-page .theme-toggle svg{width:18px;height:18px;transition:transform .3s}.landing-page .theme-toggle:hover svg{transform:rotate(15deg)}.landing-page .btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.landing-page .btn-primary{background:var(--lp-yellow);color:#0a0a0a}.landing-page .btn-primary:hover{background:var(--lp-yellow-hover);box-shadow:0 10px 40px var(--lp-yellow-glow);transform:translateY(-2px)}.landing-page .btn-secondary{background:var(--lp-border-subtle);color:var(--lp-text);border:1px solid var(--lp-border)}.landing-page .btn-secondary:hover{background:var(--lp-border)}.landing-page .btn-large{border-radius:14px;padding:1.1rem 2.5rem;font-size:1.05rem}.landing-page .btn-arrow{transition:transform .3s}.landing-page .btn:hover .btn-arrow{transform:translate(4px)}.landing-page section{padding:8rem 0;position:relative}.landing-page .section-label{color:var(--lp-yellow);text-transform:uppercase;letter-spacing:2px;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.landing-page .section-label:before{content:"";background:var(--lp-yellow);width:24px;height:2px}.landing-page .section-title{letter-spacing:-.5px;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.landing-page .section-subtitle{color:var(--lp-text-muted);max-width:600px;font-size:1.15rem;line-height:1.8}.landing-page .section-header{text-align:center;margin-bottom:5rem}.landing-page .section-header .section-subtitle{margin:0 auto}.landing-page .hero{align-items:center;min-height:100vh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.landing-page .hero:before{content:"";background:radial-gradient(circle,var(--lp-yellow-glow)0%,transparent 60%);filter:blur(100px);pointer-events:none;width:800px;height:800px;animation:10s ease-in-out infinite heroGlow;position:absolute;top:-20%;right:-10%}@keyframes heroGlow{0%,to{opacity:.6;transform:translate(0)scale(1)}50%{opacity:.8;transform:translate(-50px,50px)scale(1.1)}}.landing-page .hero-content{z-index:1;max-width:900px;position:relative}.landing-page .hero-eyebrow{background:var(--lp-yellow-bg);border:1px solid var(--lp-yellow-border);color:var(--lp-yellow);border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.6rem 1.25rem .6rem .75rem;font-size:.9rem;font-weight:500;animation:.8s forwards slideIn;display:inline-flex}.landing-page .hero-eyebrow .icon{background:var(--lp-yellow);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.landing-page .hero-eyebrow .icon svg{stroke:#0a0a0a;width:14px;height:14px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page .hero h1{letter-spacing:-2px;opacity:0;margin-bottom:1.75rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.1;animation:.8s .1s forwards fadeUp}.landing-page .hero h1 .highlight{color:var(--lp-yellow);display:inline-block;position:relative}.landing-page .hero-intro{color:var(--lp-text-secondary);opacity:0;max-width:700px;margin-bottom:2.5rem;font-size:1.3rem;line-height:1.8;animation:.8s .2s forwards fadeUp}.landing-page .hero-intro strong{color:var(--lp-text);font-weight:600}.landing-page .hero-cta{opacity:0;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;animation:.8s .3s forwards fadeUp;display:flex}.landing-page .hero-proof{opacity:0;flex-wrap:wrap;align-items:center;gap:2rem;animation:.8s .4s forwards fadeUp;display:flex}.landing-page .hero-proof-item{color:var(--lp-text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.landing-page .hero-proof-item svg{width:18px;height:18px;stroke:var(--lp-success)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-page .problem{background:var(--lp-bg-alt);border-top:1px solid var(--lp-border-subtle);border-bottom:1px solid var(--lp-border-subtle)}.landing-page .problem-intro{text-align:center;margin-bottom:5rem}.landing-page .problem-intro h2{margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.landing-page .problem-intro p{max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.8}.landing-page .chaos-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:5rem;display:grid}.landing-page .chaos-card{background:var(--lp-bg);box-shadow:0 2px 12px var(--lp-shadow);border:1px solid #ef444426;border-radius:16px;padding:2rem;position:relative;overflow:hidden}.landing-page .chaos-card:before{content:"";background:var(--lp-red-gradient);height:3px;position:absolute;top:0;left:0;right:0}.landing-page .chaos-icon{background:var(--lp-red-light);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.landing-page .chaos-icon svg{width:24px;height:24px;stroke:var(--lp-red)}.landing-page .chaos-card h3{color:var(--lp-text);margin-bottom:.75rem;font-size:1.1rem}.landing-page .chaos-card p{color:var(--lp-text-muted);font-size:.95rem;line-height:1.7}.landing-page .chaos-stat{border-top:1px solid var(--lp-border-subtle);margin-top:1.5rem;padding-top:1.25rem}.landing-page .chaos-stat-number{color:var(--lp-red);font-size:2rem;font-weight:700}.landing-page .chaos-stat-label{color:var(--lp-text-muted);margin-top:.25rem;font-size:.8rem}.landing-page .promise{border:1px solid var(--lp-yellow-border);text-align:center;background:linear-gradient(135deg,#f5c5180d 0%,#0000 50%);border-radius:24px;padding:4rem;position:relative;overflow:hidden}.landing-page .promise:before{content:"";pointer-events:none;background:radial-gradient(circle,#f5c5181a 0%,#0000 60%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .promise h2{z-index:1;margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);position:relative}.landing-page .promise p{color:var(--lp-text-secondary);z-index:1;max-width:650px;margin:0 auto;font-size:1.2rem;line-height:1.8;position:relative}.landing-page .promise strong{color:var(--lp-yellow)}.landing-page .personas{padding:10rem 0}.landing-page .persona-story{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:8rem;display:grid}.landing-page .persona-story:nth-child(2n){direction:rtl}.landing-page .persona-story:nth-child(2n)>*{direction:ltr}.landing-page .persona-story:last-child{margin-bottom:0}.landing-page .persona-content{padding:2rem 0}.landing-page .persona-tag{background:var(--lp-border-subtle);color:var(--lp-text-secondary);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.landing-page .persona-tag .emoji{font-size:1.1rem}.landing-page .persona-content h3{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.3}.landing-page .persona-name{color:var(--lp-yellow)}.landing-page .persona-content>p{color:var(--lp-text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.landing-page .persona-frustrations{background:var(--lp-bg-alt);border-radius:16px;padding:1.75rem}.landing-page .persona-frustrations h4{color:var(--lp-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:600}.landing-page .frustration-list{list-style:none}.landing-page .frustration-list li{color:var(--lp-text-secondary);align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.95rem;display:flex}.landing-page .frustration-list li svg{width:18px;height:18px;stroke:var(--lp-red);flex-shrink:0;margin-top:2px}.landing-page .persona-solution{background:linear-gradient(135deg,#10b98114 0%,#0000 100%);border:1px solid #10b98133;border-radius:16px;padding:1.75rem}.landing-page .persona-solution h4{color:var(--lp-success);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:flex}.landing-page .persona-solution h4 svg{flex-shrink:0;width:16px;height:16px}.landing-page .persona-solution p{color:var(--lp-text-secondary);font-size:1rem;line-height:1.7}.landing-page .persona-visual{position:relative}.landing-page .persona-card{background:var(--lp-bg-card);border:1px solid var(--lp-border);box-shadow:0 40px 80px var(--lp-shadow-heavy);border-radius:24px;overflow:hidden}.landing-page .persona-card-header{background:var(--lp-bg-card-inner);border-bottom:1px solid var(--lp-border-subtle);align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.landing-page .persona-avatar{color:#0a0a0a;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:700;display:flex}.landing-page .persona-avatar-info h4{margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.landing-page .persona-avatar-info span{color:var(--lp-text-muted);font-size:.85rem}.landing-page .persona-card-content{padding:2rem}.landing-page .persona-quote{color:var(--lp-text-secondary);border-left:3px solid var(--lp-yellow);padding-left:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.7;position:relative}.landing-page .journey{background:var(--lp-bg-alt);border-top:1px solid var(--lp-border-subtle);border-bottom:1px solid var(--lp-border-subtle);padding:10rem 0}.landing-page .journey-intro{text-align:center;margin-bottom:6rem}.landing-page .journey-intro h2{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.landing-page .journey-intro p{max-width:650px;margin:0 auto;font-size:1.15rem;line-height:1.8}.landing-page .journey-timeline{max-width:900px;margin:0 auto;position:relative}.landing-page .journey-timeline:before{content:"";background:linear-gradient(180deg,var(--lp-yellow),var(--lp-success));opacity:.3;width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-page .journey-step{grid-template-columns:1fr 60px 1fr;align-items:start;gap:0;margin-bottom:3rem;display:grid;position:relative}.landing-page .journey-step:last-child{margin-bottom:0}.landing-page .journey-step-content{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:20px;padding:2rem}.landing-page .journey-step:nth-child(odd) .journey-step-content{grid-area:1/1}.landing-page .journey-step:nth-child(odd) .journey-step-number{grid-area:1/2}.landing-page .journey-step:nth-child(2n) .journey-step-content{grid-area:1/3}.landing-page .journey-step:nth-child(2n) .journey-step-number{grid-area:1/2}.landing-page .journey-step-number{justify-content:center;align-items:flex-start;padding-top:1.75rem;display:flex}.landing-page .journey-step-number span{background:var(--lp-yellow);color:#0a0a0a;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex;position:relative}.landing-page .journey-step-parties{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.landing-page .journey-party{border-radius:100px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.landing-page .journey-party.company{color:var(--lp-blue);background:#3b82f626}.landing-page .journey-party.agency{color:var(--lp-purple);background:#8b5cf626}.landing-page .journey-party.freelancer{color:var(--lp-success);background:#10b98126}.landing-page .journey-step-content h3{margin-bottom:.75rem;font-size:1.2rem}.landing-page .journey-step-content p{color:var(--lp-text-muted);font-size:.95rem;line-height:1.7}.landing-page .features{padding:10rem 0}.landing-page .features-grid{gap:6rem;display:grid}.landing-page .feature-block{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.landing-page .feature-block:nth-child(2n){direction:rtl}.landing-page .feature-block:nth-child(2n)>*{direction:ltr}.landing-page .feature-content{padding:2rem 0}.landing-page .feature-icon-large{background:linear-gradient(135deg,#f5c51826 0%,#f5c5180d 100%);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.landing-page .feature-icon-large svg{width:30px;height:30px;stroke:var(--lp-yellow)}.landing-page .feature-content h3{margin-bottom:1rem;font-size:clamp(1.5rem,2.5vw,1.85rem)}.landing-page .feature-content>p{color:var(--lp-text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.landing-page .feature-benefits{margin-bottom:2rem;list-style:none}.landing-page .feature-benefits li{border-bottom:1px solid var(--lp-border-subtle);align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.landing-page .feature-benefits li:last-child{border-bottom:none}.landing-page .feature-benefits .check{background:var(--lp-success-light);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:flex}.landing-page .feature-benefits .check svg{width:12px;height:12px;stroke:var(--lp-success)}.landing-page .feature-benefits .text{color:var(--lp-text-secondary);font-size:.95rem;line-height:1.6}.landing-page .feature-benefits .text strong{color:var(--lp-text);font-weight:600}.landing-page .feature-visual{background:var(--lp-bg-card);border:1px solid var(--lp-border);box-shadow:0 40px 80px var(--lp-shadow);border-radius:24px;padding:2rem}.landing-page .feature-visual-header{gap:.4rem;margin-bottom:1.5rem;display:flex}.landing-page .feature-visual-dot{border-radius:50%;width:12px;height:12px}.landing-page .feature-visual-dot:first-child{background:#ff5f57}.landing-page .feature-visual-dot:nth-child(2){background:#febc2e}.landing-page .feature-visual-dot:nth-child(3){background:#28c840}.landing-page .feature-visual-content{flex-direction:column;gap:1rem;min-height:300px;display:flex}.landing-page .mini-card{background:var(--lp-bg-card-inner);border-radius:12px;padding:1rem}.landing-page .mini-row{align-items:center;gap:.75rem;display:flex}.landing-page .mini-avatar{color:#0a0a0a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex}.landing-page .mini-info{flex:1;min-width:0}.landing-page .mini-name{margin-bottom:.15rem;font-size:.85rem;font-weight:600}.landing-page .mini-role{color:var(--lp-text-muted);font-size:.75rem}.landing-page .mini-badge{border-radius:20px;flex-shrink:0;padding:.3rem .7rem;font-size:.75rem;font-weight:600}.landing-page .mini-badge.success{background:var(--lp-success-light);color:var(--lp-success)}.landing-page .mini-badge.pending{color:var(--lp-yellow);background:#f5c51826}.landing-page .mini-stat-row{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.landing-page .mini-stat{background:var(--lp-bg-card-inner);text-align:center;border-radius:10px;padding:1rem}.landing-page .mini-stat-value{color:var(--lp-yellow);font-size:1.5rem;font-weight:700}.landing-page .mini-stat-label{color:var(--lp-text-muted);margin-top:.25rem;font-size:.7rem}.landing-page .roadmap{background:var(--lp-bg-alt);border-top:1px solid var(--lp-border-subtle);padding:10rem 0}.landing-page .roadmap-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .roadmap-phase{background:var(--lp-bg);border:1px solid var(--lp-border);box-shadow:0 2px 12px var(--lp-shadow);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.landing-page .roadmap-phase:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.landing-page .roadmap-phase.current:before{background:var(--lp-yellow)}.landing-page .roadmap-phase.next:before{background:var(--lp-blue)}.landing-page .roadmap-phase.future:before{background:var(--lp-purple)}.landing-page .roadmap-phase-tag{border-radius:100px;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.75rem;font-weight:600;display:inline-block}.landing-page .roadmap-phase.current .roadmap-phase-tag{color:var(--lp-yellow);background:#f5c51826}.landing-page .roadmap-phase.next .roadmap-phase-tag{color:var(--lp-blue);background:#3b82f626}.landing-page .roadmap-phase.future .roadmap-phase-tag{color:var(--lp-purple);background:#8b5cf626}.landing-page .roadmap-phase h3{margin-bottom:.75rem;font-size:1.35rem}.landing-page .roadmap-phase>p{color:var(--lp-text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.landing-page .roadmap-features{list-style:none}.landing-page .roadmap-features li{color:var(--lp-text-secondary);align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.9rem;display:flex}.landing-page .roadmap-features li svg{flex-shrink:0;width:18px;height:18px;margin-top:2px}.landing-page .roadmap-phase.current .roadmap-features li svg{stroke:var(--lp-yellow)}.landing-page .roadmap-phase.next .roadmap-features li svg{stroke:var(--lp-blue)}.landing-page .roadmap-phase.future .roadmap-features li svg{stroke:var(--lp-purple)}.landing-page .signup{padding:10rem 0;position:relative;overflow:hidden}.landing-page .signup:before{content:"";pointer-events:none;background:radial-gradient(circle,#f5c51814 0%,#0000 50%);width:1000px;height:1000px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .signup-container{text-align:center;z-index:1;max-width:700px;margin:0 auto;position:relative}.landing-page .signup h2{margin-bottom:1.5rem;font-size:clamp(2rem,4.5vw,3rem)}.landing-page .signup>p{color:var(--lp-text-muted);margin-bottom:3rem;font-size:1.15rem;line-height:1.8}.landing-page .signup-form{background:var(--lp-bg-card);border:1px solid var(--lp-border);text-align:left;box-shadow:0 4px 24px var(--lp-shadow);border-radius:24px;padding:3rem}.landing-page .form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.landing-page .form-group{margin-bottom:1.25rem}.landing-page .form-group:last-of-type{margin-bottom:0}.landing-page .form-label{color:var(--lp-text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.landing-page .form-input{background:var(--lp-bg-alt);border:1px solid var(--lp-border);width:100%;color:var(--lp-text);border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.landing-page .form-input:focus{border-color:var(--lp-yellow);box-shadow:0 0 0 3px var(--lp-yellow-glow);outline:none}.landing-page .form-input::placeholder{color:var(--lp-text-muted)}.landing-page .form-textarea{resize:vertical;min-height:120px}.landing-page .form-checkbox{margin-top:.5rem}.landing-page .checkbox-label{cursor:pointer;color:var(--lp-text-secondary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.landing-page .checkbox-label input{display:none}.landing-page .checkbox-custom{border:2px solid var(--lp-border);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.landing-page .checkbox-label input:checked+.checkbox-custom{background:var(--lp-yellow);border-color:var(--lp-yellow)}.landing-page .checkbox-label input:checked+.checkbox-custom:after{content:"✓";color:#0a0a0a;font-size:.8rem;font-weight:700}.landing-page .checkbox-text{line-height:1.4}.landing-page .form-submit{width:100%;margin-top:1.5rem}.landing-page .form-note{color:var(--lp-text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;display:flex}.landing-page .form-note svg{width:14px;height:14px;stroke:var(--lp-success);flex-shrink:0}.landing-page .type-selector{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.landing-page .type-option{position:relative}.landing-page .type-option input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.landing-page .type-option label{background:var(--lp-bg-alt);border:2px solid var(--lp-border);cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;transition:all .3s;display:flex}.landing-page .type-option label:hover{border-color:var(--lp-text-muted)}.landing-page .type-option input:checked+label{border-color:var(--lp-yellow);background:var(--lp-yellow-bg)}.landing-page .type-option .emoji{font-size:1.75rem}.landing-page .type-option .text{color:var(--lp-text);font-size:.9rem;font-weight:600}.landing-page .form-success{text-align:center;padding:3rem}.landing-page .form-success-icon{background:var(--lp-success-light);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.landing-page .form-success-icon svg{width:40px;height:40px;stroke:var(--lp-success)}.landing-page .form-success h3{margin-bottom:1rem;font-size:1.5rem}.landing-page .form-success p{color:var(--lp-text-muted);font-size:1rem;line-height:1.7}.landing-page .platform-vision{background:var(--lp-bg-alt);border-top:1px solid var(--lp-border-subtle);border-bottom:1px solid var(--lp-border-subtle);padding:10rem 0}.landing-page .platform-clouds{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.landing-page .cloud-card{background:var(--lp-bg);border:1px solid var(--lp-border);box-shadow:0 2px 12px var(--lp-shadow);border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.landing-page .cloud-card:hover{box-shadow:0 20px 60px var(--lp-shadow-heavy);transform:translateY(-4px)}.landing-page .cloud-card.active{border-color:#f5c5184d}.landing-page .cloud-card.active:before{content:"";background:var(--lp-yellow);height:4px;position:absolute;top:0;left:0;right:0}.landing-page .cloud-card.coming{opacity:.7}.landing-page .cloud-card.coming:hover{opacity:1}.landing-page .cloud-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.landing-page .cloud-icon svg{stroke:#fff;width:28px;height:28px}.landing-page .cloud-status{text-transform:uppercase;letter-spacing:.5px;color:var(--lp-yellow);background:#f5c51826;border-radius:100px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.landing-page .cloud-status.coming{background:var(--lp-border-subtle);color:var(--lp-text-secondary)}.landing-page .cloud-card h3{margin-bottom:.75rem;font-size:1.25rem}.landing-page .cloud-card p{color:var(--lp-text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.landing-page .cloud-features{list-style:none}.landing-page .cloud-features li{color:var(--lp-text-secondary);border-bottom:1px solid var(--lp-border-subtle);padding:.35rem 0;font-size:.8rem}.landing-page .cloud-features li:last-child{border-bottom:none}.landing-page .platform-cta{text-align:center}.landing-page .platform-cta p{color:var(--lp-text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.landing-page .platform-cta strong{color:var(--lp-yellow)}.landing-page .platform-cta .btn svg{width:18px;height:18px;margin-left:.5rem;transition:transform .3s}.landing-page .platform-cta .btn:hover svg{transform:translate(4px)}.landing-page .compliance{padding:10rem 0}.landing-page .compliance-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.landing-page .compliance-content h2{margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.3}.landing-page .compliance-content>p{color:var(--lp-text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.landing-page .compliance-list{list-style:none}.landing-page .compliance-list li{border-bottom:1px solid var(--lp-border-subtle);gap:1.25rem;padding:1.5rem 0;display:flex}.landing-page .compliance-list li:last-child{border-bottom:none}.landing-page .compliance-icon{background:#f5c5181a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.landing-page .compliance-icon svg{width:24px;height:24px;stroke:var(--lp-yellow)}.landing-page .compliance-list h4{color:var(--lp-text);margin-bottom:.5rem;font-size:1rem}.landing-page .compliance-list p{color:var(--lp-text-muted);font-size:.9rem;line-height:1.6}.landing-page .compliance-card{background:var(--lp-bg-card);border:1px solid var(--lp-border);box-shadow:0 40px 80px var(--lp-shadow-heavy);border-radius:24px;padding:2.5rem}.landing-page .compliance-card-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.landing-page .compliance-score{margin-bottom:2rem}.landing-page .score-bar{background:var(--lp-bg-card-inner);border-radius:6px;height:12px;margin-bottom:.75rem;overflow:hidden}.landing-page .score-fill{background:linear-gradient(90deg,var(--lp-success),#34d399);border-radius:6px;height:100%;transition:width .5s}.landing-page .score-labels{color:var(--lp-text-muted);justify-content:space-between;font-size:.8rem;display:flex}.landing-page .compliance-checks{flex-direction:column;gap:.75rem;display:flex}.landing-page .check-item{background:var(--lp-bg-card-inner);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.landing-page .check-item svg{flex-shrink:0;width:18px;height:18px}.landing-page .check-item.success{color:var(--lp-success)}.landing-page .check-item.success svg{stroke:var(--lp-success)}.landing-page .check-item.warning{color:var(--lp-yellow)}.landing-page .check-item.warning svg{stroke:var(--lp-yellow)}.landing-page footer{border-top:1px solid var(--lp-border-subtle);background:var(--lp-bg-alt);padding:4rem 2rem}.landing-page .footer-content{max-width:1200px;margin:0 auto}.landing-page .footer-main{border-bottom:1px solid var(--lp-border-subtle);grid-template-columns:1fr 2fr 1fr;gap:4rem;padding-bottom:3rem;display:grid}.landing-page .footer-logo{margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.landing-page .footer-logo .up{color:var(--lp-yellow)}.landing-page .footer-text{color:var(--lp-text-muted);font-size:.9rem}.landing-page .footer-text a{color:var(--lp-yellow);transition:color .3s}.landing-page .footer-text a:hover{color:var(--lp-yellow-hover)}.landing-page .footer-contact h4,.landing-page .footer-nav h4{color:var(--lp-text);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.landing-page .contact-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem;display:grid}.landing-page .contact-item strong{color:var(--lp-yellow);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.landing-page .contact-item p{color:var(--lp-text-secondary);margin:0;font-size:.85rem;line-height:1.6}.landing-page .contact-details{border-top:1px solid var(--lp-border-subtle);padding-top:1rem}.landing-page .contact-details p{color:var(--lp-text-secondary);margin-bottom:.5rem;font-size:.85rem}.landing-page .contact-details p:last-child{margin-bottom:0}.landing-page .contact-details strong{color:var(--lp-text-muted)}.landing-page .contact-details a{color:var(--lp-yellow);transition:color .3s}.landing-page .contact-details a:hover{color:var(--lp-yellow-hover)}.landing-page .footer-links{flex-direction:column;gap:.75rem;display:flex}.landing-page .footer-links a,.landing-page .footer-links button{color:var(--lp-text-muted);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;transition:color .3s}.landing-page .footer-links a:hover,.landing-page .footer-links button:hover{color:var(--lp-text)}.landing-page .footer-bottom{text-align:center;padding-top:2rem}.landing-page .footer-bottom p{color:var(--lp-text-muted);font-size:.85rem}.landing-page .scroll-top{background:var(--lp-yellow);cursor:pointer;opacity:0;visibility:hidden;z-index:999;width:50px;height:50px;box-shadow:0 4px 20px var(--lp-yellow-glow);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.landing-page .scroll-top:hover{box-shadow:0 6px 30px var(--lp-yellow-glow);transform:translateY(-3px)}.landing-page .scroll-top.show{opacity:1;visibility:visible}.landing-page .scroll-top svg{stroke:#0a0a0a;width:24px;height:24px}.landing-page .marketplace{background:linear-gradient(180deg,var(--lp-bg)0%,var(--lp-bg-alt)100%);border-top:1px solid var(--lp-border-subtle);padding:10rem 0}.landing-page .marketplace-intro{text-align:center;margin-bottom:4rem}.landing-page .marketplace-intro h2{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.landing-page .marketplace-intro p{max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.8}.landing-page .coming-soon-badge{color:var(--lp-purple);background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.landing-page .coming-soon-badge svg{width:14px;height:14px}.landing-page .marketplace-problem{background:var(--lp-bg-card-inner);border:1px solid var(--lp-border-subtle);text-align:center;border-radius:20px;margin-bottom:4rem;padding:2.5rem}.landing-page .marketplace-problem h3{color:var(--lp-text);margin-bottom:1rem;font-size:1.25rem}.landing-page .marketplace-problem p{color:var(--lp-text-secondary);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.7}.landing-page .marketplace-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.landing-page .marketplace-card{background:var(--lp-bg-card-inner);border:1px solid var(--lp-border);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.landing-page .marketplace-card:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.landing-page .marketplace-card.company:before{background:var(--lp-blue)}.landing-page .marketplace-card.agency:before{background:var(--lp-purple)}.landing-page .marketplace-card.freelancer:before{background:var(--lp-success)}.landing-page .marketplace-card-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.landing-page .marketplace-card.company .marketplace-card-icon{background:#3b82f626}.landing-page .marketplace-card.agency .marketplace-card-icon{background:#8b5cf626}.landing-page .marketplace-card.freelancer .marketplace-card-icon{background:#10b98126}.landing-page .marketplace-card h3{margin-bottom:.5rem;font-size:1.2rem}.landing-page .marketplace-card .persona-name{margin-bottom:1rem;font-size:.9rem}.landing-page .marketplace-card.company .persona-name{color:var(--lp-blue)}.landing-page .marketplace-card.agency .persona-name{color:var(--lp-purple)}.landing-page .marketplace-card.freelancer .persona-name{color:var(--lp-success)}.landing-page .marketplace-card ul{margin-top:1rem;list-style:none}.landing-page .marketplace-card ul li{color:var(--lp-text-secondary);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;display:flex}.landing-page .marketplace-card ul li svg{flex-shrink:0;width:16px;height:16px;margin-top:3px}.landing-page .marketplace-card.company ul li svg{stroke:var(--lp-blue)}.landing-page .marketplace-card.agency ul li svg{stroke:var(--lp-purple)}.landing-page .marketplace-card.freelancer ul li svg{stroke:var(--lp-success)}.landing-page .marketplace-features{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:20px;padding:3rem}.landing-page .marketplace-features h3{text-align:center;margin-bottom:2rem;font-size:1.35rem}.landing-page .marketplace-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.landing-page .marketplace-feature{background:var(--lp-bg-card-inner);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.landing-page .marketplace-feature-icon{background:#f5c5181a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.landing-page .marketplace-feature-icon svg{width:20px;height:20px;stroke:var(--lp-yellow)}.landing-page .marketplace-feature h4{margin-bottom:.25rem;font-size:.95rem}.landing-page .marketplace-feature p{color:var(--lp-text-muted);font-size:.8rem;line-height:1.5}@media (max-width:1024px){.landing-page .marketplace-grid,.landing-page .marketplace-features-grid{grid-template-columns:1fr}.landing-page section{padding:6rem 0}.landing-page .nav-links{background:var(--lp-bg-alt);border-left:1px solid var(--lp-border-subtle);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:80%;max-width:320px;height:100vh;padding:6rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%}.landing-page .nav-links.active{right:0}.landing-page .mobile-menu-btn{display:flex}.landing-page .chaos-grid{grid-template-columns:1fr}.landing-page .persona-story,.landing-page .feature-block{grid-template-columns:1fr;gap:3rem}.landing-page .persona-story:nth-child(2n),.landing-page .feature-block:nth-child(2n){direction:ltr}.landing-page .journey-timeline:before{left:22px}.landing-page .journey-step{grid-template-columns:44px 1fr;gap:1.5rem}.landing-page .journey-step:nth-child(odd) .journey-step-content,.landing-page .journey-step:nth-child(2n) .journey-step-content{grid-column:2}.landing-page .journey-step:nth-child(odd) .journey-step-number,.landing-page .journey-step:nth-child(2n) .journey-step-number{grid-column:1}.landing-page .roadmap-grid,.landing-page .form-row,.landing-page .type-selector{grid-template-columns:1fr}.landing-page .platform-clouds{grid-template-columns:repeat(2,1fr)}.landing-page .compliance-grid{grid-template-columns:1fr;gap:3rem}.landing-page .footer-main{text-align:center;grid-template-columns:1fr;gap:3rem}.landing-page .contact-grid{justify-content:center}.landing-page .footer-links{align-items:center}}@media (max-width:640px){.landing-page nav{padding:1rem 1.5rem}.landing-page .container{padding:0 1.5rem}.landing-page section{padding:5rem 0}.landing-page .hero{padding-top:5rem}.landing-page .hero h1{letter-spacing:-1px;font-size:2.25rem}.landing-page .hero-intro{font-size:1.1rem}.landing-page .hero-cta{flex-direction:column}.landing-page .hero-cta .btn{width:100%}.landing-page .hero-proof{flex-direction:column;align-items:flex-start;gap:.75rem}.landing-page .promise{padding:2.5rem 1.5rem}.landing-page .signup-form{padding:2rem 1.5rem}.landing-page .footer-content{text-align:center;flex-direction:column}.landing-page .footer-brand{flex-direction:column;gap:1rem}.landing-page .footer-links{flex-wrap:wrap;justify-content:center}.landing-page .platform-clouds,.landing-page .contact-grid{grid-template-columns:1fr}.landing-page .compliance-card{padding:1.5rem}}
