*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f9f4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#3b82f6;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f0f9f4;--white:#fff;--gradient:linear-gradient(135deg,#667eea,#764ba2)}.App{background-color:#f0f9f4;min-height:100vh;overflow-x:hidden;width:100%}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:.5rem 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{background:#0000;color:var(--primary-color);cursor:pointer;font-size:1.5rem;font-weight:700;gap:.5rem;line-height:0;text-decoration:none}.logo-icon{background-color:#f0f9f4;border-radius:50%;display:block;height:70px;object-fit:cover;padding:5px;width:70px}.navbar-menu{align-items:center;display:flex;gap:2rem;list-style:none}.navbar-menu li a{color:var(--text-dark);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-menu li a:hover{color:var(--primary-color)}.navbar-menu li a:after{background:var(--primary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-menu li a:hover:after{width:100%}.btn-download{background:var(--primary-color);border-radius:8px;box-shadow:0 4px 12px #2563eb4d;color:#fff!important;font-size:1rem;font-weight:700;padding:.75rem 2rem;transition:all .3s ease}.btn-download:hover{background:var(--primary-dark);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.btn-download:after{display:none}.navbar-toggle{color:var(--text-dark);cursor:pointer;display:none;font-size:1.5rem}@media screen and (max-width:768px){.navbar-toggle{display:block}.navbar-menu{background:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;gap:1rem;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:60px;transition:.3s;width:100%}.navbar-menu.active{left:0}.navbar-menu li{width:100%}.navbar-menu li a{display:block;padding:1rem}}.footer{background:#1f2937;color:#fff;padding:2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-bottom{color:#9ca3af;flex-wrap:wrap;justify-content:space-between}.footer-bottom,.footer-legal{align-items:center;display:flex;gap:1rem}.footer-legal a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}@media screen and (max-width:768px){.footer{padding:1.5rem 1rem}.footer-bottom{flex-direction:column;text-align:center}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh;overflow:hidden;padding:120px 2rem 4rem;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M100 0H0v100' fill='none' stroke='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-content{color:#fff;padding-top:3rem}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-description{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;max-width:600px;opacity:.95}.hero-badges{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.hero-badge-link{display:inline-block;height:60px;transition:all .3s ease}.hero-badge-link:hover{filter:brightness(1.1);transform:translateY(-5px) scale(1.05)}.hero-badge-image{height:60px;object-fit:contain;width:auto}.hero-stats{display:flex;flex-wrap:wrap;gap:3rem}.stat{text-align:left}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.hero-image{align-items:center;display:flex;justify-content:center}.phone-mockup{background:#1f2937;border-radius:40px;box-shadow:0 20px 60px #0000004d;height:600px;padding:15px;position:relative;width:300px}.phone-screen{background:#fff;display:flex;flex-direction:column;overflow:hidden;position:relative}.phone-screen,.phone-screenshot{border-radius:30px;height:100%;width:100%}.phone-screenshot{display:block;object-fit:cover;object-position:top center}.mockup-content{display:flex;flex-direction:column;gap:1rem;padding:1rem}.mockup-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;height:60px}.mockup-job-card{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;height:120px;overflow:hidden;position:relative}.mockup-job-card:before{background:linear-gradient(90deg,#e5e7eb,#f3f4f6);content:"";height:40%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-description{max-width:100%}.hero-badges,.hero-stats{justify-content:center}.phone-mockup{height:500px;width:250px}}@media screen and (max-width:568px){.hero{padding:70px 1rem 2rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.btn{font-size:.9rem;padding:.8rem 1.5rem}}.features{background:var(--bg-light);padding:6rem 2rem}.features-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-description{color:var(--text-light);font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-title{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:var(--text-light);line-height:1.6}@media screen and (max-width:768px){.features{padding:4rem 1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}.how-it-works{background:#fff;padding:6rem 2rem}.how-it-works-container{margin:0 auto;max-width:1200px}.steps-container{align-items:flex-start;flex-wrap:wrap;gap:2rem;justify-content:space-between}.step-item,.steps-container{display:flex;position:relative}.step-item{align-items:center;flex:1 1;flex-direction:column;min-width:200px}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin-bottom:1rem;width:50px;z-index:2}.step-content{text-align:center}.step-icon{align-items:center;background:var(--bg-light);border-radius:16px;color:var(--primary-color);display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1rem;transition:all .3s ease;width:80px}.step-item:hover .step-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.1)}.step-title{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.step-description{color:var(--text-light);line-height:1.6}.step-connector{background:linear-gradient(90deg,#667eea,#764ba2);height:2px;left:calc(50% + 25px);position:absolute;top:25px;width:calc(100% - 50px);z-index:1}@media screen and (max-width:968px){.steps-container{flex-direction:column}.step-connector{display:none}.step-item{margin:0 auto;max-width:400px;width:100%}}@media screen and (max-width:768px){.how-it-works{padding:4rem 1rem}}.categories{background:var(--bg-light);padding:6rem 2rem}.categories-container{margin:0 auto;max-width:1200px}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.category-card{background:#fff;border:2px solid #0000;border-radius:16px;cursor:pointer;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.category-card:hover{border-color:var(--category-color);box-shadow:0 10px 30px #0000001a;transform:translateY(-8px)}.category-icon{align-items:center;background:linear-gradient(135deg,var(--category-color),var(--category-color));border-radius:20px;color:#fff;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.category-card:hover .category-icon{transform:scale(1.1) rotate(5deg)}.category-title{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.category-description{color:var(--text-light);font-size:.95rem;line-height:1.6}@media screen and (max-width:768px){.categories{padding:4rem 1rem}.categories-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.category-card{padding:2rem 1.5rem}}.testimonials{background:#fff;padding:6rem 2rem}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:var(--bg-light);border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem;position:relative;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.testimonial-quote{color:var(--primary-color);font-size:2rem;margin-bottom:1rem;opacity:.3}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star-filled{color:#fbbf24;font-size:1.2rem}.testimonial-text{color:var(--text-dark);font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.author-name{color:var(--text-dark);font-weight:700;margin-bottom:.25rem}.author-role{color:var(--text-light);font-size:.9rem}@media screen and (max-width:768px){.testimonials{padding:4rem 1rem}.testimonials-grid{grid-template-columns:1fr}}.cta{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:6rem 2rem;position:relative}.cta:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M100 0H0v100' fill='none' stroke='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.cta-container{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:1}.cta-content{color:#fff}.cta-title{font-size:4rem;font-weight:900;letter-spacing:-.02em;line-height:1.2;margin-bottom:3rem}.cta-badges{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.cta-badge{display:inline-block;height:60px;transition:all .3s ease}.cta-badge:hover{filter:brightness(1.1);transform:translateY(-5px) scale(1.05)}.badge-image{height:60px;object-fit:contain;width:auto}@media screen and (max-width:768px){.cta{padding:4rem 1rem}.cta-title{font-size:2.5rem;margin-bottom:2rem}.cta-badges{gap:1.5rem}.badge-image,.cta-badge{height:50px}}.privacy-policy-page{background-color:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.privacy-container{flex:1 1;margin:0 auto;max-width:900px;padding:40px 20px;width:100%}.privacy-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;color:#333;line-height:1.8;padding:50px}.privacy-content h1{border-bottom:3px solid #6366f1;color:#6366f1;font-size:2.5rem;margin-bottom:20px;padding-bottom:15px}.privacy-content h2{color:#8b5cf6;font-size:1.8rem;margin-bottom:20px;margin-top:40px}.privacy-content h3{color:#6366f1;font-size:1.3rem;margin-bottom:15px;margin-top:25px}.privacy-content p{font-size:1rem;margin-bottom:15px}.privacy-content ul{margin-bottom:20px;margin-left:30px}.privacy-content li{margin-bottom:10px}.privacy-content a{color:#6366f1;text-decoration:none;transition:color .3s}.privacy-content a:hover{color:#8b5cf6;text-decoration:underline}.last-updated{color:#666;font-size:.9rem;font-style:italic;margin-bottom:30px}.contact-info{background:#f0f9f4;border-radius:8px;margin-top:20px;padding:25px}.contact-info ul{list-style:none;margin-left:0}.contact-info li{margin-bottom:10px}section{margin-bottom:30px}@media (max-width:768px){.privacy-container{padding:20px 15px}.privacy-content{padding:30px 20px}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.5rem}.privacy-content h3{font-size:1.2rem}}.delete-account-page{background-color:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.delete-account-container{flex:1 1;margin:0 auto;max-width:900px;padding:40px 20px;width:100%}.delete-account-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;color:#333;line-height:1.8;padding:50px;text-align:center}.delete-account-icon{margin-bottom:20px}.delete-account-content h1{color:#ef4444;font-size:2.5rem;margin-bottom:10px}.subtitle{color:#666;font-size:1.2rem;margin-bottom:40px}.info-box{background:#f9fafb;border-left:4px solid #6366f1;border-radius:8px;margin:30px 0;padding:25px;text-align:left}.info-box.warning{background:#fef2f2;border-left-color:#ef4444}.info-box h3{color:#1f2937;font-size:1.3rem;margin-bottom:15px}.info-box.warning h3{color:#ef4444}.info-box h4{color:#6366f1;font-size:1.1rem;margin-bottom:10px;margin-top:20px}.info-box ol,.info-box ul{margin-left:20px;margin-top:10px}.info-box li{margin-bottom:8px}.method{border-top:1px solid #e5e7eb;margin-top:25px;padding-top:25px}.method:first-of-type{border-top:none;margin-top:0;padding-top:0}.contact-box{background:#f0f9f4;border-radius:8px;margin-top:30px;padding:25px;text-align:left}.contact-box h3{color:#6366f1;margin-bottom:15px}.contact-box ul{list-style:none;margin-left:0}.contact-box li{margin-bottom:10px}.contact-box a{color:#6366f1;font-weight:500;text-decoration:none}.contact-box a:hover{text-decoration:underline}.back-link{border-top:1px solid #e5e7eb;margin-top:40px;padding-top:30px}.back-link a{color:#6366f1;font-size:1.1rem;font-weight:500;text-decoration:none}.back-link a:hover{text-decoration:underline}@media (max-width:768px){.delete-account-container{padding:20px 15px}.delete-account-content{padding:30px 20px}.delete-account-content h1{font-size:2rem}.subtitle{font-size:1rem}}
/*# sourceMappingURL=main.a698e5dd.css.map*/