.hero-content{text-align:center;padding:4rem 0}.hero-description{max-width:700px;margin:0 auto 2rem}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background-color:var(--green-3);border:1px solid var(--green-6);color:var(--green-11)}.dark .hero-badge,.dark-theme .hero-badge{background-color:var(--green-3);border-color:var(--green-7);color:var(--green-11)}.hero-headline{line-height:1.2}.hero-headline-gradient{background:linear-gradient(135deg,var(--green-9) 0,var(--yellow-9) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.dark .hero-headline-gradient,.dark-theme .hero-headline-gradient{background:linear-gradient(135deg,var(--green-11) 0,var(--yellow-11) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-stats-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:1024px){.hero-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-left:1rem;padding-right:1rem;max-width:100%}}@media (max-width:768px){.hero-stats-grid{gap:.75rem;padding-left:1.25rem;padding-right:1.25rem}}.hero-stat-card{padding:1.5rem 2rem;border-radius:.75rem;border:1px solid var(--gray-6);background-color:var(--gray-1);min-width:180px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.hero-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--gray-a5)}.dark .hero-stat-card,.dark-theme .hero-stat-card{border-color:var(--gray-6);background-color:var(--gray-2)}.hero-stat-number{display:block;color:var(--green-9);margin-bottom:.5rem}.dark .hero-stat-number,.dark-theme .hero-stat-number{color:var(--green-11)}.hero-stat-label{display:block}.dark .hero-stat-label,.dark-theme .hero-stat-label,.hero-stat-label{color:var(--gray-11)}.hero-cta-secondary{padding:.75rem 1.5rem;font-weight:500;border-radius:.5rem;border-width:2px}@media (max-width:1024px){.hero-stat-card{min-width:0}}@media (max-width:768px){.hero-headline{font-size:2.75rem}.hero-description{font-size:.9375rem;padding-left:1.25rem;padding-right:1.25rem}.hero-stat-card{min-width:0;padding:1rem 1.25rem}}.features-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background-color:var(--green-3);border:1px solid var(--green-6);color:var(--green-11)}.dark .features-badge,.dark-theme .features-badge{background-color:var(--green-3);border-color:var(--green-7);color:var(--green-11)}.features-title{line-height:1.2}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.features-card{padding:2rem;border-radius:.75rem;border:1px solid var(--gray-6);background-color:var(--gray-1);transition:transform .2s ease,box-shadow .2s ease}.features-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--gray-a5)}.dark .features-card,.dark-theme .features-card{border-color:var(--gray-6);background-color:var(--gray-2)}.features-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.5rem;margin-bottom:1.5rem;color:white}.features-icon-green{background-color:var(--green-9)}.dark .features-icon-green,.dark-theme .features-icon-green{background-color:var(--green-10)}.features-icon-purple{background-color:var(--violet-9)}.dark .features-icon-purple,.dark-theme .features-icon-purple{background-color:var(--violet-10)}.features-icon-yellow{background-color:var(--yellow-9)}.dark .features-icon-yellow,.dark-theme .features-icon-yellow{background-color:var(--yellow-10)}.features-icon-blue{background-color:var(--blue-9)}.dark .features-icon-blue,.dark-theme .features-icon-blue{background-color:var(--blue-10)}.features-icon-red{background-color:var(--red-9)}.dark .features-icon-red,.dark-theme .features-icon-red{background-color:var(--red-10)}.features-icon-blue-light{background-color:var(--blue-8)}.dark .features-icon-blue-light,.dark-theme .features-icon-blue-light{background-color:var(--blue-9)}.features-card-title{color:var(--gray-12);margin-bottom:.5rem}.dark .features-card-title,.dark-theme .features-card-title{color:var(--gray-12)}.features-card-description{color:var(--gray-11);line-height:1.5}.dark .features-card-description,.dark-theme .features-card-description{color:var(--gray-11)}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.features-card{padding:1.5rem}}.navbar-burger-trigger{cursor:pointer;min-width:44px;min-height:44px;padding:10px}.navbar-dropdown-content{min-width:16rem;padding:.5rem 0}.navbar-dropdown-content .rt-DropdownMenuItem,.navbar-dropdown-content [data-radix-collection-item]{min-height:44px;padding:12px 20px;display:flex;align-items:center;font-size:1rem}.navbar-dropdown-content .rt-BaseMenuSeparator{margin:.5rem 0}.problem-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background-color:var(--red-3);border:1px solid var(--red-6);color:var(--gray-11)}.dark .problem-badge,.dark-theme .problem-badge{background-color:var(--red-3);border-color:var(--red-6);color:var(--gray-11)}.problem-title{line-height:1.2}.problem-columns{align-items:stretch}.problem-column{flex:1;max-width:500px;padding:2.5rem;border-radius:1rem}.problem-column-market{background-color:var(--gray-2);border:1px solid var(--gray-6)}.dark .problem-column-market,.dark-theme .problem-column-market{background-color:var(--gray-3);border-color:var(--gray-7)}.problem-column-freelancer{background-color:var(--green-9);border:2px solid var(--green-10);color:white}.dark .problem-column-freelancer,.dark-theme .problem-column-freelancer{background-color:var(--green-10);border-color:var(--green-11)}.problem-column-title{color:var(--gray-12)}.dark .problem-column-title-freelancer,.dark-theme .problem-column-title-freelancer,.problem-column-title-freelancer{color:white}.problem-item{padding:.5rem 0}.problem-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;flex-shrink:0}.problem-icon-market{background-color:var(--green-3);color:var(--green-11)}.dark .problem-icon-market,.dark-theme .problem-icon-market{background-color:var(--green-4);color:var(--green-11)}.problem-icon-freelancer{background-color:rgba(255,255,255,.2);color:white}.problem-text-freelancer{color:white}.problem-text-freelancer-light{opacity:.9}@media (max-width:768px){.problem-title{font-size:2.5rem}.problem-column{min-width:100%;padding:2rem}.problem-columns{flex-direction:column}}