*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#fff;letter-spacing:-.03em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,.btn{transition:all .3s cubic-bezier(.4,0,.2,1)}button:hover,.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf64d}button:active,.btn:active{transform:translateY(0)}h1,h2,h3,h4,h5,h6{font-weight:500;letter-spacing:-.03em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100vh}.navbar{background:#fff;padding:1rem 0;border-bottom:1px solid #e5e7eb;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000d}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:400;color:#0c120c;text-decoration:none;display:flex;align-items:center;gap:.75rem;transition:transform .2s ease}.logo:hover{transform:scale(1.05)}.logo-mark{width:32px;height:32px;display:block;flex-shrink:0}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#6b7280;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#8b5cf6;transition:width .3s ease}.nav-links a:hover{color:#8b5cf6}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#8b5cf6}.nav-links a.active:after{width:100%}@media (max-width: 968px){.nav-links{gap:1.25rem;font-size:.9rem}}@media (max-width: 768px){.nav-links{gap:1rem;font-size:.85rem}}@media (max-width: 640px){.nav-links{gap:.75rem;font-size:.8rem}.logo{font-size:1.5rem}}.hero{padding:140px 0 80px;background:linear-gradient(135deg,#fff,#fafbfc 30%,#f8fafc 70%,#fff);position:relative;overflow:hidden;border-bottom:1px solid rgba(139,92,246,.1)}.hero-main{text-align:center;max-width:900px;margin:0 auto 3.5rem;padding:0 1rem}.hero h1{font-size:4rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em}.hero-description{font-size:1.125rem;font-weight:400;color:#6b7280;line-height:1.6;max-width:800px;margin:0 auto}.hero-cta-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.cta-card{background:#fff;padding:1.75rem 1.5rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .3s ease;text-align:left;position:relative;overflow:hidden}.cta-card:nth-child(1){border-radius:24px 12px;background:linear-gradient(135deg,#fff,#f8fafc)}.cta-card:nth-child(2){border-radius:12px 24px;background:linear-gradient(135deg,#fef3c7,#fff)}.cta-card:nth-child(3){border-radius:20px;background:linear-gradient(135deg,#ede9fe,#fff)}.cta-card:nth-child(4){border-radius:50px 12px 12px 50px;background:linear-gradient(135deg,#fff,#f0fdf4)}.cta-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#a855f7);transform:scaleX(0);transition:transform .3s ease}.cta-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #8b5cf626;border-color:#8b5cf6}.cta-card:hover:before{transform:scaleX(1)}.cta-icon{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #8b5cf64d;transition:transform .3s ease}.cta-card:hover .cta-icon{transform:scale(1.1) rotate(5deg)}.cta-icon i{font-size:1.5rem;color:#fff}.cta-card h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.cta-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.cta-link{color:#8b5cf6;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.cta-card:hover .cta-link{gap:.75rem}.cta-link i{font-size:.875rem}.btn-primary,.btn-secondary{padding:16px 32px;border-radius:12px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}.btn-secondary{background:#fff;color:#8b5cf6;border:2px solid #8b5cf6}.btn-secondary:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px)}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative;height:450px;padding:2rem}.recruitment-scene{position:relative;width:100%;max-width:550px;height:400px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:24px;padding:2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(255,255,255,.5)}.person-beanbag{position:absolute;left:40px;top:50%;transform:translateY(-50%);z-index:2;animation:float 6s ease-in-out infinite}.beanbag{width:80px;height:60px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50px 50px 20px 20px;position:relative;margin-bottom:10px;box-shadow:0 4px 12px #8b5cf64d}.beanbag:before{content:"";position:absolute;top:-10px;left:10px;width:60px;height:20px;background:#1e40af;border-radius:30px}.person-left{position:absolute;top:-30px;left:20px}.person-left .person-head{width:24px;height:24px;background:#fbbf24;border-radius:50%;margin:0 auto 8px;box-shadow:0 2px 6px #0000001a}.person-left .person-body{width:40px;height:30px;background:#1e40af;border-radius:8px;margin:0 auto}.laptop{position:absolute;top:20px;left:-20px;width:60px;height:40px;background:#1e40af;border-radius:4px;padding:4px;box-shadow:0 4px 8px #0003}.laptop-screen{width:100%;height:100%;background:#f0f9ff;border-radius:2px;padding:4px;display:flex;align-items:center;justify-content:center}.screen-content{display:flex;flex-direction:column;align-items:center;gap:2px}.profile-mini{font-size:12px}.content-lines{width:100%}.content-line{height:1px;background:#cbd5e1;margin:1px 0;border-radius:1px}.profile-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:220px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:16px;padding:1.5rem;z-index:3;box-shadow:0 12px 32px #8b5cf666;animation:float 4s ease-in-out infinite}.profile-picture{text-align:center;margin-bottom:1rem}.avatar{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto;color:#1e40af;box-shadow:0 4px 12px #0000001a}.profile-info{margin-bottom:1rem}.info-line{height:3px;background:#fff9;margin:6px 0;border-radius:2px}.info-line.short{width:60%}.checkmarks{position:absolute;bottom:1rem;right:1rem;display:flex;gap:4px}.check{color:#10b981;font-size:16px;font-weight:700;background:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.person-magnifier{position:absolute;right:40px;top:50%;transform:translateY(-50%);z-index:2;animation:float 5s ease-in-out infinite;animation-delay:1s}.person-right{position:relative}.person-right .person-head{width:24px;height:24px;background:#f472b6;border-radius:50%;margin:0 auto 8px;box-shadow:0 2px 6px #0000001a}.person-right .person-body{width:40px;height:30px;background:#8b5cf6;border-radius:8px;margin:0 auto}.magnifying-glass{position:absolute;top:-10px;right:-30px}.glass-circle{width:24px;height:24px;border:3px solid #8b5cf6;border-radius:50%;background:#ffffff4d;box-shadow:0 2px 6px #8b5cf64d}.glass-handle{width:8px;height:20px;background:#8b5cf6;border-radius:0 0 4px 4px;position:absolute;top:18px;left:18px;transform:rotate(45deg)}.small-document{position:absolute;top:20px;left:20px;width:60px;height:40px;background:#93c5fd;border-radius:4px;padding:8px;z-index:1;box-shadow:0 2px 6px #0000001a}.doc-lines{width:100%}.doc-line{height:2px;background:#dbeafe;margin:2px 0;border-radius:1px}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#8b5cf6;font-size:1.5rem;animation:bounce 2s infinite;z-index:2;cursor:pointer;transition:transform .3s ease}.scroll-indicator:hover{transform:translate(-50%) scale(1.2)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@media (max-width: 968px){.hero h1{font-size:3rem}.hero-description{font-size:1.125rem}.hero-cta-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.hero h1{font-size:2.5rem}.hero-cta-cards{grid-template-columns:1fr}}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.scroll-animate.visible{opacity:1;transform:translateY(0)}.services{padding:5rem 0;background:linear-gradient(135deg,#fff,#fafbfc,#fff);position:relative}.services:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.2),transparent)}.services:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}.services .section-header{text-align:center;max-width:900px;margin:0 auto 3rem;padding:0 1rem}.section-label{display:inline-block;font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.services h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.section-subheading{text-align:center;font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;margin-top:1.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;max-width:1000px;margin:0 auto}.service-card{background:linear-gradient(135deg,#fff,#f8fafc);padding:1.25rem 1.75rem;text-align:center;box-shadow:0 2px 8px #00000014;border:2px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.service-card:nth-child(odd){border-radius:50px}.service-card:nth-child(2n){border-radius:12px}.service-card:hover{border-color:#8b5cf6;transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px #8b5cf633}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#a855f7);transform:scaleX(0);transition:transform .4s ease}.service-card:hover{transform:translateY(-12px);box-shadow:0 24px 48px #0000001f;border-color:#8b5cf6}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:45px;height:45px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #8b5cf64d;transition:transform .3s ease;flex-shrink:0}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-icon i{font-size:1.5rem;color:#fff}.service-card h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0;white-space:nowrap}.service-card p{color:#6b7280;margin-bottom:1rem;line-height:1.6;font-size:.9rem}.service-features{list-style:none;margin-bottom:2rem}.service-features li{color:#6b7280;margin-bottom:.75rem;position:relative;padding-left:1.75rem;font-size:.95rem;line-height:1.6}.service-features li:before{content:"✓";position:absolute;left:0;color:#8b5cf6;font-weight:700;font-size:1.1rem}.service-link{color:#8b5cf6;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#f8fafc;border-radius:10px;transition:all .3s ease;border:none;cursor:pointer;font-family:inherit;font-size:.95rem}.service-link:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;text-decoration:none;transform:translate(4px);box-shadow:0 4px 12px #8b5cf64d}.staffing-solutions{margin-top:1.5rem}.ai-services-wrapper{margin-top:6rem}.ai-services{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#fff,#f8fafc);border-radius:24px;position:relative;overflow:hidden}.ai-services:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#8b5cf6)}.ai-services-description{text-align:center;font-size:1rem;color:#6b7280;line-height:1.7;max-width:800px;margin:0 auto 3rem;padding:0 2rem}.ai-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 2rem}.ai-feature{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:20px;border:2px solid transparent;transition:all .4s ease;position:relative;overflow:hidden}.ai-feature:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b5cf60d,#a855f70d);opacity:0;transition:opacity .4s ease}.ai-feature:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px #8b5cf640;border-color:#8b5cf6}.ai-feature:hover:before{opacity:1}.ai-feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#a855f7,#7c3aed);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 24px #8b5cf666;transition:all .4s ease;position:relative;z-index:1}.ai-feature:hover .ai-feature-icon{transform:scale(1.15) rotate(10deg);box-shadow:0 12px 32px #8b5cf680}.ai-feature-icon i{font-size:2rem;color:#fff}.ai-feature h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;position:relative;z-index:1}.ai-feature p{font-size:.95rem;color:#6b7280;line-height:1.7;margin:0;position:relative;z-index:1}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1000px;margin:0 auto}.solution-item{background:#f9fafb;padding:1.25rem 1.5rem;border-radius:10px;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;box-shadow:0 1px 3px #0000000d}.solution-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf61a;border-color:#8b5cf6}.solution-icon{width:50px;height:50px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.solution-icon i{font-size:1.25rem;color:#6b7280}.solution-item:hover .solution-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;transform:scale(1.05)}.solution-item:hover .solution-icon i{color:#fff}.solution-content{flex:1}.solution-item h4{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.25rem}.solution-item p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}@media (max-width: 768px){.services h2{font-size:2rem}.section-subheading{font-size:1.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.service-card{padding:1rem 1.25rem;flex-direction:column;gap:.75rem}.service-card h3{font-size:.95rem;white-space:normal}.service-icon{width:40px;height:40px}.service-icon i{font-size:1.25rem}.staffing-solutions{margin-top:3rem;padding-top:3rem}.solutions-grid{grid-template-columns:1fr;gap:1rem}.solution-item{padding:1rem}.ai-features{grid-template-columns:1fr;padding:0 1rem}.ai-services{padding:3rem 1rem;margin-top:4rem}.hero-cta-cards{grid-template-columns:1fr}}.process{padding:6rem 0;background:linear-gradient(135deg,#fff,#fafbfc 30%,#f8fafc 70%,#fff);color:#1f2937;position:relative;border-top:1px solid rgba(139,92,246,.1)}.process:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(139,92,246,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.process .container{position:relative;z-index:1}.process .section-header{text-align:center;max-width:900px;margin:0 auto 4rem;padding:0 1rem}.process h2{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em}.process-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch;max-width:1200px;margin:0 auto}.process-content>*{min-height:0;height:100%}.process-visual{display:flex;align-items:stretch;justify-content:center;position:relative;padding-right:2rem;height:auto}.process-illustration{position:relative;width:100%;height:100%;display:flex;align-items:stretch;justify-content:center;background:transparent;overflow:visible}.process-image{width:200%;height:100%;max-width:none;max-height:none;display:block;object-fit:contain;object-position:center}.workflow-steps{display:flex;flex-direction:column;gap:2rem;position:relative;padding-left:3rem}@media (max-width: 768px){.workflow-steps{padding-left:2.5rem}.step-number{left:-2.5rem!important}}.workflow-steps:before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#8b5cf6,#a855f7,#8b5cf6)}.workflow-step{display:flex;flex-direction:row;align-items:flex-start;text-align:left;padding:0;background:transparent;border:none;transition:all .3s ease;position:relative;gap:1.5rem}.workflow-step:hover{transform:translateY(-2px)}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:3px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0;position:absolute;left:-3rem;transition:all .3s ease;box-shadow:0 4px 12px #8b5cf64d}.workflow-step:hover .step-number{transform:scale(1.15);box-shadow:0 6px 20px #8b5cf699}.step-content{flex:1;padding:1rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;border-left:3px solid #8b5cf6;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.workflow-step:hover .step-content{border-left-color:#a855f7;transform:translate(8px);box-shadow:0 4px 16px #8b5cf626}.step-content h5{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.step-content p{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}@media (max-width: 968px){.process-content{grid-template-columns:1fr;gap:3rem}.process-visual{order:2}.workflow-steps{order:1}.process-illustration{max-width:400px}.process-badge{position:relative;bottom:auto;left:auto;transform:none;margin-top:2rem}}@media (max-width: 768px){.process h2{font-size:2rem}.section-subtitle{font-size:.875rem}.process-content{gap:2.5rem}.workflow-steps{gap:1.5rem}.step-content{padding:1rem 1.25rem}.step-content h5{font-size:1rem}.step-content p{font-size:.8rem}}@media (max-width: 480px){.workflow-steps{padding-left:2rem}.workflow-steps:before{left:1rem}.step-number{width:40px;height:40px;font-size:1.125rem;left:-2rem!important}}.trust-indicators{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#fff,#f8fafc);position:relative}.trust-indicators:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(139,92,246,.04) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(139,92,246,.04) 0%,transparent 50%);pointer-events:none;z-index:0}.trust-indicators .container{position:relative;z-index:1}.trust-indicators:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}.trust-indicators .section-header{text-align:center;max-width:1000px;margin:0 auto 4.5rem;padding:0 1rem}.trust-indicators h2{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em}.section-subtitle{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:1.25rem;margin-top:.75rem;line-height:1.3}.section-description{font-size:1rem;color:#6b7280;line-height:1.7;max-width:850px;margin:0 auto}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}@media (max-width: 768px){.trust-grid{grid-template-columns:1fr;gap:1.5rem}}.trust-item{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 4px 12px #00000014;border:2px solid #e5e7eb;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.trust-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#a855f7);transform:scaleX(0);transition:transform .4s ease}.trust-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f;border-color:#8b5cf6}.trust-item:hover:before{transform:scaleX(1)}.trust-icon{width:70px;height:70px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 20px #8b5cf640;transition:all .3s ease}.trust-item:hover .trust-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 12px 28px #8b5cf666}.trust-icon i{font-size:1.75rem;color:#fff}.trust-item h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}.trust-item p{color:#6b7280;line-height:1.7;font-size:.95rem;margin:0}@media (max-width: 768px){.trust-indicators h2{font-size:2rem}.trust-grid{grid-template-columns:1fr;gap:1.25rem}.trust-item{padding:1.5rem}}@media (max-width: 480px){.trust-indicators h2{font-size:1.875rem}.trust-icon{width:50px;height:50px}.trust-icon i{font-size:1.25rem}}.tigmio{padding:6rem 0;background:linear-gradient(135deg,#fff,#f8fafc,#fff);position:relative;border-top:1px solid rgba(139,92,246,.1);border-bottom:1px solid rgba(139,92,246,.1)}.tigmio:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(139,92,246,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.tigmio .container{position:relative;z-index:1}.tigmio .section-header{text-align:center;margin-bottom:5rem;padding:0 1rem}.tigmio h2{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em}.tigmio-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.feature-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 4px 20px #00000014;border:2px solid #e5e7eb;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#8b5cf6);transform:scaleX(0);transition:transform .4s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #8b5cf626;border-color:#8b5cf6}.feature-icon-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;position:relative;z-index:2;box-shadow:0 8px 24px #8b5cf64d;transition:all .4s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #8b5cf666}.icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:radial-gradient(circle,rgba(139,92,246,.3) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .4s ease;z-index:1}.feature-card:hover .icon-glow{opacity:1;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.5}}.feature-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.feature-card p{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.feature-preview{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.preview-search-box{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#9ca3af;font-size:.875rem}.preview-search-box i{color:#8b5cf6}.preview-import-options{display:flex;gap:.75rem;justify-content:center}.preview-import-btn{flex:1;padding:.75rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#6b7280}.preview-import-btn.linkedin{border-color:#0077b5;color:#0077b5;background:#0077b50d}.preview-import-btn i{font-size:1rem}.preview-ai-suggestion{background:linear-gradient(135deg,#fbbf241a,#f59e0b1a);border-left:3px solid #f59e0b;border-radius:8px;padding:1rem;text-align:left}.preview-suggestion-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;color:#f59e0b}.preview-suggestion-header i{font-size:.875rem}.match-badge{margin-left:auto;padding:.25rem .625rem;background:linear-gradient(135deg,#8b5cf61a,#7c3aed1a);border-radius:12px;font-size:.6875rem;font-weight:600;color:#8b5cf6}.preview-suggestion-text{font-size:.75rem;color:#4b5563;line-height:1.5}.search-mockup{padding:1.5rem;height:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}.search-mockup:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#8b5cf6)}.search-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.search-logo{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.search-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}.search-box-container{width:100%}.search-box{display:flex;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:.5rem;gap:.75rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.search-box:focus-within{border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf626}.search-box i{color:#9ca3af;font-size:1rem;margin-left:.5rem}.search-input{flex:1;border:none;outline:none;font-size:.875rem;color:#1f2937;background:transparent}.search-input::placeholder{color:#9ca3af}.search-btn{padding:.5rem 1.25rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #8b5cf64d}.search-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.import-options{display:flex;flex-direction:column;gap:.75rem}.import-label{font-size:.75rem;color:#6b7280;font-weight:500;text-align:center}.import-buttons{display:flex;gap:.75rem;justify-content:center}.import-btn{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .3s ease}.import-btn i{font-size:1rem}.import-btn.manual{border-color:#8b5cf6;color:#8b5cf6}.import-btn.manual:hover{background:#8b5cf60d;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf626}.import-btn.linkedin{border-color:#0077b5;color:#0077b5}.import-btn.linkedin:hover{background:#0077b50d;transform:translateY(-2px);box-shadow:0 4px 12px #0077b526}.results-mockup{padding:1.25rem;height:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}.results-mockup:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#8b5cf6)}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.results-title h4{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.results-count{font-size:.75rem;color:#6b7280;font-weight:500}.results-filters{display:flex;gap:.5rem}.filter-btn{padding:.375rem .75rem;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:.75rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.filter-btn.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;color:#fff;box-shadow:0 2px 6px #8b5cf64d}.results-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.875rem}.candidate-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 6px #0000000a}.candidate-card.featured{border-color:#8b5cf6;border-width:2px;background:linear-gradient(135deg,#fff,#8b5cf605);box-shadow:0 4px 12px #8b5cf61a}.candidate-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.candidate-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.candidate-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.candidate-info{flex:1;min-width:0}.candidate-name{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.125rem}.candidate-title{font-size:.75rem;color:#6b7280}.ai-match-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:linear-gradient(135deg,#8b5cf61a,#7c3aed1a);border-radius:12px;font-size:.75rem;font-weight:600;color:#8b5cf6}.ai-match-badge i{font-size:.75rem}.ai-suggestion{background:linear-gradient(135deg,#fbbf241a,#f59e0b1a);border-left:3px solid #f59e0b;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.suggestion-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;color:#f59e0b}.suggestion-header i{font-size:.875rem}.suggestion-text{font-size:.75rem;color:#4b5563;line-height:1.5}.candidate-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{padding:.25rem .625rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.6875rem;font-weight:500;color:#4b5563}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;position:relative;z-index:1}.dashboard-logo{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.dashboard-nav{display:flex;gap:.5rem}.nav-item{font-size:.75rem;color:#6b7280;padding:.375rem .75rem;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:500}.nav-item.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 8px #8b5cf64d}.dashboard-content{flex:1;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.metric-card{background:#fff;padding:.875rem;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 2px 6px #0000000a;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#8b5cf6,#7c3aed);opacity:0;transition:opacity .3s ease}.metric-card.primary:before{background:linear-gradient(180deg,#8b5cf6,#7c3aed)}.metric-card.success:before{background:linear-gradient(180deg,#10b981,#059669)}.metric-card.accent:before{background:linear-gradient(180deg,#f59e0b,#d97706)}.metric-card:hover:before{opacity:1}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#8b5cf6}.metric-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-card.primary .metric-icon{background:linear-gradient(135deg,#8b5cf61a,#7c3aed1a);color:#8b5cf6}.metric-card.success .metric-icon{background:linear-gradient(135deg,#10b9811a,#0596691a);color:#10b981}.metric-card.accent .metric-icon{background:linear-gradient(135deg,#f59e0b1a,#d977061a);color:#f59e0b}.metric-icon i{font-size:.875rem}.metric-info{flex:1;min-width:0}.metric-label{font-size:.625rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:600}.metric-value{font-size:1.25rem;font-weight:700;color:#1f2937;line-height:1}.metric-card.primary .metric-value{color:#8b5cf6}.metric-card.success .metric-value{color:#10b981}.metric-card.accent .metric-value{color:#f59e0b}.pipeline-view{margin-top:.5rem;padding:1rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 2px 6px #0000000a}.pipeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.75rem;font-weight:600;color:#1f2937}.pipeline-badge{font-size:.625rem;padding:.25rem .5rem;background:#10b9811a;color:#10b981;border-radius:12px;font-weight:600}.pipeline-stages{display:flex;align-items:center;gap:.5rem}.pipeline-stage{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.stage-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;border:2px solid white;box-shadow:0 0 0 2px #e5e7eb;transition:all .3s ease}.pipeline-stage.active .stage-dot{background:#8b5cf6;box-shadow:0 0 0 2px #8b5cf6,0 0 0 4px #8b5cf633;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 2px #8b5cf6,0 0 0 4px #8b5cf633}50%{box-shadow:0 0 0 2px #8b5cf6,0 0 0 6px #8b5cf61a}}.stage-info{text-align:center}.stage-label{font-size:.625rem;color:#9ca3af;margin-bottom:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.pipeline-stage.active .stage-label{color:#8b5cf6;font-weight:600}.stage-count{font-size:1rem;font-weight:700;color:#6b7280}.pipeline-stage.active .stage-count{color:#1f2937}.pipeline-connector{flex:0 0 20px;height:2px;background:linear-gradient(90deg,#e5e7eb,#d1d5db);position:relative;margin:0 .25rem}.pipeline-connector:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid #d1d5db;border-top:2px solid transparent;border-bottom:2px solid transparent}.mobile-mockup{padding:1rem;height:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}.mobile-mockup:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#8b5cf6)}.mobile-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;position:relative;z-index:1}.mobile-logo{width:36px;height:36px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem;box-shadow:0 4px 12px #8b5cf64d}.mobile-title{font-size:1rem;font-weight:700;color:#1f2937;letter-spacing:-.02em}.mobile-content{flex:1;display:flex;flex-direction:column;gap:.875rem;position:relative;z-index:1}.mobile-card{background:#fff;padding:1rem;border-radius:12px;border:1px solid #e5e7eb;display:flex;align-items:center;gap:.875rem;box-shadow:0 2px 6px #0000000a;transition:all .3s ease;position:relative;overflow:hidden}.mobile-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8b5cf6,#7c3aed);opacity:0;transition:opacity .3s ease}.mobile-card.highlight{border-color:#8b5cf6;background:linear-gradient(135deg,#fff,#8b5cf605)}.mobile-card.highlight:before{opacity:1}.mobile-card.success{border-color:#10b981}.mobile-card.success:before{background:linear-gradient(180deg,#10b981,#059669);opacity:1}.mobile-card:hover{transform:translate(4px);box-shadow:0 4px 12px #00000014}.card-icon-wrapper{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#8b5cf61a,#7c3aed1a);color:#8b5cf6}.mobile-card.highlight .card-icon-wrapper{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.mobile-card.success .card-icon-wrapper{background:linear-gradient(135deg,#10b9811a,#0596691a);color:#10b981}.card-icon-wrapper i{font-size:1rem}.card-info{flex:1;min-width:0}.card-title{font-size:.8125rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;line-height:1.3}.card-subtitle{font-size:.6875rem;color:#6b7280;font-weight:500}.card-badge{font-size:.625rem;padding:.25rem .5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 6px #8b5cf64d}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.feature-item{text-align:left;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.feature-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #8b5cf61a;border-color:#8b5cf6}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 4px 12px #8b5cf640}.feature-icon i{color:#fff;font-size:1.25rem}.feature-item h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.feature-item p{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.tigmio-cta{text-align:center;padding:2rem;background:#fff;border-radius:16px;border:2px solid #e5e7eb;margin-top:2rem}.coming-soon{display:inline-block;font-size:.875rem;font-weight:600;color:#8b5cf6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;padding:.5rem 1.5rem;background:#8b5cf61a;border-radius:20px}.cta-text{font-size:1rem;color:#6b7280;line-height:1.7}.cta-link{color:#8b5cf6;text-decoration:none;font-weight:600;margin-left:.5rem;transition:color .3s ease}.cta-link:hover{color:#7c3aed;text-decoration:underline}@media (max-width: 768px){.tigmio{padding:3rem 0}.tigmio-features{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-icon{width:64px;height:64px;font-size:1.5rem}}.testimonials{padding:5rem 0;background:#fff;position:relative;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.testimonials:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(139,92,246,.02) 0%,transparent 60%);pointer-events:none;z-index:0}.testimonials .container{position:relative;z-index:1}.testimonials .section-header{text-align:center;max-width:900px;margin:0 auto 4rem;padding:0 1rem}.section-label{display:inline-block;font-size:.875rem;font-weight:600;color:#8b5cf6;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.testimonials h2{font-size:2.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:-.02em}.section-subtitle{text-align:center;font-size:.95rem;color:#6b7280;margin-bottom:0;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.clients-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-bottom:4rem;padding:2rem 0}.client-logo{opacity:.6;transition:all .3s ease;filter:grayscale(100%);display:flex;align-items:center;justify-content:center}.client-logo:hover{opacity:1;filter:grayscale(0%);transform:scale(1.1)}.logo-image{max-width:150px;max-height:60px;width:auto;height:auto;object-fit:contain}.logo-placeholder{width:120px;height:60px;background:#e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.75rem;font-weight:500}.logo-placeholder.hidden{display:none}.trust-indicators{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1100px;margin:0 auto;padding:2rem 0;position:relative;z-index:1}.trust-item{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease}.trust-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #8b5cf626;border-color:#8b5cf6}.trust-icon{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 12px #8b5cf64d}.trust-icon i{font-size:1.5rem;color:#fff}.trust-item h4{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trust-item p{font-size:.95rem;color:#6b7280;margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #8b5cf626;border-color:#8b5cf6}.testimonial-content{display:flex;flex-direction:column;height:100%}.quote-icon{width:40px;height:40px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #8b5cf64d}.quote-icon i{font-size:1rem;color:#fff}.testimonial-text{font-size:.95rem;color:#6b7280;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.testimonial-author{margin-top:auto;padding-top:1.5rem;border-top:1px solid #e5e7eb}.author-info h5{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.author-info span{font-size:.875rem;color:#6b7280}@media (max-width: 768px){.testimonials h2{font-size:2rem}.clients-logos{gap:2rem}.testimonials-grid{grid-template-columns:1fr}}.jobs{padding:6rem 0;background:#fff;position:relative;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.jobs:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 20%,rgba(139,92,246,.02) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(139,92,246,.02) 0%,transparent 40%);pointer-events:none;z-index:0}.jobs .container{position:relative;z-index:1}.jobs .section-header{text-align:center;margin-bottom:4rem;padding:0 1rem}.jobs .section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8b5cf6;margin-bottom:1rem}.jobs h2{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em}.jobs .section-subtitle{font-size:1rem;color:#6b7280;line-height:1.7;max-width:700px;margin:0 auto}.jobs-filters{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.search-bar{position:relative;max-width:500px;margin:0 auto;width:100%}.search-bar i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.category-filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.category-btn{padding:.625rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:20px;font-size:.9rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;color:#fff;box-shadow:0 4px 12px #8b5cf64d}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.no-jobs{grid-column:1 / -1;text-align:center;padding:3rem;color:#6b7280}.job-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column}.job-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001a;border-color:#8b5cf6}.job-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.job-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.job-title-section h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;flex:1}.job-category{font-size:.75rem;font-weight:600;color:#8b5cf6;background:#8b5cf61a;padding:.375rem .875rem;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}.job-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.job-location,.job-type{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280}.job-location i,.job-type i{color:#8b5cf6;font-size:.875rem}.job-content{flex:1;margin-bottom:1.5rem}.job-description{font-size:.95rem;color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.job-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.skill-tag{font-size:.8rem;padding:.375rem .875rem;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-weight:500;transition:all .2s ease}.skill-tag:hover{border-color:#8b5cf6;color:#8b5cf6;background:#8b5cf60d}.job-requirements{margin-top:1.5rem}.job-requirements h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.job-requirements ul{list-style:none;padding:0;margin:0}.job-requirements li{font-size:.9rem;color:#6b7280;line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.job-requirements li:before{content:"✓";position:absolute;left:0;color:#8b5cf6;font-weight:600}.job-footer{padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-apply{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-apply:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}.btn-apply:active{transform:translateY(0)}.btn-apply i{transition:transform .3s ease}.btn-apply:hover i{transform:translate(4px)}.jobs-footer{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb;margin-top:2rem}.jobs-footer p{font-size:.95rem;color:#6b7280}.jobs-link{color:#8b5cf6;text-decoration:none;font-weight:600;transition:color .3s ease}.jobs-link:hover{color:#7c3aed;text-decoration:underline}@media (max-width: 768px){.jobs{padding:3rem 0}.jobs h2{font-size:1.75rem}.jobs-grid{grid-template-columns:1fr;gap:1.5rem}.job-card{padding:1.5rem}.job-title-section h3{font-size:1.25rem}.job-meta{flex-direction:column;gap:.75rem}}.contact{padding:6rem 0;background:linear-gradient(135deg,#fff,#fafbfc,#fff);position:relative;border-top:1px solid rgba(139,92,246,.1)}.contact h2{text-align:center;font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:3rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em;padding:0 1rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.contact-info p{font-size:.95rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;color:#374151;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.contact-item:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}.contact-item i{color:#8b5cf6;font-size:1.25rem;margin-top:.25rem}.contact-item strong{display:block;color:#1f2937;margin-bottom:.25rem;font-weight:600}.contact-item a{color:#8b5cf6;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#7c3aed;text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1.25rem;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 24px #00000014}.contact-form input,.contact-form textarea{padding:14px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f8fafc}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#8b5cf6;background:#fff;box-shadow:0 0 0 4px #8b5cf61a}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form input.error,.contact-form textarea.error{border-color:#ef4444;background:#fef2f2}.contact-form input.error:focus,.contact-form textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.error-message{color:#ef4444;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.success-message{padding:1rem;background:#f0fdf4;border:2px solid #86efac;border-radius:12px;color:#166534;display:flex;align-items:center;gap:.75rem;font-size:.95rem;animation:slideIn .3s ease}.success-message i{color:#22c55e;font-size:1.25rem}.error-message-box{padding:1rem;background:#fef2f2;border:2px solid #fca5a5;border-radius:12px;color:#991b1b;display:flex;align-items:center;gap:.75rem;font-size:.95rem;animation:slideIn .3s ease}.error-message-box i{color:#ef4444;font-size:1.25rem}.contact-form .btn-primary{margin-top:.5rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-form .btn-primary.submitting{opacity:.7;cursor:not-allowed}.contact-form .btn-primary:disabled{opacity:.7;cursor:not-allowed}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact h2{font-size:2rem}.contact-form{padding:2rem}}@media (max-width: 480px){.contact h2{font-size:1.875rem}.contact-info h3{font-size:1.25rem}.contact-form{padding:1.5rem}.contact-item{padding:1rem}}.footer{background:#fff;color:#6b7280;padding:4rem 0 2rem;border-top:1px solid #e5e7eb}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;padding:0 20px}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:1.8rem;font-weight:400;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.03em;display:flex;align-items:center;gap:.75rem}.footer-logo .logo-mark{width:32px;height:32px;filter:none}.footer-copyright{color:#9ca3af;font-size:.875rem;line-height:1.5}.footer-right{display:flex;gap:4rem;flex-wrap:wrap}.footer-column{min-width:150px}.footer-column h4{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-column ul li a:hover{color:#8b5cf6}@media (max-width: 968px){.footer-content{flex-direction:column;gap:3rem}.footer-right{width:100%;justify-content:flex-start;gap:3rem}}@media (max-width: 640px){.footer-right{flex-direction:column;gap:2rem}.footer-column{min-width:auto}}.container{max-width:1200px;margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}
