.about-section{background-color:#ffffff;padding:80px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-bottom:2px solid rgba(0,0,0,.15)}.about-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.about-left{display:flex;flex-direction:column}.about-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.about-line{width:40px;height:3px;background-color:#1e40af;border-radius:2px}.about-subtitle{font-size:14px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}.about-title{font-size:48px;font-weight:700;color:#1f2937;line-height:1.1;margin:0}.about-right{position:relative;display:flex;flex-direction:column;align-items:center}.about-circles{position:relative;width:400px;height:300px;margin-bottom:40px}.circle{position:absolute;border-radius:50%;opacity:.8}.circle-1{width:200px;height:200px;background-color:#0d9488;top:50px;left:0;z-index:1}.circle-2{width:180px;height:180px;background-color:#84cc16;top:0;left:120px;z-index:2}.circle-3{width:220px;height:220px;background-color:#1e40af;top:80px;right:0;z-index:3}.about-content{position:relative;z-index:4;background-color:rgba(255,255,255,.95);padding:32px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:500px}.about-description{font-size:16px;line-height:1.7;color:#374151;margin:0;text-align:left}.about-description strong{color:#1f2937;font-weight:600}.learn-more-btn{background-color:#1e40af;color:#ffffff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:20px;text-transform:uppercase;letter-spacing:.05em}.learn-more-btn:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(30,64,175,.3)}@media (max-width:1024px){.about-container{grid-template-columns:1fr;gap:40px}.about-circles{width:350px;height:250px}.circle-1{width:160px;height:160px;top:40px}.circle-2{width:140px;height:140px;top:0;left:100px}.circle-3{width:180px;height:180px;top:60px;right:0}.about-content{max-width:100%}}@media (max-width:768px){.about-section{padding:60px 0}.about-title{font-size:36px}.about-circles{width:300px;height:200px;margin-bottom:30px}.circle-1{width:120px;height:120px;top:30px}.circle-2{width:100px;height:100px;top:0;left:80px}.circle-3{width:140px;height:140px;top:40px;right:0}.about-content{padding:24px}.about-description{font-size:15px}}@media (max-width:480px){.about-title{font-size:28px}.about-circles{width:250px;height:150px}.circle-1{width:100px;height:100px;top:25px}.circle-2{width:80px;height:80px;top:0;left:60px}.circle-3{width:110px;height:110px;top:30px;right:0}.about-content{padding:20px}.about-description{font-size:14px}}.demo-section{background-color:#ffffff;padding:80px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.demo-container{max-width:1200px;margin:0 auto;padding:0 20px}.demo-header{text-align:center;margin-bottom:60px}.demo-title{font-size:48px;font-weight:700;color:#1f2937;margin:0 0 20px;line-height:1.2}.demo-subtitle{font-size:18px;color:#6b7280;line-height:1.6;max-width:700px;margin:0 auto}.demo-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.demo-features{display:flex;flex-direction:column;gap:24px}.feature-item{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative;background-color:#f9fafb;border:1px solid transparent}.feature-item:hover{background-color:#f3f4f6}.feature-item.active{background-color:#ffffff;border-color:#e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.1)}.feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#1e40af;border-radius:50%;color:#ffffff;font-size:24px;flex-shrink:0}.feature-content{flex:1 1}.feature-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.feature-description{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.feature-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:40px;background-color:#1e40af;border-radius:0 2px 2px 0}.demo-image-container,.demo-right-content{display:flex;justify-content:center;align-items:center}.demo-image-container{width:100%;max-width:500px;flex-direction:column}.demo-image{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease}.demo-image:hover{transform:scale(1.02);box-shadow:0 8px 30px rgba(0,0,0,.15)}.demo-image-text{margin-top:32px;text-align:center}.demo-image-heading{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 16px;line-height:1.2}.demo-image-description{font-size:16px;color:#6b7280;line-height:1.6;max-width:500px;margin:0 auto}@media (max-width:1024px){.demo-content{grid-template-columns:1fr;gap:40px}.demo-right-content{order:-1}.demo-card{max-width:100%}}@media (max-width:768px){.demo-section{padding:60px 0}.demo-title{font-size:36px}.demo-subtitle{font-size:16px}.feature-item{padding:16px}.demo-card{padding:24px}.demo-card-title{font-size:20px}}@media (max-width:480px){.demo-title{font-size:28px}.feature-icon{font-size:20px}.candidate-avatar,.feature-icon{width:40px;height:40px}}.Footer_footer__6CTxP{background-color:#ffffff;color:#000000;position:relative;min-height:200px;display:flex;align-items:flex-end;border-top:1px solid rgba(255,255,255,.1)}.Footer_footerContent__yDVUN{width:100%;display:flex;flex-direction:column}.Footer_topSection__7tvmg{width:100%;padding:2rem 2rem 1rem;justify-content:space-between;max-width:1200px;margin:0 auto}.Footer_logoSection__AYAb2,.Footer_topSection__7tvmg{display:flex;align-items:center}.Footer_logo__H5yOa{height:40px;width:auto;object-fit:contain}.Footer_linkedinLink__euOJH,.Footer_socialSection__i3Hbw{display:flex;align-items:center}.Footer_linkedinLink__euOJH{justify-content:center;width:40px;height:40px;background-color:#0077b5;border-radius:50%;color:#ffffff;text-decoration:none;transition:all .3s ease}.Footer_linkedinLink__euOJH:hover{background-color:#005885;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,119,181,.3)}.Footer_linkedinIcon__yUAft{font-size:20px}.Footer_bottomSection__8mHyd{width:100%;padding:1rem 2rem 2rem;position:relative;z-index:10}.Footer_bottomContent__d_8VV{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}.Footer_copyright__ngjku{color:#9ca3af;font-size:.875rem;font-weight:400;text-align:center}@media (max-width:768px){.Footer_footer__6CTxP{min-height:150px}.Footer_topSection__7tvmg{padding:1.5rem 1rem 1rem;flex-direction:row;gap:0}.Footer_logo__H5yOa{height:35px}.Footer_linkedinLink__euOJH{width:35px;height:35px}.Footer_linkedinIcon__yUAft{font-size:18px}.Footer_bottomSection__8mHyd{padding:1rem 1rem 1.5rem}.Footer_copyright__ngjku{font-size:.8rem}}@media (max-width:480px){.Footer_footer__6CTxP{min-height:120px}.Footer_topSection__7tvmg{padding:1rem;gap:0}.Footer_logo__H5yOa{height:30px}.Footer_linkedinLink__euOJH{width:32px;height:32px}.Footer_linkedinIcon__yUAft{font-size:16px}.Footer_bottomSection__8mHyd{padding:.75rem 1rem 1rem}.Footer_copyright__ngjku{font-size:.75rem}}.Feature_container__SnGn1{display:grid;grid-template-columns:1fr 2fr;grid-gap:2rem;gap:2rem;padding:2rem 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #f0f0f0;background:#fff;color:#000!important;font-family:Grenette Pro,sans-serif;font-weight:400}.Feature_left__f3kty{display:flex;flex-direction:column;padding-left:2rem;border-right:1px solid #e5e5e5}.Feature_ceoInfo__j2zd_{display:flex;align-items:center;gap:.75rem;margin-top:auto}.Feature_heading__Fdf8s{font-size:1.25rem;font-weight:500;line-height:1.4}.Feature_ceoPhoto__QwLn_{border-radius:20%}.Feature_ceoName__XwBYM{font-weight:500;margin:0}.Feature_ceoTitle__HzKV6{margin:0;font-size:.875rem;color:#555!important}.Feature_right__uzQw1{display:flex;flex-direction:column;gap:1.5rem;font-size:1.125rem;line-height:1.75rem;padding-left:2rem}.Feature_signature__piazx{margin-top:2rem}@media (max-width:768px){.Feature_container__SnGn1{grid-template-columns:1fr;gap:1.5rem}.Feature_left__f3kty{border-right:none;border-bottom:1px solid #e5e5e5;padding-bottom:1.25rem}.Feature_left__f3kty,.Feature_right__uzQw1{padding-left:1rem;padding-right:1rem}.Feature_ceoInfo__j2zd_{margin-top:20px}}.industries-section{background-color:#ffffff;padding:80px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.industries-container{max-width:1200px;margin:0 auto;padding:0 20px}.industries-header{text-align:center;margin-bottom:60px}.industries-subtitle{font-size:14px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px}.industries-title{font-size:48px;font-weight:700;color:#1f2937;margin:0 0 20px;line-height:1.2}.industries-description{font-size:18px;color:#4b5563;line-height:1.6;max-width:600px;margin:0 auto}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.industry-box{background-color:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:24px 20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .2s ease}.industry-box:hover{background-color:#f9fafb;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.industry-icon{font-size:20px;color:#ffffff;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#1e40af;border-radius:8px;flex-shrink:0}.industry-name{font-size:16px;font-weight:500;color:#374151;line-height:1.4}@media (max-width:768px){.industries-section{padding:60px 0}.industries-title{font-size:36px}.industries-description{font-size:16px}.industries-grid{grid-template-columns:repeat(2,1fr);gap:16px}.industry-box{padding:20px 16px}}@media (max-width:480px){.industries-grid{grid-template-columns:1fr}.industries-title{font-size:28px}}.Hero_hero__MYBth{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffff;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin-bottom:0;padding:2rem 1rem;gap:3rem}.Hero_flowingLines__hn3_d{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.Hero_line1__f3N0B{position:absolute;top:8%;left:-20%;width:140%;height:2px;background:linear-gradient(90deg,transparent,#1e40af,transparent);transform:rotate(-15deg);opacity:.6}.Hero_line2__alZrC{position:absolute;top:12%;left:-25%;width:150%;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,transparent);transform:rotate(-10deg);opacity:.4}.Hero_line3__TaKyT{position:absolute;top:18%;left:-30%;width:160%;height:1px;background:linear-gradient(90deg,transparent,#1d4ed8,transparent);transform:rotate(-5deg);opacity:.5}.Hero_line4__K6Z7g{position:absolute;top:25%;left:-35%;width:170%;height:1px;background:linear-gradient(90deg,transparent,#2563eb,transparent);transform:rotate(-8deg);opacity:.3}.Hero_line5__4BZ2j{position:absolute;top:32%;left:-40%;width:180%;height:1px;background:linear-gradient(90deg,transparent,#1e40af,transparent);transform:rotate(-12deg);opacity:.4}.Hero_content__bqd78{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;gap:2rem}.Hero_content__bqd78,.Hero_trustedBySection__HY8_P{position:relative;z-index:10;text-align:center;max-width:800px}.Hero_trustedBySection__HY8_P{width:100%}.Hero_trustedByTitle__z6RlN{font-size:1rem;font-weight:600;color:#6b7280;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.Hero_logoGrid__UsCEj{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.Hero_logo__w0Iq6{opacity:.7;transition:opacity .3s ease;filter:grayscale(100%)}.Hero_logo__w0Iq6:hover{opacity:1;filter:grayscale(0)}.Hero_bottomLine__x4Ws5{position:absolute;bottom:0;left:0;width:100%;height:2px;background:rgba(0,0,0,.15);z-index:5}.Hero_mainHeadline__7wsf6{font-size:4.5rem;font-weight:700;color:#000000;line-height:1.1;font-family:Georgia,serif;letter-spacing:-.02em;margin:0 0 1rem}.Hero_highlight__fG1wE{color:#1e40af}.Hero_slogan__PqSLs{font-size:1.25rem;color:#333333;font-weight:400;line-height:1.4;font-family:Inter,sans-serif;margin:0 0 2rem;max-width:500px}.Hero_ctaButton__zNnZM{padding:16px 32px;background-color:#000000;color:#ffffff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;margin-bottom:1rem}.Hero_ctaButton__zNnZM:hover{background-color:#333333;transform:translateY(-1px)}@media (max-width:768px){.Hero_hero__MYBth{padding-top:2rem;gap:2rem}.Hero_content__bqd78{padding:0 1rem;gap:1.5rem}.Hero_mainHeadline__7wsf6{font-size:3rem}.Hero_slogan__PqSLs{font-size:1.125rem}.Hero_ctaButton__zNnZM{padding:14px 28px;font-size:1rem}.Hero_trustedByTitle__z6RlN{font-size:.875rem;margin-bottom:16px}.Hero_logoGrid__UsCEj{gap:24px}.Hero_logo__w0Iq6{width:80px;height:80px}.Hero_line1__f3N0B{top:15%;left:-15%;width:130%;transform:rotate(-12deg)}.Hero_line2__alZrC{top:18%;left:-20%;width:140%;transform:rotate(-8deg)}.Hero_line3__TaKyT{top:22%;left:-25%;width:150%;transform:rotate(-4deg)}.Hero_line4__K6Z7g{top:26%;left:-30%;width:160%;transform:rotate(-6deg)}.Hero_line5__4BZ2j{top:30%;left:-35%;width:170%;transform:rotate(-10deg)}}@media (min-width:769px) and (max-width:1024px){.Hero_content__bqd78{padding:0 1.5rem}.Hero_mainHeadline__7wsf6{font-size:3.5rem}.Hero_line1__f3N0B{width:50%}.Hero_line2__alZrC{width:60%}.Hero_line3__TaKyT{width:70%}.Hero_line4__K6Z7g{width:80%}.Hero_line5__4BZ2j{width:90%}}@media (min-width:1025px){.Hero_content__bqd78{padding:0 2rem}.Hero_mainHeadline__7wsf6{font-size:4.5rem}}@media (max-width:400px){.Hero_mainHeadline__7wsf6{font-size:2.25rem;line-height:1.1}.Hero_slogan__PqSLs{font-size:1rem}}.Navbar_navbarContainer__8N0D4{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background-color:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;border-bottom:none}.Navbar_navbar__st_SQ{background-color:#ffffff;padding:1.5rem 2rem;justify-content:space-between;max-width:1400px;margin:0 auto}.Navbar_logoContainer__fsfLF,.Navbar_navLinks__PcUcJ,.Navbar_navbar__st_SQ{display:flex;align-items:center}.Navbar_navLinks__PcUcJ{gap:2rem}.Navbar_navLink__wo9wZ{color:#333333;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;cursor:pointer}.Navbar_navLink__wo9wZ:hover{color:#000000}.Navbar_ctaContainer__eIZO8{display:flex;align-items:center;gap:1rem}.Navbar_ctaButton__0AxrH{background-color:#000000;color:#ffffff;border:1px solid #e0e0e0;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s ease;font-family:Inter,sans-serif}.Navbar_ctaButton__0AxrH:hover{background-color:#333333}.Navbar_settingsIcon__ZagfE{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333333}@media (max-width:768px){.Navbar_navbar__st_SQ{padding:1rem;justify-content:center;max-width:100%;margin:0}.Navbar_ctaContainer__eIZO8,.Navbar_navLinks__PcUcJ{display:none}.Navbar_logoContainer__fsfLF{justify-content:center;width:100%}}.landing-section{min-height:100vh;width:100%;overflow:hidden}.top-section{background:#ffffff;padding:80px 0;text-align:center;position:relative;z-index:2}.container{max-width:1200px;margin:0 auto;padding:0 20px}.brand-name{font-size:.75rem;font-weight:500;letter-spacing:2px;color:#1e40af;margin-bottom:2rem;text-transform:uppercase;font-weight:700}.main-headline{font-size:3.5rem;font-weight:700;color:#000000;margin-bottom:1.5rem;line-height:1.2;max-width:800px}.description,.main-headline{margin-left:auto;margin-right:auto}.description{font-size:1.25rem;color:#333333;line-height:1.6;max-width:600px}.cta-button{background-color:#1e40af;color:#ffffff;border:none;padding:12px 24px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;display:block;margin:0 auto;position:relative;z-index:3}.cta-button:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(30,64,175,.3)}.bottom-section{display:flex;justify-content:center;align-items:center;padding:10px;background:transparent}.background-image{position:relative;width:100%;max-width:900px}.desktop-image{width:100%;height:auto;object-fit:contain;display:block}@media (max-width:1024px){.main-headline{font-size:2.8rem}.description{font-size:1.1rem}.background-image{max-width:100%;padding:0 10px}}@media (max-width:768px){.top-section{padding:60px 0}.main-headline{font-size:2.2rem}.description{font-size:1rem}.background-image{max-width:100%;padding:0 10px}}@media (max-width:480px){.main-headline{font-size:1.8rem}.cta-button{padding:14px 28px;font-size:1rem}.background-image{max-width:100%;padding:0 10px}}