:root{--black:#0a0a0a;--dark:#111;--dark-mid:#1a1a1a;--dark-light:#242424;--yellow:#f5c518;--yellow-hover:#ffd54f;--yellow-glow:#f5c51840;--white:#fff;--off-white:#f5f5f5;--gray:#888;--gray-light:#aaa;--gray-dark:#666;--success:#10b981;--success-light:#10b98126;--blue:#3b82f6;--purple:#8b5cf6;--red:#ef4444;--red-light:#ef44441a}.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page{background:var(--black);color:var(--white);min-height:100vh;font-family:Outfit,system-ui,sans-serif;font-weight:400;line-height:1.7;overflow-x:hidden}.landing-page:before{content:"";opacity:.02;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");width:100%;height:100%;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(--gray-light)}.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;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ad9;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 2rem;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(--yellow)}.landing-page .nav-links{align-items:center;gap:2rem;display:flex}.landing-page .nav-links a:not(.btn){color:var(--gray);font-size:.9rem;font-weight:500;transition:color .3s}.landing-page .nav-links a:not(.btn):hover{color:var(--white)}.landing-page .nav-login{border:1px solid #fff3;border-radius:10px;padding:.6rem 1.25rem;transition:all .3s;color:var(--white)!important}.landing-page .nav-login:hover{background:#ffffff14;border-color:#ffffff4d}.landing-page .nav-badge{background:var(--success-light);color:var(--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(--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(--white);width:24px;height:2px;transition:all .3s;display:block}.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(--yellow);color:var(--black)}.landing-page .btn-primary:hover{background:var(--yellow-hover);box-shadow:0 10px 40px var(--yellow-glow);transform:translateY(-2px)}.landing-page .btn-secondary{color:var(--white);background:#ffffff14;border:1px solid #ffffff1f}.landing-page .btn-secondary:hover{background:#ffffff1f;border-color:#fff3}.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(--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(--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(--gray);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(--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{color:var(--yellow);background:#f5c51814;border:1px solid #f5c51833;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(--yellow);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.landing-page .hero-eyebrow .icon svg{width:14px;height:14px;stroke:var(--black)}@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(--yellow);display:inline-block;position:relative}.landing-page .hero-intro{color:var(--gray-light);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(--white);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(--gray);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.landing-page .hero-proof-item svg{width:18px;height:18px;stroke:var(--success)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-page .problem{background:var(--dark);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.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(--black);border:1px solid #ef444426;border-radius:16px;padding:2rem;position:relative;overflow:hidden}.landing-page .chaos-card:before{content:"";background:linear-gradient(90deg,var(--red),transparent);height:3px;position:absolute;top:0;left:0;right:0}.landing-page .chaos-icon{background:var(--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(--red)}.landing-page .chaos-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.1rem}.landing-page .chaos-card p{color:var(--gray);font-size:.95rem;line-height:1.7}.landing-page .chaos-stat{border-top:1px solid #ffffff0d;margin-top:1.5rem;padding-top:1.25rem}.landing-page .chaos-stat-number{color:var(--red);font-size:2rem;font-weight:700}.landing-page .chaos-stat-label{color:var(--gray);margin-top:.25rem;font-size:.8rem}.landing-page .promise{text-align:center;background:linear-gradient(135deg,#f5c5180d 0%,#0000 50%);border:1px solid #f5c51826;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(--gray-light);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(--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{color:var(--gray-light);background:#ffffff0d;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(--yellow)}.landing-page .persona-content>p{color:var(--gray-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.landing-page .persona-frustrations{background:var(--dark);border-radius:16px;margin-bottom:2rem;padding:1.75rem}.landing-page .persona-frustrations h4{color:var(--gray);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(--gray-light);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(--red);flex-shrink:0;margin-top:2px}.landing-page .persona-solution{background:linear-gradient(135deg,#10b9811a 0%,#0000 100%);border:1px solid #10b98133;border-radius:16px;padding:1.75rem}.landing-page .persona-solution h4{color:var(--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(--gray-light);font-size:1rem;line-height:1.7}.landing-page .persona-visual{position:relative}.landing-page .persona-card{background:var(--dark);border:1px solid #ffffff14;border-radius:24px;overflow:hidden;box-shadow:0 40px 80px #0006}.landing-page .persona-card-header{background:var(--dark-mid);border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.landing-page .persona-avatar{width:56px;height:56px;color:var(--black);border-radius:14px;justify-content:center;align-items:center;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(--gray);font-size:.85rem}.landing-page .persona-card-content{padding:2rem}.landing-page .persona-quote{color:var(--gray-light);border-left:3px solid var(--yellow);padding-left:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.7;position:relative}.landing-page .journey{background:var(--dark);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;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(--yellow),var(--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(--black);border:1px solid #ffffff14;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(--yellow);width:44px;height:44px;color:var(--black);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;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(--blue);background:#3b82f626}.landing-page .journey-party.agency{color:var(--purple);background:#8b5cf626}.landing-page .journey-party.freelancer{color:var(--success);background:#10b98126}.landing-page .journey-step-content h3{margin-bottom:.75rem;font-size:1.2rem}.landing-page .journey-step-content p{color:var(--gray);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(--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(--gray-light);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 #ffffff0d;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(--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(--success)}.landing-page .feature-benefits .text{color:var(--gray-light);font-size:.95rem;line-height:1.6}.landing-page .feature-benefits .text strong{color:var(--white);font-weight:600}.landing-page .feature-visual{background:var(--dark);border:1px solid #ffffff14;border-radius:24px;padding:2rem;box-shadow:0 40px 80px #0000004d}.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(--dark-mid);border-radius:12px;padding:1rem}.landing-page .mini-row{align-items:center;gap:.75rem;display:flex}.landing-page .mini-avatar{width:36px;height:36px;color:var(--black);border-radius:10px;justify-content:center;align-items:center;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(--gray);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(--success-light);color:var(--success)}.landing-page .mini-badge.pending{color:var(--yellow);background:#f5c51826}.landing-page .mini-stat-row{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.landing-page .mini-stat{background:var(--dark-mid);text-align:center;border-radius:10px;padding:1rem}.landing-page .mini-stat-value{color:var(--yellow);font-size:1.5rem;font-weight:700}.landing-page .mini-stat-label{color:var(--gray);margin-top:.25rem;font-size:.7rem}.landing-page .roadmap{background:var(--dark);border-top:1px solid #ffffff0d;padding:10rem 0}.landing-page .roadmap-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .roadmap-phase{background:var(--black);border:1px solid #ffffff14;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(--yellow)}.landing-page .roadmap-phase.next:before{background:var(--blue)}.landing-page .roadmap-phase.future:before{background:var(--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(--yellow);background:#f5c51826}.landing-page .roadmap-phase.next .roadmap-phase-tag{color:var(--blue);background:#3b82f626}.landing-page .roadmap-phase.future .roadmap-phase-tag{color:var(--purple);background:#8b5cf626}.landing-page .roadmap-phase h3{margin-bottom:.75rem;font-size:1.35rem}.landing-page .roadmap-phase>p{color:var(--gray);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.landing-page .roadmap-features{list-style:none}.landing-page .roadmap-features li{color:var(--gray-light);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(--yellow)}.landing-page .roadmap-phase.next .roadmap-features li svg{stroke:var(--blue)}.landing-page .roadmap-phase.future .roadmap-features li svg{stroke:var(--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(--gray);margin-bottom:3rem;font-size:1.15rem;line-height:1.8}.landing-page .signup-form{background:var(--dark);text-align:left;border:1px solid #ffffff14;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(--gray-light);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.landing-page .form-input{background:var(--black);width:100%;color:var(--white);border:1px solid #ffffff1a;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(--yellow);box-shadow:0 0 0 3px var(--yellow-glow);outline:none}.landing-page .form-input::placeholder{color:var(--gray)}.landing-page .form-textarea{resize:vertical;min-height:120px}.landing-page .form-checkbox{margin-top:.5rem}.landing-page .checkbox-label{cursor:pointer;color:var(--gray-light);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.landing-page .checkbox-label input{display:none}.landing-page .checkbox-custom{border:2px solid #fff3;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(--yellow);border-color:var(--yellow)}.landing-page .checkbox-label input:checked+.checkbox-custom:after{content:"✓";color:var(--black);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{text-align:center;color:var(--gray);margin-top:1.5rem;font-size:.85rem}.landing-page .form-note svg{width:14px;height:14px;stroke:var(--success);vertical-align:middle;margin-right:.25rem}.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(--black);cursor:pointer;border:2px solid #ffffff1a;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:#fff3}.landing-page .type-option input:checked+label{border-color:var(--yellow);background:#f5c5180d}.landing-page .type-option .emoji{font-size:1.75rem}.landing-page .type-option .text{color:var(--white);font-size:.9rem;font-weight:600}.landing-page .form-success{text-align:center;padding:3rem}.landing-page .form-success-icon{background:var(--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(--success)}.landing-page .form-success h3{margin-bottom:1rem;font-size:1.5rem}.landing-page .form-success p{color:var(--gray);font-size:1rem;line-height:1.7}.landing-page footer{border-top:1px solid #ffffff0d;padding:4rem 2rem}.landing-page .footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.landing-page .footer-brand{align-items:center;gap:2rem;display:flex}.landing-page .footer-logo{font-size:1.35rem;font-weight:800}.landing-page .footer-logo .up{color:var(--yellow)}.landing-page .footer-text{color:var(--gray);font-size:.9rem}.landing-page .footer-text a{color:var(--yellow)}.landing-page .footer-links{gap:2rem;display:flex}.landing-page .footer-links a,.landing-page .footer-links button{color:var(--gray);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.9rem;transition:color .3s}.landing-page .footer-links a:hover,.landing-page .footer-links button:hover{color:var(--white)}.landing-page .scroll-top{background:var(--yellow);cursor:pointer;opacity:0;visibility:hidden;z-index:999;width:50px;height:50px;box-shadow:0 4px 20px var(--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(--yellow-glow);transform:translateY(-3px)}.landing-page .scroll-top.show{opacity:1;visibility:visible}.landing-page .scroll-top svg{width:24px;height:24px;stroke:var(--black)}.landing-page .marketplace{background:linear-gradient(180deg,var(--black)0%,var(--dark)100%);border-top:1px solid #ffffff0d;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(--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(--dark-mid);text-align:center;border:1px solid #ffffff0d;border-radius:20px;margin-bottom:4rem;padding:2.5rem}.landing-page .marketplace-problem h3{color:var(--white);margin-bottom:1rem;font-size:1.25rem}.landing-page .marketplace-problem p{color:var(--gray-light);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(--dark-mid);border:1px solid #ffffff14;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(--blue)}.landing-page .marketplace-card.agency:before{background:var(--purple)}.landing-page .marketplace-card.freelancer:before{background:var(--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(--blue)}.landing-page .marketplace-card.agency .persona-name{color:var(--purple)}.landing-page .marketplace-card.freelancer .persona-name{color:var(--success)}.landing-page .marketplace-card ul{margin-top:1rem;list-style:none}.landing-page .marketplace-card ul li{color:var(--gray-light);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(--blue)}.landing-page .marketplace-card.agency ul li svg{stroke:var(--purple)}.landing-page .marketplace-card.freelancer ul li svg{stroke:var(--success)}.landing-page .marketplace-features{background:var(--black);border:1px solid #ffffff14;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(--dark-mid);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(--yellow)}.landing-page .marketplace-feature h4{margin-bottom:.25rem;font-size:.95rem}.landing-page .marketplace-feature p{color:var(--gray);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(--dark);border-left:1px solid #ffffff0d;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}}@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}}
