@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&display=swap);:root{--primary-light:#66a3ff;--primary-dark:#004cde;--bg:#f4f7fb;--text-main:#0b1120;--text-muted:#4b5563;--white:#fff;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--section-padding:80px 5%;--side-gutter:5%}.section{padding:80px 5%;padding:var(--section-padding);width:100%}*{font-family:Inter,sans-serif}body{background-color:#f4f7fb;background-color:var(--bg);color:#0b1120;color:var(--text-main)}.container{margin:0;padding:0;width:100%}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.center-mx{align-items:center;display:flex;flex-direction:column;justify-content:center}.w-full{width:100%}.bg-gradients{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.blob-1{background:radial-gradient(circle,#0066ff26 0,#fff0 70%);filter:blur(40px);height:600px;right:-30%;top:-40%;width:600px}.blob-1,.blob-2{border-radius:50%;position:absolute}.blob-2{background:radial-gradient(circle,#00d4ff1a 0,#fff0 70%);filter:blur(50px);height:500px;left:-20%;top:10%;width:500px}.nav-menu{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-item a{color:#0b1120;color:var(--text-main);font-size:1rem;font-weight:500;padding:0 20px;text-decoration:none;transition:color .3s}.section-label{align-items:center;background:#0066ff1a;border-radius:20px;color:#06f;color:var(--primary);display:inline-flex;font-size:.85rem;font-weight:600;gap:8px;margin-bottom:24px;padding:6px 16px}.lpf-highlight-pulse{animation:lpf-glow-pulse 2s ease-in-out infinite}@keyframes lpf-glow-pulse{0%{box-shadow:0 0 0 0 #06f6;transform:scale(1)}50%{box-shadow:0 0 20px 10px #06f9;transform:scale(1.1)}to{box-shadow:0 0 0 0 #06f0;transform:scale(1)}}:root{--nav-blue-brand:#2563eb;--nav-text-dark:#1e293b;--nav-text-gray:#64748b;--nav-white:#fff;--nav-shadow:0 4px 15px #0000000a;--nav-logo-bg:#000b33;--nav-height:160px;--nav-height-mobile:130px}.navbar-v7{background:#fff;background:var(--nav-white);box-shadow:0 4px 15px #0000000a;box-shadow:var(--nav-shadow);height:160px;height:var(--nav-height);position:sticky;top:0;z-index:2000}.nav-container-v7,.navbar-v7{align-items:center;display:flex;width:100%}.nav-container-v7{justify-content:space-between;margin:0 auto;max-width:1800px;padding:0 3%}.nav-logo-v7{align-items:center;background:#000b33;background:var(--nav-logo-bg);clip-path:polygon(-100vw 0,100% 0,90% 100%,-100vw 100%);display:flex;flex:0 0 auto;height:160px;height:var(--nav-height);margin-left:-3%;padding:0 80px 0 50px;position:relative}.nav-logo-v7:before{background:inherit;bottom:0;content:"";left:-100vw;position:absolute;right:0;top:0;z-index:-1}.nav-brand-v7{align-items:center;display:flex;text-decoration:none}.nav-logo-img{display:block;filter:contrast(110%);height:160px;margin-top:0;position:relative;transform:scale(1.13);transition:all .3s ease;width:auto;z-index:5}.nav-links-v7{display:flex;flex:1 1;gap:45px;justify-content:center;list-style:none;margin:0;padding:0}.nav-links-v7 li a{color:#64748b;color:var(--nav-text-gray);font-size:1.1rem;font-weight:700;padding:10px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links-v7 li a:hover{color:#1e293b;color:var(--nav-text-dark)}.nav-links-v7 li a.active{color:#2563eb;color:var(--nav-blue-brand);font-weight:800}.nav-links-v7 li a.active:after{background:#2563eb;background:var(--nav-blue-brand);border-radius:10px;bottom:-4px;content:"";height:3.5px;left:0;position:absolute;width:100%}.nav-actions-v7{flex:0 0 auto}.btn-v7-solid,.nav-actions-v7{align-items:center;display:flex}.btn-v7-solid{background:#2563eb;background:var(--nav-blue-brand);border-radius:14px;box-shadow:0 4px 12px #2563eb26;color:#fff!important;color:var(--nav-white)!important;font-size:1.1rem;font-weight:800;gap:12px;padding:14px 34px;text-decoration:none;transition:all .3s ease}.btn-v7-solid:hover{background:#1d4ed8;box-shadow:0 8px 20px #2563eb40;transform:translateY(-2px)}.mobile-toggle-v7{color:#2563eb;color:var(--nav-blue-brand);cursor:pointer;display:none;font-size:2rem}@media (min-width:1024px) and (max-width:1150px){.nav-logo-v7{margin-left:-3.5%;padding:0 40px 0 20px}.nav-links-v7{gap:20px}.nav-links-v7 li a{font-size:.85rem}.nav-actions-v7{gap:15px}.btn-v7-solid{font-size:.85rem;padding:10px 20px}}@media (max-width:1023px){.nav-links-v7{display:none}.mobile-toggle-v7{display:block}.nav-actions-v7{gap:20px}.nav-links-v7.active{align-items:flex-start;background:#fff;box-shadow:-10px 0 30px #0000000d;display:flex;flex-direction:column;gap:30px;height:calc(100vh - 160px);height:calc(100vh - var(--nav-height));justify-content:flex-start;padding:40px 30px;position:fixed;right:0;top:160px;top:var(--nav-height);width:320px;z-index:2001}.nav-links-v7.active li a.active:after{bottom:0;left:0}}@media (min-width:501px) and (max-width:1023px){.nav-logo-v7{margin-left:-8%;padding:0 60px 0 30px}.nav-actions-v7{margin-right:10px}.btn-v7-solid{margin-right:50px}}@media (max-width:500px){.navbar-v7{height:130px;height:var(--nav-height-mobile)}.nav-container-v7{padding:0 15px}.nav-logo-v7{clip-path:polygon(-100vw 0,100% 0,85% 100%,-100vw 100%);height:130px;height:var(--nav-height-mobile);margin-left:-20px;padding:0 40px 0 20px}.nav-logo-img{height:105px;transform:scale(1.15)}.nav-actions-v7{align-items:center;display:flex;flex-direction:row-reverse;gap:15px;margin-right:10px}.btn-v7-solid span{display:none}.btn-v7-solid{align-items:center;border-radius:50%;box-shadow:0 4px 10px #2563eb33;display:flex;height:45px;justify-content:center;margin:0;padding:10px;width:45px}.mobile-toggle-v7{color:#2563eb;color:var(--nav-blue-brand);cursor:pointer;display:block;font-size:2rem}}.lpf-hero-v2{align-items:center;background:#fff;display:flex;gap:40px;justify-content:space-between;min-height:85vh;padding:80px 8% 100px 12%}.lpf-hero-content-v2{animation:fadeInUp .8s ease-out;max-width:650px}.lpf-badge-v2{align-items:center;color:#2563eb;display:flex;font-size:.95rem;font-weight:700;gap:10px;margin-bottom:24px}.lpf-badge-dot{background:#2563eb;border-radius:50%;height:6px;width:6px}.lpf-hero-title-v2{color:#111827;font-size:4.2rem;font-weight:800;letter-spacing:-.03em;line-height:1.05;margin-bottom:24px}.lpf-hero-text-v2{color:#4b5563;font-size:1.15rem;line-height:1.6;margin-bottom:36px;max-width:520px}.lpf-hero-actions-v2{align-items:center;display:flex;gap:40px;margin-bottom:48px}.lpf-btn-primary{background:#2563eb;border:none;border-radius:100px;box-shadow:0 10px 25px #2563eb33;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:16px 40px;transition:all .3s ease}.lpf-btn-primary:hover{background:#1d4ed8;box-shadow:0 15px 35px #2563eb4d;transform:translateY(-3px)}.lpf-btn-text{align-items:center;background:#0000;border:none;color:#111827;display:flex;font-size:1.1rem;font-weight:800;gap:12px;transition:transform .2s ease}.lpf-btn-text i{color:#2563eb;font-size:1.4rem}.lpf-btn-text:hover{transform:translateX(5px)}.lpf-hero-stats-v2{display:flex;gap:56px}.lpf-stat-v2 h3{color:#111827;font-size:3.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:4px}.lpf-stat-v2 p{color:#6b7280;font-size:.9rem;font-weight:600;text-transform:capitalize}.lpf-hero-visual-v2{animation:fadeInRight 1s ease-out;display:flex;flex:1 1;justify-content:flex-end;position:relative}.lpf-phone-wrapper-v2{position:relative;width:320px}.lpf-hero-phone-v2{border:10px solid #111827;border-radius:48px;box-shadow:0 40px 100px #0000001f;height:580px;object-fit:cover;width:100%}.lpf-floating-referrals{animation:float 4s ease-in-out infinite;background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:0 30px 60px #0000001a;left:-80px;min-width:180px;padding:24px;position:absolute;top:15%;z-index:5}.lpf-fr-header{color:#111827;font-size:.85rem;font-weight:800;margin-bottom:12px}.lpf-fr-avatars{display:flex;padding-left:8px}.lpf-fr-av{align-items:center;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 10px #0000000d;color:#fff;display:flex;font-size:.75rem;font-weight:800;height:36px;justify-content:center;margin-left:-10px;width:36px}.lpf-av-1{background:#3b82f6}.lpf-av-2{background:#60a5fa}.lpf-av-3{background:#93c5fd}.lpf-av-4{background:#111827}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.lpf-hero-decor h4{font-size:.9rem;margin-bottom:12px}.lpf-decor-faces{align-items:center;display:flex}.lpf-decor-faces img{border:2px solid var(--white);border-radius:50%;height:36px;margin-left:-10px;width:36px}.lpf-decor-faces img:first-child{margin-left:0}.lpf-pubs-section{padding:40px 5% 60px;text-align:center;width:100%}.lpf-pubs-section h3{color:var(--text-muted);font-size:1.2rem;font-weight:600;margin-bottom:40px}.lpf-pubs-logos{flex-wrap:wrap;gap:80px;justify-content:center}.lpf-pub-item,.lpf-pubs-logos{align-items:center;display:flex}.lpf-pub-item{color:var(--text-main);font-size:1.2rem;font-weight:700;gap:8px;opacity:.7}.lpf-pub-item:hover{opacity:1}.lpf-pub-item i{font-size:1.5rem}.lpf-pub-1{color:#5b4dff}.lpf-pub-2{color:#08f}.lpf-pub-3{color:#1c1c1e}.lpf-pub-4{color:#06f}.lpf-pub-5{color:#00b2ff}.lpf-features-container{padding:40px 5%;position:relative;width:100%}.lpf-section-label{margin-left:9.6rem}.lpf-all-jobs-section .lpf-section-label,.lpf-job-insights-section .lpf-section-label{margin-bottom:24px}.lpf-features-header{align-items:center;display:flex;gap:40px;justify-content:space-between;margin-bottom:56px}.lpf-features-header h2{color:#111827;font-size:3.2rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-left:2rem;max-width:650px}.lpf-features-header p{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-left:-50px;margin-right:0;max-width:650px;text-align:left}.lpf-features-grid{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:1fr 1.5fr}.lpf-box{background:var(--white);border:1.5px solid #111827;border-radius:var(--radius-lg);box-shadow:0 4px 24px #00000005;padding:40px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease}.lpf-box:hover{box-shadow:0 20px 40px #00000014;transform:scale(1.03)}.lpf-large-feature{display:flex;flex-direction:column}.lpf-large-feature h3{font-size:1.8rem;font-weight:700;margin-bottom:16px}.lpf-large-feature p{color:var(--text-muted);line-height:1.6;margin-bottom:40px}.lpf-mockups-container{display:flex;gap:16px;width:100%}.lpf-mockup-inner{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 8px 24px #0000000a;flex:1 1;padding:16px}.lpf-avatar{display:flex;flex-direction:column;gap:8px}.lpf-mockup-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:.8rem;justify-content:space-between;padding:6px 0}.lpf-mockup-row span:last-child{color:var(--text-main);font-weight:600}.lpf-mockup-chart{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;margin-top:16px;padding:12px}.lpf-mockup-chart h4{color:var(--text-muted);font-size:.75rem;letter-spacing:.05em;margin-bottom:2px;text-transform:uppercase}.lpf-chart-bars{align-items:flex-end;display:flex;gap:6px;height:30px;margin-top:12px}.lpf-bar{background:#e2e8f0;border-radius:3px;flex:1 1}.lpf-bar.lpf-active{background:var(--primary)}.lpf-small-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.lpf-feature-sm{background:#fff;border:1.5px solid #111827;border-radius:var(--radius-lg);box-shadow:0 4px 24px #00000005;padding:32px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease}.lpf-feature-sm:hover{box-shadow:0 20px 40px #00000014;transform:scale(1.03)}.lpf-feature-icon{align-items:center;background:#0066ff1a;border-radius:12px;color:var(--primary);display:flex;font-size:1.5rem;height:48px;justify-content:center;margin-bottom:20px;width:48px}.lpf-feature-sm h4{font-size:1.1rem;font-weight:700;margin-bottom:12px}.lpf-feature-sm p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.lpf-featured-jobs-section{padding:40px 5%;width:100%}.lpf-fj-header{align-items:center;display:flex;justify-content:center;margin-bottom:40px;text-align:center}.lpf-fj-header h2{color:#111827;font-size:3.5rem;font-weight:800}.lpf-see-all{color:var(--primary);font-size:1rem;font-weight:600;text-decoration:none}.lpf-fj-search-bar{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:100px;box-shadow:0 12px 32px #0000000a;display:flex;margin-bottom:30px;padding:12px}.lpf-fj-input{align-items:center;display:flex;flex:1 1;gap:16px;padding:0 24px}.lpf-fj-input i{color:var(--primary);font-size:1.5rem}.lpf-fj-input span{color:var(--text-muted);font-size:.8rem}.lpf-fj-input strong{color:var(--text-main);display:block;font-size:1rem;font-weight:700;margin-top:4px}.lpf-ml-auto{color:var(--text-muted)!important;font-size:1.2rem!important;margin-left:auto}.lpf-fj-divider{background:#e5e7eb;height:40px;width:1px}.lpf-fj-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.lpf-job-card{background:#fff;border:1px solid #f3f4f6;border-radius:var(--radius-lg);box-shadow:0 4px 24px #00000008;cursor:pointer;padding:32px;transition:box-shadow .2s,transform .2s}.lpf-job-card:hover{box-shadow:0 16px 40px #00000014;transform:translateY(-4px)}.lpf-jc-top{gap:16px;margin-bottom:24px}.lpf-jc-logo,.lpf-jc-top{align-items:center;display:flex}.lpf-jc-logo{border-radius:16px;font-size:1.5rem;font-weight:700;height:56px;justify-content:center;width:56px}.lpf-jc-title h5{font-size:1.2rem;font-weight:700;margin-bottom:4px}.lpf-jc-title p{color:var(--text-muted);font-size:.95rem;font-weight:500}.lpf-jc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.lpf-jc-tags span{background:#f3f4f6;border-radius:8px;color:var(--text-main);font-size:.8rem;font-weight:600;padding:6px 12px}.lpf-jc-bottom{border-top:1px solid #f3f4f6;gap:12px;justify-content:space-between;padding-top:24px}.lpf-jc-bottom,.lpf-jc-faces{align-items:center;display:flex}.lpf-jc-faces img{border:2px solid #fff;border-radius:50%;height:36px;margin-left:-10px;width:36px}.lpf-jc-faces small{color:var(--text-muted);font-size:.85rem;font-weight:600;margin-left:12px}.lpf-jc-salary{color:var(--primary);font-size:1rem;font-weight:700}.lpf-analytics-section{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:80px 5%}.lpf-an-content h2{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:24px}.lpf-an-content p{color:var(--text-muted);font-size:1.1rem;line-height:1.6;margin-bottom:40px}.lpf-an-stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:40px}.lpf-an-stat-box{background:#fff;border:1.5px solid #111827;border-radius:12px;display:flex;flex-direction:column;justify-content:center;max-width:155px;padding:10px 12px;text-align:left;transition:transform .3s ease}.lpf-an-stat-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;width:100%}.lpf-an-stat-top i{color:var(--primary);font-size:1.4rem;opacity:.8}.lpf-an-stat-box:hover{transform:translateY(-5px)}.lpf-an-stat-box h4{color:var(--primary);font-size:1.8rem;font-weight:800;margin-bottom:0}.lpf-an-stat-box p{color:var(--text-muted);font-size:.8rem;margin-bottom:0}.lpf-an-visual-v2{background:#0f172a;border-radius:32px;box-shadow:0 40px 100px #0003;display:flex;flex-direction:column;justify-content:center;min-height:400px;overflow:hidden;padding:32px;position:relative;width:100%}.lpf-an-grid-overlay{background-image:radial-gradient(#1e293b 1.5px,#0000 0);background-size:24px 24px;inset:0;opacity:.4;position:absolute;z-index:1}.lpf-an-live-badge{align-items:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:100px;color:#22c55e;display:flex;font-size:.75rem;font-weight:800;gap:8px;padding:6px 12px;position:absolute;right:24px;top:24px;z-index:5}.lpf-live-dot{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;height:6px;width:6px}.lpf-an-dashboard-v2{display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}.lpf-an-glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:18px 24px;transition:all .4s cubic-bezier(.4,0,.2,1)}.lpf-an-glass-card:hover{background:#ffffff0f;border-color:#ffffff1f;box-shadow:0 20px 40px #0006;transform:translateY(-8px) scale(1.02)}.lpf-ang-header{gap:16px;margin-bottom:12px}.lpf-ang-header,.lpf-ang-icon{align-items:center;display:flex}.lpf-ang-icon{background:#3b82f61a;border-radius:12px;color:#3b82f6;font-size:1.3rem;height:38px;justify-content:center;width:38px}.lpf-ang-title span{color:#94a3b8;display:block;font-size:.7rem;font-weight:700;letter-spacing:.05em;margin-bottom:2px;text-transform:uppercase}.lpf-ang-title h4{color:#fff;font-size:1.1rem;font-weight:700;margin:0}.lpf-ang-trend{color:#22c55e;font-size:.8rem;font-weight:800;margin-left:auto}.lpf-an-pulse-container{background:#ffffff0d;border-radius:2px;height:2px;overflow:hidden;position:relative}.lpf-an-pulse-line{animation:sweep 2.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#3b82f6,#0000);inset:0;position:absolute}.lpf-an-scanner{background:#ffffff0d;border-radius:4px;height:4px;overflow:hidden;position:relative}.lpf-an-scan-bar{animation:scan 3s ease-in-out infinite;background:#22c55e;box-shadow:0 0 15px #22c55e80;height:100%;left:0;position:absolute;top:0;width:70%}.lpf-an-neon-funnel{align-items:center;display:flex;gap:6px}.lpf-neon-step{background:#ffffff1a;border-radius:3px;flex:1 1;height:6px}.lpf-neon-step.active{background:#a855f7;box-shadow:0 0 12px #a855f799}@keyframes sweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes scan{0%{transform:translateX(-50%)}50%{transform:translateX(50%)}to{transform:translateX(-50%)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.lpf-all-jobs-section{padding:40px 5%;width:100%}.lpf-aj-header{align-items:flex-start;display:flex;gap:180px;justify-content:flex-start;margin-bottom:60px;text-align:left}.lpf-aj-header h2{color:#111827;font-size:2.5rem;font-weight:800;line-height:1.05;margin-bottom:0;margin-left:2.5rem;max-width:700px}.lpf-aj-header p{color:var(--text-muted);font-size:1.3rem;line-height:1.6;margin-bottom:0;margin-top:8px;max-width:850px;text-align:left}.lpf-aj-search-grid{display:flex;flex-direction:column;gap:16px}.lpf-search-feature{grid-gap:60px;align-items:center;background:var(--white);border:1.5px solid #111827;border-radius:var(--radius-lg);box-shadow:0 12px 32px #00000014;display:grid;gap:60px;grid-template-columns:minmax(0,auto) minmax(0,1fr);padding:32px 32px 12px;transition:all .4s cubic-bezier(.4,0,.2,1)}.lpf-search-feature:hover{background:#fafafa;box-shadow:0 30px 60px #0000001f;transform:translateY(-10px) scale(1.015)}.lpf-search-icon-large{align-items:center;background:#0066ff1a;border-radius:16px;color:var(--primary);display:flex;font-size:1.8rem;height:60px;justify-content:center;width:60px}.lpf-search-visual{align-items:center;display:flex;flex-direction:column;gap:24px;max-width:350px;text-align:center;width:100%}.lpf-search-metrics{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.lpf-metric-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;justify-content:center;min-height:80px;padding:14px 10px;text-align:center;transition:all .3s ease}.lpf-metric-item:first-child,.lpf-metric-item:nth-child(2){grid-column:span 1}.lpf-metric-item.sm{min-height:60px;padding:10px 8px}.lpf-metric-item.sm .lpf-metric-value{color:#111827;font-size:.95rem}.lpf-metric-item.sm .lpf-metric-label{font-size:.65rem}.lpf-metric-value{color:var(--primary);display:block;font-size:1.3rem;font-weight:800;margin-bottom:2px}.lpf-metric-label{color:var(--text-muted);font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.lpf-search-details h4{align-items:center;color:#111827;display:flex;font-size:1.85rem;font-weight:800;letter-spacing:-.02em;margin-bottom:24px}.lpf-h-icon{color:var(--primary);font-size:1.3rem;margin-left:12px;opacity:.8}.lpf-search-details p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:0;overflow-wrap:break-word;width:100%}.lpf-stats-row{display:flex;flex-wrap:wrap;gap:12px}.lpf-job-insights-section{padding:40px 5%;width:100%}.lpf-ji-header{align-items:flex-start;display:flex;gap:180px;justify-content:space-between;margin-bottom:60px;text-align:left}.lpf-ji-header h2{color:#111827;font-size:2.5rem;font-weight:800;line-height:1.05;margin-left:2.5rem;max-width:700px}.lpf-ji-header p{color:var(--text-muted);font-size:1.15rem;margin-bottom:0;margin-top:8px;max-width:850px}.lpf-ji-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr}.lpf-ji-main-data{display:flex;flex-direction:column;gap:32px}.lpf-data-card{background:var(--white);border:1.5px solid #111827;border-radius:var(--radius-lg);box-shadow:0 12px 32px #00000014;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1)}.lpf-data-card:hover{box-shadow:0 30px 60px #0000001f;transform:translateY(-10px) scale(1.015)}.lpf-data-card h4{font-size:1.5rem;font-weight:700;margin-bottom:32px}.lpf-trend-list{display:flex;flex-direction:column;gap:16px}.lpf-trend-item{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;display:flex;padding:20px}.lpf-trend-indicator{align-items:center;border-radius:12px;display:flex;font-size:.9rem;font-weight:700;margin-right:20px;padding:8px 12px}.lpf-trend-indicator.lpf-up{background:#dcfce7;color:#166534}.lpf-trend-title{display:block;font-size:1rem;font-weight:700}.lpf-trend-desc{color:var(--text-muted);font-size:.9rem}.lpf-salary-grid{display:flex;flex-direction:column;gap:12px}.lpf-salary-item{align-items:center;background:#f8fafc;border-radius:12px;display:grid;grid-template-columns:1.2fr 1fr .8fr;padding:16px 20px}.lpf-salary-role{font-weight:600}.lpf-salary-range{color:var(--primary);font-weight:700;text-align:center}.lpf-salary-trend{color:#166534;font-size:.8rem;font-weight:600;text-align:right}.lpf-ji-side-data{display:flex;flex-direction:column;gap:32px}.lpf-insight-card{background:var(--white);border:1.5px solid #111827;border-radius:var(--radius-lg);box-shadow:0 12px 32px #00000014;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1)}.lpf-insight-card:hover{box-shadow:0 30px 60px #0000001f;transform:translateY(-10px) scale(1.02)}.lpf-insight-card h4{font-size:1.3rem;font-weight:700;margin-bottom:24px}.lpf-skills-cloud{display:flex;flex-wrap:wrap;gap:10px}.lpf-skill-tag{background:#f0f7ff;border-radius:100px;color:var(--primary);font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.lpf-skill-tag:hover{background:var(--primary);color:var(--white)}.lpf-forecast-list{display:flex;flex-direction:column;gap:20px}.lpf-forecast-item{align-items:center;display:flex;gap:20px}.lpf-forecast-year{background:var(--primary);border-radius:12px;color:#fff;font-size:1rem;font-weight:700;padding:10px 15px}.lpf-forecast-desc{font-size:.9rem}.lpf-pulse-list{gap:20px}.lpf-pulse-item,.lpf-pulse-list{display:flex;flex-direction:column}.lpf-pulse-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.lpf-pulse-label{color:#111827;font-size:.95rem;font-weight:700}.lpf-pulse-val{color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.lpf-pulse-bar{background:#f1f5f9;border-radius:100px;height:8px;overflow:hidden}.lpf-pulse-fill{background:var(--primary);border-radius:100px;box-shadow:0 0 10px #06f3;height:100%}@media (min-width:1600px){.lpf-hero-v2{padding:100px 10% 120px 15%}.lpf-hero-content-v2{max-width:750px}.lpf-hero-title-v2{font-size:5rem}.lpf-hero-text-v2{font-size:1.3rem;max-width:600px}.lpf-phone-wrapper-v2{width:380px}.lpf-hero-phone-v2{height:680px}.lpf-features-header h2{font-size:3.8rem;max-width:750px}.lpf-fj-header h2{font-size:4rem}.lpf-an-content h2{font-size:3.5rem}.lpf-aj-header,.lpf-ji-header{gap:200px;padding-left:2rem}.lpf-aj-header h2,.lpf-ji-header h2{font-size:3.2rem;max-width:600px}.lpf-aj-header p,.lpf-ji-header p{font-size:1.4rem;max-width:850px}}@media (min-width:1440px) and (max-width:1599px){.lpf-aj-header,.lpf-ji-header{gap:150px;padding-left:1rem}.lpf-aj-header h2,.lpf-ji-header h2{font-size:2.8rem;max-width:550px}.lpf-aj-header p,.lpf-ji-header p{font-size:1.2rem;max-width:750px}.lpf-hero-title-v2{font-size:4.5rem}}@media (max-width:1200px){.lpf-hero-v2{gap:30px;padding:70px 6% 80px 8%}.lpf-hero-title-v2{font-size:3.8rem}.lpf-stat-v2 h3{font-size:2.8rem}.lpf-features-header h2{font-size:2.5rem}.lpf-fj-header h2{font-size:2.8rem}.lpf-fj-grid{gap:25px;grid-template-columns:repeat(2,1fr)}.lpf-an-content h2{font-size:2.5rem}.lpf-an-stats-grid{gap:12px}.lpf-an-stat-box{max-width:130px}.lpf-aj-header h2,.lpf-ji-header h2{font-size:2.2rem}.lpf-aj-header p,.lpf-ji-header p{font-size:1.1rem}.lpf-aj-header,.lpf-ji-header{gap:100px}}@media (max-width:1024px){.lpf-hero-v2{flex-direction:column;gap:50px;padding:60px 5%;text-align:center}.lpf-hero-content-v2{max-width:100%;text-align:center}.lpf-hero-title-v2{font-size:3.5rem}.lpf-hero-text-v2{margin-left:auto;margin-right:auto;max-width:100%}.lpf-badge-v2,.lpf-hero-actions-v2,.lpf-hero-stats-v2,.lpf-hero-visual-v2{justify-content:center}.lpf-floating-referrals{left:-30px}.lpf-features-grid{grid-template-columns:1fr}.lpf-features-header{flex-direction:column;gap:20px;text-align:center}.lpf-features-header h2{margin-left:0}.lpf-features-header p,.lpf-section-label{margin-left:0;text-align:center}.lpf-fj-grid{grid-template-columns:repeat(2,1fr)}.lpf-analytics-section{gap:50px;grid-template-columns:1fr;text-align:center}.lpf-an-stats-grid{justify-content:center}.lpf-an-stat-box{max-width:140px}.lpf-an-stat-top{gap:8px;justify-content:center}.lpf-ji-content{grid-template-columns:1fr}.lpf-aj-header,.lpf-ji-header{align-items:center;flex-direction:column;gap:20px;text-align:center}.lpf-aj-header h2,.lpf-ji-header h2{margin-left:0;text-align:center}.lpf-aj-header p,.lpf-ji-header p{text-align:center}.lpf-search-feature{gap:40px!important;grid-template-columns:auto 1fr!important;padding:30px!important}.lpf-search-feature,.lpf-search-visual{align-items:flex-start!important;text-align:left!important}.lpf-search-visual{flex-direction:column!important;gap:24px!important}.lpf-search-details h4{justify-content:flex-start!important}.lpf-search-details p{text-align:left!important}}@media (max-width:900px){.lpf-hero-title-v2{font-size:3rem}.lpf-stat-v2 h3{font-size:2.2rem}.lpf-phone-wrapper-v2{width:280px}.lpf-hero-phone-v2{height:500px}.lpf-floating-referrals{left:-40px;transform:scale(.9)}.lpf-pubs-logos{gap:40px}.lpf-fj-search-bar{border-radius:30px;flex-wrap:wrap;gap:15px;padding:15px}.lpf-fj-input{flex-basis:calc(33% - 30px);flex-grow:1;flex-shrink:1;padding:0 15px}.lpf-fj-divider{display:none}.lpf-fj-grid{grid-template-columns:1fr;margin:0 auto;max-width:500px}.lpf-an-stats-grid{gap:15px;grid-template-columns:repeat(2,1fr);justify-items:center}.lpf-an-stat-box{max-width:180px;width:100%}.lpf-small-cards{grid-template-columns:1fr}.lpf-mockups-container{flex-direction:column}}@media (max-width:768px){.lpf-hero-v2{padding:40px 4% 50px}.lpf-hero-title-v2{font-size:2.5rem}.lpf-hero-text-v2{font-size:1rem}.lpf-hero-actions-v2{flex-direction:column;gap:20px}.lpf-hero-stats-v2{flex-wrap:wrap;gap:30px}.lpf-stat-v2{min-width:100px}.lpf-stat-v2 h3{font-size:2rem}.lpf-phone-wrapper-v2{width:240px}.lpf-hero-phone-v2{height:430px}.lpf-floating-referrals{left:-50px;top:10%;transform:scale(.8)}.lpf-pubs-section{padding:30px 4% 40px}.lpf-pubs-section h3{font-size:1rem}.lpf-pub-item{font-size:.9rem}.lpf-features-header h2{font-size:2rem}.lpf-large-feature h3{font-size:1.5rem}.lpf-box{padding:25px}.lpf-fj-header h2{font-size:2.2rem}.lpf-fj-header{flex-direction:column;gap:15px}.lpf-an-content h2{font-size:2rem}.lpf-an-content p{font-size:1rem}.lpf-an-stat-box h4{font-size:1.5rem}.lpf-an-visual-v2{min-height:350px;padding:25px}.lpf-an-glass-card{padding:15px 20px}.lpf-aj-header h2,.lpf-ji-header h2{font-size:1.8rem}.lpf-aj-header p,.lpf-ji-header p{font-size:1rem}.lpf-search-feature{align-items:stretch!important;gap:20px!important;grid-template-columns:1fr!important;padding:24px!important;text-align:left!important}.lpf-search-visual{align-items:stretch!important;flex-direction:column!important}.lpf-search-metrics{max-width:100%!important}.lpf-search-details h4{font-size:1.5rem;justify-content:flex-start!important}.lpf-search-details p{text-align:left!important}.lpf-data-card{padding:20px}.lpf-data-card h4{font-size:1.3rem}.lpf-trend-item{align-items:flex-start;flex-direction:column;gap:10px}.lpf-trend-indicator{margin-right:0}.lpf-salary-item{gap:8px;grid-template-columns:1fr}.lpf-salary-item,.lpf-salary-range,.lpf-salary-trend{text-align:center}.lpf-insight-card{padding:20px}.lpf-forecast-item{flex-direction:column;gap:10px;text-align:center}.lpf-all-jobs-section,.lpf-analytics-section,.lpf-job-insights-section{padding:40px 5%}}@media (max-width:576px){.lpf-hero-v2{padding:30px 4% 40px}.lpf-hero-title-v2{font-size:2rem}.lpf-hero-text-v2{font-size:.95rem}.lpf-btn-primary{font-size:1rem;padding:14px 30px}.lpf-btn-text{font-size:1rem}.lpf-hero-stats-v2{gap:20px}.lpf-stat-v2 h3{font-size:1.6rem}.lpf-stat-v2 p{font-size:.75rem}.lpf-phone-wrapper-v2{width:200px}.lpf-hero-phone-v2{border-width:6px;height:360px}.lpf-floating-referrals{display:none}.lpf-pubs-logos{gap:20px}.lpf-pub-item{font-size:.8rem}.lpf-pub-item i{font-size:1rem}.lpf-features-header h2{font-size:1.6rem}.lpf-features-header p{font-size:.9rem}.lpf-large-feature h3{font-size:1.3rem}.lpf-box,.lpf-feature-sm{padding:20px}.lpf-feature-icon{font-size:1.2rem;height:40px;width:40px}.lpf-fj-header h2{font-size:1.8rem}.lpf-fj-search-bar{padding:12px}.lpf-fj-input{flex:1 1 100%;padding:8px 12px}.lpf-fj-input i{font-size:1.2rem}.lpf-fj-input span{font-size:.7rem}.lpf-fj-input strong{font-size:.85rem}.lpf-job-card{padding:20px}.lpf-jc-logo{font-size:1.2rem;height:45px;width:45px}.lpf-jc-title h5{font-size:1rem}.lpf-jc-tags span{font-size:.7rem;padding:4px 8px}.lpf-an-content h2{font-size:1.6rem}.lpf-an-stats-grid{grid-template-columns:1fr}.lpf-an-stat-box{max-width:100%}.lpf-an-stat-top{justify-content:space-between}.lpf-an-visual-v2{padding:20px}.lpf-ang-header{flex-wrap:wrap}.lpf-ang-trend{margin-left:0}.lpf-aj-header h2,.lpf-ji-header h2{font-size:1.5rem}.lpf-search-details h4{flex-wrap:wrap;font-size:1.3rem;gap:10px}.lpf-metric-item{min-height:70px;padding:10px 8px}.lpf-metric-value{font-size:1rem}.lpf-trend-title{font-size:.9rem}.lpf-skill-tag,.lpf-trend-desc{font-size:.8rem}.lpf-skill-tag{padding:6px 12px}.lpf-forecast-year{font-size:.9rem;padding:6px 12px}.lpf-forecast-desc{font-size:.85rem}.lpf-all-jobs-section,.lpf-analytics-section,.lpf-job-insights-section{padding:30px 5%}}@media (max-width:400px){.lpf-all-jobs-section,.lpf-analytics-section,.lpf-job-insights-section{padding:20px 5%}.lpf-hero-title-v2{font-size:1.8rem}.lpf-stat-v2 h3{font-size:1.4rem}.lpf-phone-wrapper-v2{width:180px}.lpf-hero-phone-v2{height:320px}.lpf-pubs-logos{gap:15px}.lpf-pub-item{font-size:.7rem}.lpf-fj-header h2{font-size:1.5rem}.lpf-an-content h2{font-size:1.4rem}.lpf-aj-header h2,.lpf-ji-header h2{font-size:1.3rem}.lpf-search-details h4{font-size:1.1rem}.lpf-search-details p{font-size:.9rem}.lpf-metric-item{min-height:60px}.lpf-metric-value{font-size:.9rem}.lpf-analytics-section{padding:20px 5%}}.footer{background:#fff;border-top:1px solid #eef2f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;width:100%}.footer-container{margin:0 auto;max-width:1280px;padding:0 32px}.footer-top{border-bottom:1px solid #eef2f6;display:flex;gap:48px;justify-content:space-between;padding:32px 0 48px}.footer-brand-area{flex:0 0 280px}.brand-logo{align-items:center;display:flex;margin-bottom:16px}.footer-logo-img{display:block;filter:contrast(115%) brightness(105%);height:110px;margin-left:-30px;margin-top:10px;mix-blend-mode:darken;width:auto}.brand-tagline{color:#64748b;font-size:.95rem;font-weight:500;line-height:1.6;margin-top:-20px;position:relative;z-index:2}.social-links{gap:12px}.social-links a{align-items:center;background:#f9fafb;border-radius:50%;color:#4b5563;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.social-links a:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.footer-links-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding-top:40px;width:100%}.footer-links-group{flex:1 1 180px;min-width:150px}.footer-links-group h4{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.footer-links-group ul{list-style:none;margin:0;padding:0}.footer-links-group li{margin-bottom:12px}.footer-links-group a{color:#374151;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links-group a:hover{color:#2563eb}.app-download-text{color:#6b7280;font-size:.85rem;margin-bottom:16px}.app-buttons{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.app-store-btn{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:40px;color:#111827;display:flex;font-size:.85rem;font-weight:500;gap:10px;padding:8px 16px;text-decoration:none;transition:all .2s ease}.app-store-btn:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff!important;transform:translateY(-2px)}.app-store-btn:hover span,.app-store-btn:hover svg{color:#fff!important}.app-store-btn svg{stroke-width:1.5}.footer-bottom{padding:24px 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.footer-bottom-content p{color:#9ca3af;font-size:.8rem;margin:0}.footer-legal-links{display:flex;gap:28px}.footer-legal-links a{color:#9ca3af;font-size:.8rem;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:#2563eb}@media (min-width:1400px){.footer-container{max-width:1400px;padding:0 40px}.footer-top{gap:80px}.footer-links-container{gap:60px}.footer-brand-area{flex:0 0 320px}}@media (min-width:1200px) and (max-width:1399px){.footer-container{padding:0 40px}.footer-links-container{gap:48px}}@media (min-width:992px) and (max-width:1199px){.footer-container{padding:0 30px}.footer-top{gap:40px}.footer-links-container{gap:20px}.footer-links-group{flex:1 1 110px;min-width:110px}}@media (max-width:991px){.footer-container{padding:0 24px}.footer-top{flex-direction:column;gap:40px;padding:50px 0 40px}.footer-brand-area{flex:none;text-align:left;width:100%}.brand-logo{justify-content:flex-start}.brand-tagline{margin-left:0;margin-right:0;max-width:400px}.social-links{justify-content:flex-start}.footer-links-container{gap:30px;justify-content:space-between}.footer-links-group{flex:1 1 auto;min-width:160px}.footer-links-group h4{margin-bottom:18px}.footer-links-group li{margin-bottom:10px}}@media (max-width:767px){.footer-container{padding:0 20px}.footer-top{gap:20px;padding:30px 0 20px}.brand-logo{justify-content:center;margin-bottom:8px}.footer-logo-img{height:120px;margin:0 auto}.brand-tagline{font-size:.85rem;margin:-10px auto 12px;max-width:280px;padding:0;text-align:center}.social-links{justify-content:center;margin-bottom:12px}.social-links a{height:36px;width:36px}.footer-links-container{align-items:flex-start;flex-direction:column;gap:20px;padding-top:0!important}.footer-links-group{flex:1 1 100%;min-width:100%}.footer-links-group h4{font-size:.7rem;margin-bottom:10px}.footer-links-group a{font-size:.85rem}.app-download-text{font-size:.8rem;margin-bottom:14px}.app-store-btn{font-size:.8rem;padding:8px 14px}.footer-bottom{padding:20px 0}.footer-bottom-content{align-items:center;flex-direction:column;gap:12px;text-align:center}.footer-legal-links{flex-wrap:wrap;gap:20px;justify-content:flex-start}.footer-bottom-content p,.footer-legal-links a{font-size:.75rem}}@media (max-width:576px){.footer-container{padding:0 16px}.footer-top{gap:15px;padding:25px 0 15px}.footer-logo-img{height:110px;margin:0 auto}.brand-tagline{font-size:.8rem;margin:-10px auto 12px;text-align:center}.social-links{gap:10px}.social-links a{height:32px;width:32px}.social-links a svg{height:18px;width:18px}.footer-links-container{padding-top:0!important}.footer-links-group{flex:1 1 100%;min-width:100%}.footer-links-group h4{font-size:.65rem;margin-bottom:14px}.footer-links-group li{margin-bottom:8px}.footer-links-group a{font-size:.8rem}.app-download-text{font-size:.75rem;margin-bottom:12px}.app-buttons{flex-direction:row;flex-wrap:wrap;gap:10px}.app-store-btn{font-size:.75rem;gap:8px;padding:6px 12px}.app-store-btn svg{height:16px;width:16px}.footer-bottom{padding:18px 0}.footer-bottom-content p{font-size:.7rem}.footer-legal-links{gap:16px}.footer-legal-links a{font-size:.7rem}}@media (max-width:480px){.footer-container{padding:0 15px}.footer-top{gap:10px;padding:20px 0 10px}.footer-logo-img{height:100px;margin:0 auto}.brand-tagline{font-size:.75rem;margin:-8px auto 10px;padding:0;text-align:center}.footer-links-container{padding-top:0!important}.social-links a{height:30px;width:30px}.footer-links-group{flex:1 1 100%;min-width:auto;text-align:left}.footer-links-group h4{font-size:.7rem;margin-bottom:12px;text-align:left}.footer-links-group ul{text-align:left}.footer-links-group li{margin-bottom:8px}.app-download-text{text-align:left}.app-buttons{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start}.footer-bottom{padding:15px 0}.footer-bottom-content{gap:10px}.footer-legal-links{gap:15px}}@media (max-width:380px){.footer-container{padding:0 12px}.footer-top{gap:25px;padding:30px 0 22px}.footer-logo-img{height:80px;margin:0 auto}.brand-tagline{font-size:.7rem;margin:-8px auto 10px;text-align:center}.footer-links-container{padding-top:0!important}.social-links{gap:8px}.social-links a{height:28px;width:28px}.social-links a svg{height:16px;width:16px}.footer-links-group h4{font-size:.65rem;margin-bottom:10px}.footer-links-group a{font-size:.75rem}.app-store-btn{font-size:.7rem;padding:5px 10px}.app-store-btn svg{height:14px;width:14px}.footer-bottom{padding:12px 0}.footer-bottom-content p,.footer-legal-links a{font-size:.65rem}.footer-legal-links{gap:12px}}@media (hover:none) and (pointer:coarse){.app-store-btn,.footer-links-group a,.social-links a{-webkit-tap-highlight-color:transparent;cursor:pointer}.app-store-btn:active,.social-links a:active{transform:scale(.96);transition:transform .1s ease}.app-store-btn,.social-links a{min-height:44px}.social-links a{min-width:44px}.footer-links-group a:active{opacity:.7}}@media print{.footer{background:#fff;border:1px solid #ccc;position:relative}.app-buttons,.social-links{display:none}.footer-links-group a{color:#000;text-decoration:none}.footer-bottom{border-top:1px solid #ccc}}@media (prefers-reduced-motion:reduce){.app-store-btn,.footer-links-group a,.social-links a{transition:none}.app-store-btn:active,.app-store-btn:hover,.social-links a:active,.social-links a:hover{transform:none}}.app-store-btn,.social-links a{appearance:none}@media (max-width:991px){.footer-links-group{flex:1 1 auto}}.app-store-btn,.footer-links-group a,.social-links a{will-change:transform}:root{--primary:#06f;--primary-blue:#06f;--secondary:#ff2d55;--text-dark:#1a1a1a;--text-light:#666;--bg-white:#fff;--bg-offwhite:#f8fafc;--border:#e2e8f0;--font-main:"Outfit",sans-serif}.explore-container{background:#fff;background:var(--bg-white);color:#1a1a1a;color:var(--text-dark);font-family:Outfit,sans-serif;font-family:var(--font-main);max-width:100vw;overflow-x:hidden;width:100%}.explore-hero,.hiring-marquee-standalone,.how-it-works,.job-categories,.quick-apply-premium,.vision-mission,.why-choose-us{max-width:100vw;position:relative;width:100%}.category-container,.hero-main-container,.hiw-container,.qap-container,.vm-showcase,.wcu-container{margin:0 auto;max-width:100%;padding:0 5%;width:100%}.explore-hero{background:#fff;max-width:100vw;padding:80px 0 60px;position:relative;width:100%}.hero-main-container{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:100%;padding:0 5%;width:100%}.hero-content{flex:1 1;max-width:650px}.hero-content h1{color:#1a1a1a;color:var(--text-dark);font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:15px}.hero-content h1 span{color:#06f;color:var(--primary)}.hero-desc{color:#666;color:var(--text-light);font-family:Inter,sans-serif;font-family:var(--font-body);font-size:1.1rem;line-height:1.6;margin-bottom:40px}.hero-search{align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:100px;box-shadow:0 10px 40px #0000000f;display:flex;gap:10px;margin-top:40px;max-width:950px;padding:10px}.search-field{border-right:1px solid #e2e8f0;border-right:1px solid var(--border);display:flex;flex:1 1;flex-direction:column;padding:0 25px}.search-field:last-of-type{border-right:none}.field-inner{align-items:center;display:flex;position:relative;width:100%}.professional-input{background:#0000;border:none;color:#1a1a1a;color:var(--text-dark);font-size:1.1rem;font-weight:700;min-width:170px;outline:none;padding-right:10px;width:100%}.professional-input::placeholder{color:#1a1a1a;color:var(--text-dark);opacity:1}.field-inner i{color:#64748b;font-size:1.2rem;pointer-events:none;position:absolute;right:0}.search-field label{color:#94a3b8;font-size:.7rem;font-weight:700;margin-bottom:4px;text-transform:uppercase}.search-btn{background:#06f;background:var(--primary);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:16px 35px;transition:all .3s ease}.hero-wave{margin-top:40px;opacity:.5}.hero-visual{display:flex;flex:1 1;justify-content:center;position:relative}.visual-wrapper{height:500px;position:relative;width:500px}.image-circle-bg{background:#f1f5f9;border-radius:50%;height:420px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:420px;z-index:1}.hero-main-img{height:100%;object-fit:contain;position:relative;width:100%;z-index:2}.hero-bg-text{color:#0066ff08;font-size:8rem;font-weight:900;left:-10%;letter-spacing:-5px;top:10%;-webkit-user-select:none;user-select:none;white-space:nowrap}.hero-bg-text,.hero-blob{position:absolute;z-index:0}.hero-blob{animation:blobMove 10s infinite alternate;border-radius:50%;filter:blur(80px);opacity:.4}.hero-blob.b1{background:#0066ff26;height:300px;right:-50px;top:-50px;width:300px}.hero-blob.b2{animation-delay:-5s;background:#ff2d551a;bottom:-30px;height:250px;left:-30px;width:250px}@keyframes blobMove{0%{transform:translate(0) scale(1)}to{transform:translate(30px,40px) scale(1.1)}}.hero-visual-new{align-items:center;display:flex;flex:1.2 1;justify-content:center;position:relative}.hero-header-img{height:auto;mix-blend-mode:multiply;object-fit:contain;transform:scale(1.1) translateX(-30px);width:120%}.status-badge{align-items:center;animation:badgeFloat 4s ease-in-out infinite;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #ffffff80;border-radius:50px;box-shadow:0 15px 35px #00000014;display:flex;gap:12px;padding:10px 18px;position:absolute;z-index:4}.sb-1{animation-delay:0s;right:5%;top:15%}.sb-2{animation-delay:2s;bottom:20%;left:-5%}@keyframes badgeFloat{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-10px) translateX(5px)}}.sb-icon{align-items:center;background:#eff6ff;border-radius:50%;color:#3b82f6;display:flex;font-size:1rem;height:36px;justify-content:center;width:36px}.sb-icon.ai-scan{background:#dbeafe;color:#2563eb}.sb-icon.matching{background:#f0fdf4;color:#16a34a}.sb-content{display:flex;flex-direction:column}.sb-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.sb-val{color:#1e293b;font-size:.9rem;font-weight:800}.match-score-card{align-items:center;animation:badgeFloat 5s ease-in-out infinite;animation-delay:1s;background:#fff;border-radius:20px;bottom:35%;box-shadow:0 20px 40px #0000001a;display:flex;gap:15px;padding:15px 20px;position:absolute;right:-10%;z-index:5}.msc-ring{height:50px;position:relative;width:50px}.circular-chart{display:block;margin:0;max-width:100%}.circle-bg{fill:none;stroke:#f1f5f9;stroke-width:3}.circle{fill:none;stroke:#22c55e;stroke-width:3;stroke-linecap:round}.msc-perc{color:#22c55e;font-size:.75rem;font-weight:900;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.msc-info h4{color:#1e293b;font-size:.95rem;font-weight:800;margin:0}.msc-info p{color:#64748b;font-size:.8rem;margin:0}.hero-stats-bar{border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;margin:0 auto;padding:40px 5%;width:100%}.h-stat-item{flex:1 1;gap:20px}.h-stat-icon,.h-stat-item{align-items:center;display:flex;justify-content:center}.h-stat-icon{border-radius:14px;font-size:1.3rem;height:50px;width:50px}.h-stat-icon.yellow{background:#ffd70033;color:#856404}.h-stat-icon.blue{background:#e0f2fe;color:#0369a1}.h-stat-icon.orange{background:#ffedd5;color:#9a3412}.h-stat-icon.green{background:#dcfce7;color:#166534}.h-stat-icon.purple{background:#f3e8ff;color:#6b21a8}.h-stat-info h3{font-size:1.6rem;font-weight:800;margin:0}.h-stat-info p{color:#666;color:var(--text-light);font-size:.85rem;margin:0}.hiring-marquee-standalone{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:15px;overflow:hidden;padding:20px 0 5px}.marquee-header{margin-bottom:0;text-align:center}.marquee-title-gradient{-webkit-text-fill-color:#0000;animation:gradientFlow 5s linear infinite;background:linear-gradient(135deg,#06f,#00d1ff 50%,#06f);-webkit-background-clip:text;background-size:200% auto;font-size:2.8rem;font-weight:900;letter-spacing:-2px;margin-bottom:10px;text-transform:none}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.marquee-header p{color:#94a3b8;font-size:.9rem;font-weight:500}.marquee-container{display:flex;justify-content:flex-start;mask-image:linear-gradient(90deg,#0000,#000 15%,#000 85%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 15%,#000 85%,#0000);overflow:hidden;padding:30px 0;position:relative;width:100%}.marquee-content-logos{align-items:center;animation:scrollMarquee 35s linear infinite;display:flex;gap:30px;padding-left:30px;width:max-content}.marquee-content-logos:hover{animation-play-state:paused}.company-logo-wrapper{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:100px;box-shadow:0 10px 30px #00000005,inset 0 -3px 0 #00000005;display:flex;height:70px;justify-content:center;min-width:180px;overflow:hidden;padding:0 30px;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.company-logo-wrapper:before{background:linear-gradient(135deg,#0066ff0d,#0000);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.company-logo-wrapper:hover{border-color:#0066ff4d;box-shadow:0 15px 35px #0066ff26,inset 0 -3px 0 #06f;box-shadow:0 15px 35px #0066ff26,inset 0 -3px 0 var(--primary-blue);transform:translateY(-8px) scale(1.02)}.company-logo-wrapper:hover:before{opacity:1}.company-logo-img{filter:grayscale(100%) opacity(.5);height:auto;max-height:35px;max-width:120px;object-fit:contain;transition:all .4s ease;width:auto;z-index:1}.company-logo-wrapper:hover .company-logo-img{filter:grayscale(0) opacity(1);transform:scale(1.1)}@keyframes scrollMarquee{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 15px))}}.how-it-works{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;gap:80px;margin:0 auto;max-width:100%;overflow:hidden;padding:80px 8% 40px;position:relative;width:100%}.how-it-works:before{background:radial-gradient(circle,#0066ff0d 0,#0000 70%);border-radius:50%;content:"";height:500px;left:-5%;position:absolute;top:-20%;width:500px;z-index:0}.how-header{flex:1 1;max-width:500px;position:relative;text-align:left;z-index:1}.how-header span{background:#0066ff1a;border-radius:25px;color:#06f;color:var(--primary-blue);display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:2px;margin-bottom:20px;padding:8px 16px;text-transform:uppercase}.how-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#06f);background:linear-gradient(135deg,var(--text-dark) 0,var(--primary-blue) 100%);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1.1;margin:10px 0 15px}.how-header p{color:#666;color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:30px}.how-steps{display:flex;flex:1.2 1;flex-direction:column;gap:20px;position:relative;z-index:1}.steps-track{background:linear-gradient(180deg,#06f 0,#06f3);background:linear-gradient(to bottom,var(--primary-blue) 0,#06f3 100%);border-radius:10px;bottom:30px;left:30px;position:absolute;top:30px;width:2px}.step-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fffc;box-shadow:0 8px 25px #0000000f,0 3px 10px #0066ff14;gap:20px;padding:25px 25px 25px 35px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.step-card:hover{border-color:#06f;border-color:var(--primary-blue);box-shadow:0 15px 35px #0000001a,0 8px 20px #0066ff1f}.step-num{align-items:center;background:linear-gradient(135deg,#06f,#0052cc);background:linear-gradient(135deg,var(--primary-blue) 0,#0052cc 100%);border:3px solid #ffffffe6;border-radius:50%;box-shadow:0 6px 15px #0066ff40;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:30px;justify-content:center;left:-20px;position:absolute;width:30px}.step-icon{background:#eff6ff;border-radius:16px;box-shadow:0 5px 15px #2563eb1a;color:#2563eb!important;flex-shrink:0;font-size:1.6rem;height:55px;transition:all .3s ease;width:55px}.step-icon i{color:inherit!important;font-weight:700!important}.step-card:hover .step-icon{background:#2563eb!important;color:#fff!important;transform:scale(1.1) rotate(5deg)}.step-card:hover .step-icon i{color:#fff!important}.step-info{flex:1 1}.step-info h4{color:#1a1a1a;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:6px}.step-info p{color:#666;color:var(--text-light);font-family:Inter,sans-serif;font-family:var(--font-body);font-size:.9rem;line-height:1.5;margin:0}.subtitle{align-items:center;color:#06f;color:var(--primary-blue);display:flex;font-size:.85rem;font-weight:800;gap:15px;justify-content:center;letter-spacing:4px;margin-bottom:15px;text-transform:uppercase}.subtitle:after,.subtitle:before{background:#06f;background:var(--primary-blue);content:"";height:2px;opacity:.2;width:40px}.job-categories{background:#f8fafc;background:var(--bg-offwhite);max-width:100vw;padding:40px 20px;width:100%}.category-container{margin:0 auto;max-width:100%;width:100%}.job-categories .section-header{margin-bottom:60px;text-align:center}.glow-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#06f);background:linear-gradient(135deg,var(--text-dark) 0,var(--primary-blue) 100%);-webkit-background-clip:text;font-size:3.8rem!important;font-weight:800;letter-spacing:-1px;margin-top:20px;text-shadow:0 10px 30px #0066ff1a}.why-choose-us-ref{background:#fff;padding:40px 8% 80px}.wcur-container-ref{align-items:center;display:flex;gap:80px;margin:0 auto;max-width:1400px}.wcur-content-ref{flex:1.1 1}.wcur-top-label{color:#94a3b8;display:block;font-size:.9rem;font-weight:500;margin-bottom:10px}.wcur-main-title{color:#1a1a1a;color:var(--text-dark);font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:50px}.glow-blue{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#06f,#3b82f6);background:linear-gradient(90deg,var(--primary-blue),#3b82f6);-webkit-background-clip:text;text-shadow:0 10px 30px #06f3}.wcur-features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.wcur-feature-item{display:flex;gap:15px}.wcur-number{color:#06f;color:var(--primary-blue);font-size:2rem;font-weight:800;line-height:1;opacity:.9}.wcur-f-text h4{color:#1a1a1a;color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:8px}.wcur-f-text p{color:#64748b;font-size:.85rem;line-height:1.5;margin:0}.wcur-image-side{border-radius:24px;box-shadow:0 30px 60px #00000014;flex:0.9 1;overflow:hidden}.wcur-main-img{display:block;height:450px;object-fit:cover;width:100%}.category-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.category-card-h{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 4px 15px #00000005;cursor:pointer;display:flex;gap:20px;padding:24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card-h:hover{border-color:#06f;border-color:var(--primary-blue);box-shadow:0 20px 50px #0066ff14;transform:translateX(10px)}.cat-icon-h{align-items:center;border-radius:16px;display:flex;flex-shrink:0;font-size:2rem;height:65px;justify-content:center;width:65px}.cat-icon-h i{color:inherit!important;font-weight:700!important}.cat-icon-h.education{background:#e0f2fe;color:#0369a1}.cat-icon-h.logistics{background:#fef3c7;color:#b45309}.cat-icon-h.chef{background:#ffedd5;color:#9a3412}.cat-icon-h.healthcare{background:#f0fdf4;color:#15803d}.cat-icon-h.finance{background:#f5f3ff;color:#6d28d9}.cat-icon-h.engineering{background:#fff1f2;color:#be123c}.cat-icon-h.tech{background:#ecfeff;color:#0e7490}.cat-icon-h.marketing{background:#fdf2f8;color:#be185d}.cat-icon-h.legal{background:#f8fafc;color:#475569}.cat-details-h{flex:1 1}.cat-details-h h4{color:#1a1a1a;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:4px}.cat-details-h p{color:#666;color:var(--text-light);font-family:Inter,sans-serif;font-family:var(--font-body);font-size:.9rem;margin:0}.cat-meta-h{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.cat-count-h{background:#eff6ff;border-radius:8px;color:#06f;color:var(--primary-blue);font-size:.8rem;font-weight:800;padding:4px 12px;white-space:nowrap}.cat-arrow{color:#cbd5e1;font-size:1.2rem;transition:all .3s ease}.category-card-h:hover .cat-arrow{color:#06f;color:var(--primary-blue);transform:translateX(5px)}.vision-mission{background:linear-gradient(180deg,#fff 0,#f8fafc);max-width:100vw;padding:60px 20px;position:relative;width:100%}.vm-showcase{display:flex;flex-direction:column;gap:50px;margin:0 auto;max-width:100%;width:100%}.vm-item{align-items:center;display:flex;gap:60px;position:relative}.vm-item:nth-child(2n){flex-direction:row-reverse}.market-insights{background:#fff;padding:100px 8%}.market-insights .section-header{margin-bottom:80px;text-align:center}.insights-dashboard{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1300px}.insight-card{background:#fff;border:1px solid #f1f5f9;border-radius:30px;box-shadow:0 10px 30px #00000005;display:flex;flex-direction:column;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1)}.insight-card:hover{border-color:#06f3;box-shadow:0 40px 80px #0066ff1f;transform:translateY(-12px)}.insight-icon{align-items:center;background:#f8fafc;border-radius:18px;display:flex;font-size:2.2rem;height:60px;justify-content:center;margin-bottom:25px;width:60px}.insight-card h4{color:#1a1a1a;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:30px}.insight-data{display:flex;flex-direction:column;gap:20px;margin-bottom:35px}.data-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding-bottom:15px}.data-row span{color:#666;color:var(--text-light);font-size:1rem;font-weight:500}.data-row strong{color:#10b981;font-weight:700}.insight-chart-mini{align-items:flex-end;display:flex;gap:10px;height:80px;margin-top:auto}.bar{background:#06f;background:var(--primary-blue);border-radius:6px;flex:1 1;opacity:.15;transition:all .5s ease}.insight-card:hover .bar{background:linear-gradient(0deg,#06f,#60a5fa);background:linear-gradient(to top,var(--primary-blue),#60a5fa);opacity:1}.skills-cloud{display:flex;flex-wrap:wrap;gap:12px}.skill-tag{background:#f8fafc;border:1px solid #f1f5f9;border-radius:50px;color:#64748b;font-size:.9rem;padding:10px 20px;transition:all .3s ease}.skill-tag.hot{background:#eff6ff;border-color:#06f3;color:#06f;color:var(--primary-blue)}.skill-tag:hover{background:#06f;background:var(--primary-blue);color:#fff;transform:scale(1.05)}.geo-list{display:flex;flex-direction:column;gap:18px}.geo-item{align-items:center;background:#f8fafc;border:1px solid #0000;border-radius:16px;display:flex;gap:15px;padding:15px;transition:all .3s ease}.insight-card:hover .geo-item{background:#fff;border-color:#f1f5f9}.flag{font-size:1.4rem}.geo-item span:nth-child(2){color:#1a1a1a;color:var(--text-dark);flex:1 1;font-weight:600}.growth{background:#10b9811a;border-radius:8px;color:#10b981;font-size:.8rem;font-weight:800;padding:5px 12px;text-transform:uppercase}.vm-visual{flex:1 1;position:relative}.vm-circle{align-items:center;border-radius:50%;display:flex;font-size:3.5rem;height:200px;justify-content:center;margin:0 auto;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1);width:200px}.vision .vm-circle{background:linear-gradient(135deg,#e9d5ff,#c084fc);box-shadow:0 15px 30px #7c3aed26;color:#7c3aed}.mission .vm-circle{background:linear-gradient(135deg,#d1fae5,#6ee7b7);box-shadow:0 15px 30px #05966926;color:#059669}.vm-item:hover .vm-circle{box-shadow:0 20px 40px #00000026;transform:scale(1.05)}.vm-circle:before{animation:rotate 20s linear infinite;border:2px dashed;border-radius:50%;bottom:-10px;content:"";left:-10px;opacity:.3;position:absolute;right:-10px;top:-10px}.vm-content{flex:1.2 1}.vm-content h3{color:#1f2937;font-size:2rem;font-weight:800;margin-bottom:15px;position:relative}.vm-content h3:after{border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:60px}.vision .vm-content h3:after{background:linear-gradient(90deg,#7c3aed,#8b5cf6)}.mission .vm-content h3:after{background:linear-gradient(90deg,#059669,#10b981)}.vm-content p{color:#4b5563;font-family:Inter,sans-serif;font-family:var(--font-body);font-size:1rem;line-height:1.6;margin-bottom:20px}.vm-pillars{display:flex;flex-wrap:wrap;gap:15px}.vm-pillar{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:8px;padding:8px 15px;transition:all .3s ease}.vision .vm-pillar:hover{background:#e9d5ff;border-color:#8b5cf6;transform:translateY(-2px)}.mission .vm-pillar:hover{background:#d1fae5;border-color:#10b981;transform:translateY(-2px)}.vm-pillar-icon{border-radius:50%;flex-shrink:0;height:6px;width:6px}.vision .vm-pillar-icon{background:#7c3aed}.mission .vm-pillar-icon{background:#059669}.vm-pillar span{color:#374151;font-size:.85rem;font-weight:600}.why-choose-us{background:linear-gradient(135deg,#1e40af,#3b82f6);max-width:100vw;overflow:hidden;padding:80px 20px;width:100%}.wcu-container{max-width:100%}.wcu-content{color:#fff;text-align:center}.wcu-content span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #fff3;border-radius:50px;display:inline-block;font-size:1.2rem;font-weight:800;letter-spacing:4px;margin-bottom:30px;padding:12px 30px;text-transform:uppercase}.wcu-content h2{font-size:5rem;font-weight:900;line-height:1.1;margin-bottom:40px;text-shadow:0 10px 30px #0003}.wcu-content h2 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;background:none;border:none;display:inline;padding:0}.wcu-content p{font-size:1.5rem;font-weight:300;line-height:1.8;margin:0 auto 60px;max-width:800px;opacity:.9}.wcu-metrics{display:flex;gap:80px;justify-content:center;margin-top:60px}.metric{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;padding:40px;text-align:center;transition:all .4s ease}.metric:hover{background:#ffffff26;box-shadow:0 30px 60px #0003;transform:translateY(-10px)}.metric-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;display:block;font-size:4rem;font-weight:900;margin-bottom:10px}.metric-label{font-size:1.1rem;font-weight:600;letter-spacing:2px;opacity:.8;text-transform:uppercase}.why-choose-us{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:50px 8% 80px;position:relative}.why-choose-us:before{background:radial-gradient(circle,#0066ff14 0,#0000 70%);border-radius:50%;content:"";height:400px;position:absolute;right:-5%;top:-10%;width:400px;z-index:0}.wcu-container{margin:0 auto;position:relative;width:100%;z-index:1}.wcu-header{margin-bottom:80px;text-align:center}.wcu-header span{background:#0066ff1a;border:2px solid #06f3;border-radius:50px;color:#06f;color:var(--primary-blue);display:inline-block;font-size:1rem;font-weight:800;margin-bottom:20px;padding:8px 20px}.wcu-header h2{color:#1f2937;font-size:3.2rem;font-weight:900;line-height:1.2;margin-bottom:25px}.wcu-header p{color:#64748b;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.wcu-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.wcu-card{background:#fff;border:1px solid #fffc;border-radius:24px;box-shadow:0 10px 30px #0000000f,0 4px 15px #0066ff0a;overflow:hidden;padding:35px 30px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.wcu-card:before{background:linear-gradient(90deg,#06f,#60a5fa);background:linear-gradient(90deg,var(--primary-blue) 0,#60a5fa 100%);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.wcu-card:hover:before{transform:scaleX(1)}.wcu-card:hover{border-color:#06f;border-color:var(--primary-blue);box-shadow:0 25px 50px #0000001f,0 15px 35px #0066ff26;transform:translateY(-10px)}.wcu-icon{margin-bottom:25px}.icon-wrapper{align-items:center;background:linear-gradient(135deg,#0066ff1a,#0066ff0d);border-radius:20px;display:flex;font-size:2rem;height:70px;justify-content:center;position:relative;transition:all .3s ease;width:70px}.icon-wrapper:before{border-radius:22px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.icon-wrapper:before,.wcu-card:hover .icon-wrapper{background:linear-gradient(135deg,#06f,#60a5fa);background:linear-gradient(135deg,var(--primary-blue) 0,#60a5fa 100%)}.wcu-card:hover .icon-wrapper{transform:scale(1.1) rotate(5deg)}.wcu-card:hover .icon-wrapper span{color:#fff}.wcu-card:hover .icon-wrapper:before{opacity:1}.wcu-content h4{color:#1f2937;font-size:1.4rem;font-weight:800;margin-bottom:15px;transition:color .3s ease}.wcu-card:hover .wcu-content h4{color:#06f;color:var(--primary-blue)}.wcu-content p{color:#64748b;font-family:Inter,sans-serif;font-family:var(--font-body);font-size:.95rem;line-height:1.6;margin:0}.wcu-card:first-child .icon-wrapper{background:linear-gradient(135deg,#a855f71a,#a855f70d)}.wcu-card:first-child:hover .icon-wrapper{background:linear-gradient(135deg,#a855f7,#c084fc)}.wcu-card:first-child:before{background:linear-gradient(90deg,#a855f7,#c084fc)}.wcu-card:nth-child(2) .icon-wrapper{background:linear-gradient(135deg,#fb923c1a,#fb923c0d)}.wcu-card:nth-child(2):hover .icon-wrapper{background:linear-gradient(135deg,#fb923c,#fdba74)}.wcu-card:nth-child(2):before{background:linear-gradient(90deg,#fb923c,#fdba74)}.wcu-card:nth-child(3) .icon-wrapper{background:linear-gradient(135deg,#22c55e1a,#22c55e0d)}.wcu-card:nth-child(3):hover .icon-wrapper{background:linear-gradient(135deg,#22c55e,#4ade80)}.wcu-card:nth-child(3):before{background:linear-gradient(90deg,#22c55e,#4ade80)}.wcu-card:nth-child(4) .icon-wrapper{background:linear-gradient(135deg,#ef44441a,#ef44440d)}.wcu-card:nth-child(4):hover .icon-wrapper{background:linear-gradient(135deg,#ef4444,#f87171)}.wcu-card:nth-child(4):before{background:linear-gradient(90deg,#ef4444,#f87171)}.wcu-card:nth-child(5) .icon-wrapper{background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d)}.wcu-card:nth-child(5):hover .icon-wrapper{background:linear-gradient(135deg,#f59e0b,#fcd34d)}.wcu-card:nth-child(5):before{background:linear-gradient(90deg,#f59e0b,#fcd34d)}.wcu-card:nth-child(6) .icon-wrapper{background:linear-gradient(135deg,#0ea5e91a,#0ea5e90d)}.wcu-card:nth-child(6):hover .icon-wrapper{background:linear-gradient(135deg,#0ea5e9,#38bdf8)}.wcu-card:nth-child(6):before{background:linear-gradient(90deg,#0ea5e9,#38bdf8)}.quick-apply-premium{background:#0f172a;color:#fff;max-width:100vw;overflow:hidden;padding:60px 20px 80px;position:relative;width:100%}.qap-container{align-items:center;display:flex;gap:100px;margin:0 auto;max-width:100%;position:relative;width:100%;z-index:2}.qap-content{flex:1.2 1}.qap-badge{background:#0066ff26;border:1px solid #3b82f64d;color:#3b82f6;padding:8px 20px}.qap-content h2{font-size:3.8rem;font-weight:800;line-height:1.1;margin-bottom:25px}.qap-content h2 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;color:#06f;color:var(--primary-blue)}.qap-content p{color:#94a3b8;font-size:1.15rem;line-height:1.7;margin-bottom:45px;max-width:550px}.quick-apply-premium-new{background:linear-gradient(135deg,#06f,#001f4d);background:linear-gradient(135deg,var(--primary-blue) 0,#001f4d 100%);color:#fff;overflow:hidden;padding:60px 0;position:relative}.qap-container-new{align-items:center;display:flex;gap:60px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2%;width:100%}.qap-content-new{flex:1.2 1}.qap-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff4d;border-radius:50px;color:#fff;display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:30px;padding:10px 20px;text-transform:uppercase}.qap-content-new h2{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:25px}.qap-content-new h2 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#93c5fd);-webkit-background-clip:text;color:#fff}.qap-content-new p{color:#e2e8f0;font-size:1.2rem;line-height:1.7;margin-bottom:50px;max-width:650px}.qap-store-badges{align-items:center;display:flex;gap:20px}.store-badge{cursor:pointer;filter:brightness(.9);height:48px;transition:all .3s ease}.store-badge:hover{box-shadow:0 15px 30px #0000004d;filter:brightness(1.1);transform:translateY(-5px) scale(1.05)}.qap-visual-new{display:flex;flex:0.8 1;justify-content:center;position:relative}.iphone-frame-new{background:#000;border:10px solid #1e293b;border-radius:48px;box-shadow:0 40px 100px #000000b3,inset 0 0 20px #ffffff0d;height:620px;overflow:hidden;position:relative;width:300px;z-index:2}.iphone-frame-new:before{background:#000;border:2px solid #ffffff1a;border-radius:20px;content:"";height:28px;left:50%;position:absolute;top:15px;transform:translateX(-50%);width:90px;z-index:10}.app-mockup-img{display:block;height:100%;object-fit:cover;width:100%}.iphone-frame-new:after{background:linear-gradient(110deg,#ffffff0d,#0000 40%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:5}.qap-glow-new{background:radial-gradient(circle,#3b82f633 0,#0000 70%);height:600px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px;z-index:1}@media (max-width:1400px){.hero-content h1{font-size:3.5rem}.qap-content h2{font-size:3.2rem}.qap-content-new h2{font-size:3rem}.wcu-content h2{font-size:4rem}}@media (max-width:1200px){.hero-main-container{gap:30px}.hero-content h1{font-size:3rem}.hero-desc{font-size:1rem}.hero-search{border-radius:30px;flex-wrap:wrap;padding:20px}.search-field{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);border-right:none;padding:10px 0}.search-field:last-of-type{border-bottom:none}.search-btn{margin-top:10px;width:100%}.visual-wrapper{height:400px;width:400px}.image-circle-bg{height:340px;width:340px}.hero-stats-bar{flex-wrap:wrap;gap:20px}.h-stat-item{flex-basis:calc(33% - 20px);flex-grow:1;flex-shrink:1}.category-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.wcu-header h2,.wcur-main-title{font-size:2.8rem}.vm-content h3{font-size:1.8rem}}@media (max-width:1024px){.hero-main-container{flex-direction:column;text-align:center}.hero-content{max-width:100%;text-align:center}.hero-content h1 br{display:block}.hero-desc{margin-left:auto;margin-right:auto}.hero-search{max-width:100%}.hero-visual-new{margin-top:10px}.visual-wrapper{height:350px;width:350px}.image-circle-bg{height:300px;width:300px}.status-badge{padding:6px 12px}.sb-1{right:0;top:5%}.sb-2{bottom:10%;left:-10%}.match-score-card{bottom:25%;padding:10px 15px;right:-5%}.how-it-works{flex-direction:column;padding:60px 5%;text-align:center}.how-header{max-width:100%;text-align:center}.how-header h2{font-size:2.5rem;margin-bottom:10px}.how-steps{margin:0 auto;max-width:500px;width:100%}.steps-track{display:none}.step-card{flex-direction:column;justify-content:center;padding:20px;text-align:center}.step-num{left:50%;position:absolute;top:-15px;transform:translateX(-50%)}.step-icon{margin-bottom:10px}.vm-item,.vm-item:nth-child(2n){flex-direction:column;gap:30px;text-align:center}.vm-circle{font-size:2.5rem;height:150px;width:150px}.vm-content h3{font-size:1.8rem}.vm-content h3:after{left:50%;transform:translateX(-50%)}.vm-pillars{justify-content:center}.wcur-container-ref{flex-direction:column;gap:60px}.qap-container,.wcur-main-title,.wcur-top-label{text-align:center}.qap-container{flex-direction:column;gap:60px}.qap-content{text-align:center}.qap-content p{max-width:100%}.qap-container-new{flex-direction:column;gap:80px;text-align:center}.qap-content-new{text-align:center}.qap-content-new p{margin:0 auto 40px}.qap-store-badges{justify-content:center}.iphone-frame-new{height:540px;width:260px}.wcu-metrics{align-items:center;flex-direction:column;gap:30px}.metric{max-width:300px;width:80%}}@media (max-width:768px){.explore-container .how-header,.explore-container .section-header,.explore-container .trust-header,.explore-container .wcu-header,.explore-container p{align-items:flex-start!important;text-align:left!important}.explore-hero{padding:50px 0 40px;text-align:left}.hero-content h1{font-size:2.5rem}.hero-search{border-radius:24px;flex-direction:column}.search-field{padding:10px 0;width:100%}.field-inner{width:100%}.professional-select{font-size:1rem;white-space:normal}.search-btn{padding:14px 25px}.hero-stats-bar{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 10px;justify-content:center;padding:30px 2%}.h-stat-item{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;text-align:center;width:calc(33.333% - 10px)}.hero-visual-new{flex:1 1;margin-top:-20px}.hero-wave{margin-top:10px}.hero-header-img{transform:scale(1);width:100%}.marquee-title-gradient{font-size:2rem}.marquee-content-logos{gap:50px}.company-logo-img{height:30px}.category-grid{grid-template-columns:1fr}.category-card-h{padding:16px}.cat-icon-h{font-size:1.5rem;height:50px;width:50px}.cat-details-h h4{font-size:1.1rem;text-align:left!important}.cat-details-h p{font-size:.8rem}.cat-count-h{font-size:.7rem;padding:3px 8px}.glow-title{font-size:2.5rem!important}.how-header h2{font-size:2rem}.how-header p{font-size:.95rem}.step-info h4{font-size:1.1rem}.step-info p{font-size:.85rem}.vm-content h3{font-size:1.5rem}.vm-content p{font-size:.9rem}.vm-pillar span{font-size:.75rem}.wcur-main-title{font-size:2.2rem}.wcur-features-grid{gap:20px;grid-template-columns:1fr}.wcur-main-img{height:300px}.wcu-header h2{font-size:2.2rem}.wcu-header p{font-size:1rem}.wcu-grid{grid-template-columns:1fr}.wcu-card{padding:25px 20px}.wcu-content h4{font-size:1.2rem}.wcu-content p{font-size:.9rem}.wcu-content h2{font-size:2.5rem}.wcu-content p{font-size:1rem}.wcu-content span{font-size:.9rem;padding:8px 20px}.metric-number{font-size:3rem}.metric-label{font-size:.9rem}.qap-content h2{font-size:2.5rem}.qap-content p{font-size:1rem}.qap-content-new h2{font-size:2.2rem}.qap-content-new p{font-size:1rem}.store-badge{height:40px}.insights-dashboard{grid-template-columns:1fr}.insight-card{padding:25px}.insight-card h4{font-size:1.3rem}.market-insights{padding:60px 5%}.vision-mission{padding:40px 15px}}@media (max-width:576px){.hero-content h1{font-size:2rem}.hero-desc{font-size:.9rem;margin-bottom:25px}.hero-search{margin-top:15px}.hero-wave{margin-top:5px}.hero-visual-new{margin-top:-40px}.search-field label{font-size:.6rem}.professional-select,.search-btn{font-size:.9rem}.search-btn{padding:12px 20px}.visual-wrapper{height:280px;width:280px}.image-circle-bg{height:240px;width:240px}.hero-bg-text{font-size:4rem;left:-20%}.match-score-card,.status-badge{display:none}.hero-stats-bar{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 10px;justify-content:center;padding:40px 2%}.h-stat-item{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;text-align:center;width:calc(33.333% - 10px)}.hero-header-img{transform:scale(1.25) translateX(-25px)}.h-stat-item:nth-last-child(2){transform:translateX(17px)}.h-stat-item:last-child{transform:translateX(-17px)}.h-stat-icon{font-size:1rem;height:40px;width:40px}.h-stat-info h3{font-size:1.1rem}.h-stat-info p{font-size:.65rem}.marquee-header p{font-size:.8rem}.marquee-container{padding:20px 0}.marquee-content-logos{gap:30px}.company-logo-img{height:25px}.how-it-works{gap:30px;padding:40px 4%}.how-header span{font-size:.7rem;padding:6px 12px}.explore-container .how-header h2{font-size:1.8rem;text-align:center!important}.how-header p{font-size:.85rem}.step-card{padding:15px}.step-icon{font-size:1.3rem;height:45px;width:45px}.step-info h4{font-size:1rem}.step-info p{font-size:.8rem}.subtitle{font-size:.7rem}.subtitle:after,.subtitle:before{width:25px}.glow-title{font-size:2rem!important}.explore-container .job-categories .section-header{align-items:center!important;margin-bottom:30px;text-align:center!important}.category-card-h{flex-wrap:wrap;justify-content:center;text-align:center}.cat-meta-h{align-items:center;margin-top:10px;width:100%}.vm-circle{font-size:2rem;height:120px;width:120px}.vm-content h3{font-size:1.3rem}.vm-content p{font-size:.85rem}.vm-pillars{gap:10px}.vm-pillar{padding:6px 12px}.vm-pillar span{font-size:.7rem}.wcur-main-title{font-size:1.8rem}.wcur-feature-item{align-items:center;flex-direction:column;text-align:center}.wcur-number{font-size:1.5rem}.wcur-f-text h4{font-size:1rem}.wcur-f-text p{font-size:.8rem}.wcur-main-img{height:220px}.wcu-header h2{font-size:1.8rem}.wcu-header p{font-size:.9rem}.wcu-header span{font-size:.8rem}.wcu-card{padding:20px 15px}.icon-wrapper{font-size:1.5rem;height:55px;width:55px}.wcu-content h4{font-size:1.1rem}.wcu-content p{font-size:.85rem}.wcu-content h2{font-size:2rem}.wcu-content p{font-size:.9rem}.metric{padding:25px}.metric-number{font-size:2.5rem}.metric-label{font-size:.8rem}.qap-content h2{font-size:2rem}.qap-content p{font-size:.9rem}.qap-badge{font-size:.75rem;padding:6px 15px}.qap-content-new h2{font-size:1.8rem}.qap-content-new p{font-size:.9rem}.qap-store-badges{gap:12px}.store-badge{height:35px}.iphone-frame-new{height:460px;width:220px}.insight-card h4{font-size:1.2rem}.data-row span,.data-row strong{font-size:.85rem}.skill-tag{font-size:.8rem;padding:6px 12px}.geo-item{padding:10px}.flag{font-size:1.2rem}.growth{font-size:.7rem;padding:3px 8px}}@media (max-width:375px){.hero-content h1{font-size:1.8rem}.visual-wrapper{height:240px;width:240px}.image-circle-bg{height:200px;width:200px}.how-header h2{font-size:1.5rem}.glow-title{font-size:1.8rem!important}.vm-circle{font-size:1.8rem;height:100px;width:100px}.wcu-header h2,.wcur-main-title{font-size:1.5rem}.qap-content h2,.wcu-content h2{font-size:1.8rem}.qap-content-new h2{font-size:1.5rem}.iphone-frame-new{height:420px;width:200px}.store-badge{height:30px}}@media (hover:none) and (pointer:coarse){.category-card-h,.insight-card,.search-btn,.step-card,.store-badge,.wcu-card{-webkit-tap-highlight-color:transparent;cursor:pointer}.category-card-h:active,.step-card:active,.wcu-card:active{transform:scale(.98);transition:transform .1s ease}.search-btn,.store-badge,button{min-height:44px}}@media print{.hero-search,.hiring-marquee-standalone,.match-score-card,.quick-apply-premium,.quick-apply-premium-new,.search-btn,.status-badge,.store-badge{display:none}.explore-hero,.how-it-works,.job-categories,.vision-mission,.why-choose-us{break-inside:avoid;page-break-inside:avoid}.hero-content h1{font-size:24pt}.insight-card,.wcu-card{border:1px solid #ccc;box-shadow:none}}:root{--secondary:#facc15;--bg-dark:#1a1b21;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif}*{margin:0;padding:0}body{background:#fff;font-family:Inter,sans-serif;font-family:var(--font-body)}.navbar{padding:1.25rem 6%}.nav-logo{font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:1.4rem;font-weight:700;gap:.5rem;width:250px}.logo-icon,.nav-logo{align-items:center;display:flex}.logo-icon{background:#3b44f6;border-radius:8px;color:#fff;height:35px;justify-content:center;width:35px}.nav-links{gap:2rem;list-style:none}.nav-links a{color:#6b7280;font-size:.9rem;text-decoration:none}.nav-actions{display:flex;justify-content:flex-end;width:250px}.btn-pill{background:#3b44f6;background:var(--primary);border:none;border-radius:9999px;color:#fff;font-size:.85rem;font-weight:600;padding:.65rem 1.75rem}.hero{align-items:center!important;background-color:#f9fafb;background-image:linear-gradient(#e5e7eb 1px,#0000 0),linear-gradient(90deg,#e5e7eb 1px,#0000 0);background-position:top;background-size:50px 50px;display:flex!important;flex-direction:column!important;min-height:850px;overflow:hidden;padding:4rem 6% 0;text-align:center}.hero,.hero-content-top{position:relative;width:100%}.hero-content-top{margin:0 auto;max-width:1600px;min-height:250px;z-index:10}.sub-headline-container{align-items:center;display:flex;flex-direction:column;gap:12px;margin-bottom:1.5rem}.headline-divider{background:#facc15;height:2px;width:35px}.sub-headline{color:#92400e;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.main-headline{color:#111827;font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:4.5rem;font-weight:800;line-height:1.1;text-align:center}.highlight-underline{display:inline-block;position:relative}.highlight-underline:after{background:#3b44f6;background:var(--primary);border-radius:4px;bottom:-6px;content:"";height:6px;left:0;position:absolute;width:100%}.hero-visual-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin:-35px auto 0;max-width:1700px;min-height:450px;padding-bottom:50px;position:relative;width:100%}.social-proof-float{left:0;position:absolute;text-align:left;top:100px;z-index:20}.social-proof-float h3{color:#111827;font-size:2rem;font-weight:800;margin-bottom:4px}.social-proof-float p{color:#6b7280;font-size:1rem;margin-bottom:1rem}.avatar-group{align-items:center}.avatar{border:3px solid #fff;object-fit:cover}.avatar,.avatar-plus{height:44px;width:44px}.avatar-plus{align-items:center;background:#3b44f6;border:3px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:700;justify-content:center;margin-left:-12px}.trust-badge-float{position:absolute;right:0;top:100px;z-index:20}.badge-circle{animation:rotate 20s linear infinite;border:2px dashed #3b44f6;border:2px dashed var(--primary);border-radius:50%;height:110px;padding:5px;width:110px}.badge-circle,.badge-inner{align-items:center;display:flex;justify-content:center}.badge-inner{background:#fff;border-radius:50%;box-shadow:0 10px 20px #0000001a;color:#3b44f6;color:var(--primary);flex-direction:column;height:100%;padding:10px;text-align:center;width:100%}.badge-inner i{font-size:1.5rem;margin-bottom:2px}.badge-inner span{font-size:.6rem;font-weight:800;line-height:1}.badge-inner small{color:#6b7280;font-size:.5rem;font-weight:600}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.phones-display{align-items:flex-end;display:flex;gap:50px;justify-content:center;position:relative;width:100%;z-index:15}.phone-wrapper{position:relative;transition:all .5s ease}.p-left-wrap{transform:translateY(20px) rotate(-5deg);z-index:10}.p-right-wrap{transform:translateY(20px) rotate(5deg);z-index:10}.p-center-wrap{transform:translateY(0);z-index:30}.phone-mock{background:#000;border:12px solid #111827;border-radius:40px;box-shadow:0 40px 80px #00000026;height:auto;transition:transform .3s ease;width:280px}.p-side{opacity:.95;width:240px}.p-center{width:310px}.dark-section{background:#1a1b21;background:var(--bg-dark);border-radius:60px 60px 0 0;border-radius:50px 50px 0 0;color:#fff;margin-top:-80px;margin-top:0;padding:120px 6% 80px;padding:60px 6% 80px;position:relative;z-index:40;z-index:110}.dark-grid{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.cta-title{font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:2.8rem;font-weight:700;line-height:1.2}.yellow{color:#facc15;color:var(--secondary)}.stats-row{border-top:1px solid #ffffff0d;display:flex;gap:3rem;margin-top:3rem;padding-top:2rem}.stat-item h4{font-size:1.5rem;font-weight:800}.stat-item p{color:#6b7280;font-size:.8rem}.cards-flex{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end}.card{background:#25262c;border-radius:24px;display:flex;flex:1 1;flex-direction:column;min-height:100%;padding:1.5rem}.card-header{display:flex;justify-content:center;margin-bottom:1rem}.card-icon{background:#ffffff0d;border-radius:50%;height:45px;width:45px}.btn-blue{background:#3b44f6;background:var(--primary);border:none;border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;margin-bottom:1.5rem;padding:.6rem 1.2rem}.card-footer{align-items:center;display:flex;justify-content:center;margin-top:auto;padding-top:1rem}.qr{background:#fff;border-radius:8px;height:65px;padding:5px;width:65px}.logo-cir{align-items:center;background:#000;border-radius:50%;display:flex;height:45px;justify-content:center;width:45px}.features-section{background:#f8fafc;padding:6rem 6% 4rem}.features-top{align-items:flex-start;display:flex;gap:18rem;justify-content:space-between;margin-bottom:1rem}.features-desc,.features-header{text-align:left}.features-desc{flex:1 1;margin-left:auto;padding-top:1rem}.features-section-new{background:#f8fafc;padding:0 0 4rem;position:relative}.features-dark-banner{background:#0f172a;color:#fff;padding:6rem 6% 16rem}.banner-content{align-items:center;display:flex;gap:8rem;justify-content:flex-start;margin:0 auto;max-width:1400px}.banner-desc-top{max-width:500px;opacity:.8}.banner-desc-top p{font-size:1.1rem;line-height:1.8;margin:0}.badge-mini{align-items:center;color:#8b5cf6;display:flex;font-size:.9rem;gap:.8rem;letter-spacing:2px;margin-bottom:1.5rem;text-transform:uppercase}.badge-mini .dot{background:#8b5cf6;border-radius:50%;display:inline-block;height:8px;width:8px}.banner-text h2{font-size:3rem;font-weight:800;line-height:1.2;margin:0}.highlight-text{color:#8b5cf6}.btn-view-all{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:1rem;margin-top:2rem;padding:1rem 2rem;transition:all .3s ease}.btn-view-all:hover{background:#4f46e5;transform:translateY(-3px)}.marquee-container-new{margin-top:-15rem;overflow:hidden;position:relative;width:100%;z-index:10}.marquee-content-new{animation:marquee-new 25s linear infinite;display:flex;gap:2.5rem;padding:2rem 0;width:max-content}@keyframes marquee-new{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.service-card-v2{background:#fff;border-radius:20px;box-shadow:0 20px 50px #0000001a;flex-shrink:0;margin-top:3rem;padding:0;position:relative;transition:all .4s ease;width:350px}.service-icon-floating{align-items:center;border:5px solid #fff;border-radius:50%;box-shadow:0 10px 20px #0003;display:flex;height:80px;justify-content:center;left:30px;position:absolute;top:-40px;width:80px;z-index:2}.service-card-body{padding:4rem 2rem 2.5rem;text-align:left}.service-card-body h3{color:#1e293b;font-size:1.6rem;font-weight:800;margin-bottom:1rem}.service-card-body p{color:#64748b;font-size:.95rem;height:auto;line-height:1.7;margin-bottom:0}.btn-read-more{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:700;gap:.8rem;padding:.8rem 1.8rem;transition:all .3s ease}.btn-read-more:hover{filter:brightness(1.1);transform:scale(1.05)}.search-today-section{background:#fff;margin-top:-60px;padding:3rem 6%}.search-today-top{align-items:flex-start;display:flex;gap:18rem;justify-content:space-between;margin-bottom:1rem}.search-today-desc{flex:1 1;margin-left:auto;padding-top:1rem;text-align:left}:root{--primary:#3b44f6}.search-today-header h4{color:#3b44f6;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.search-today-header h2{font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:3rem;font-weight:800;margin-bottom:0}.search-visual{margin:0 auto;max-width:1400px;position:relative}.main-search-img{border-radius:30px;height:400px;object-fit:cover;width:100%}.vision-mission-cards{bottom:-40px;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);width:90%}.vm-card{border-radius:20px;color:#fff;flex:1 1;padding:2.5rem;text-align:left}.card-blue{background:#3b44f6}.card-pink{background:#ec4899}.card-orange{background:linear-gradient(135deg,#f97316,#f59e0b)}.vm-card h3{font-size:1.5rem;margin-bottom:1rem}.vm-card p{font-size:.9rem;line-height:1.6;opacity:.9}.search-stats{display:flex;gap:5rem;justify-content:center;margin-top:8rem}.search-stat h3{color:#111827;font-size:2.5rem;font-weight:800}.search-stat p{color:#64748b;font-weight:500}.expertise-section{background:#f8fafc;padding:3rem 6%}.expertise-top{align-items:flex-start;display:flex;gap:18rem;justify-content:space-between;margin-bottom:1rem}.expertise-desc{flex:1 1;margin-left:auto;padding-top:1rem;text-align:left}.expertise-header h4{color:#3b44f6;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.expertise-header h2{font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:3rem;font-weight:800;margin-bottom:0}.expertise-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr;margin-top:2rem}.expertise-card{background:#fff;border:8px solid #f8fafc;border-radius:40px;box-shadow:0 30px 60px #00000014;padding:2rem;text-align:left;transition:all .5s cubic-bezier(.19,1,.22,1)}.expertise-card:hover{border-color:#3b44f633;box-shadow:0 40px 80px #3b44f626;transform:translateY(-12px)}.expertise-img-wrapper{border-radius:20px;height:280px;margin-bottom:2rem;overflow:hidden;width:100%}.expertise-img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.expertise-card:hover .expertise-img{transform:scale(1.05)}.expertise-card h3{font-size:1.8rem;font-weight:800;margin-bottom:1rem}.expertise-card p{color:#64748b;line-height:1.6;margin-bottom:2rem}.btn-learn-more{background:#f1f5f9;border:none;border-radius:12px;color:#1e1b4b;cursor:pointer;font-weight:700;padding:.8rem 2rem;transition:all .3s ease}.btn-learn-more:hover{background:#e2e8f0}.main-footer{background:#0f172a;color:#fff;padding:6rem 8% 3rem}.footer-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:4rem}.footer-col h4{color:#fff;font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:1.1rem;font-weight:700;margin-bottom:2rem}.footer-col p{color:#94a3b8;font-size:.95rem;line-height:1.8}.footer-logo{align-items:center;color:#fff;display:flex;font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:1rem;list-style:none}.footer-links a{color:#94a3b8;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3b44f6}.footer-bottom{align-items:center;border-top:1px solid #ffffff0d;color:#64748b;font-size:.9rem;justify-content:space-between;padding-top:3rem}.social-links{display:flex;gap:1.5rem}.social-icon{align-items:center;background:#ffffff0d;border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon:hover{background:#3b44f6;transform:translateY(-5px)}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:2rem;text-align:center}}.steps-section{grid-gap:5rem;align-items:center;background:#f8fafc;display:grid;gap:5rem;grid-template-columns:.8fr 1.2fr;padding:3rem 6%}.steps-left h4{color:#3b44f6;color:var(--primary);font-size:.9rem;font-weight:700;margin-bottom:1rem}.steps-left h2{font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.steps-left .blue-text{border-bottom:4px solid #3b44f6;border-bottom:4px solid var(--primary);color:#3b44f6;color:var(--primary)}.steps-list{display:flex;flex-direction:column;gap:2rem}.step-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000008;display:flex;gap:1.5rem;padding:1.5rem 2rem;transition:transform .3s ease}.step-card:hover{transform:translateX(10px)}.step-icon{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:1.2rem;height:50px;justify-content:center;width:50px}.icon-pink{background:#f472b6}.icon-blue{background:#3b82f6}.icon-yellow{background:#fbbf24}.step-info h3{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.step-info p{color:#64748b;font-size:.85rem}.jobs-section{background:#fff;padding:3rem 6%}.jobs-top{align-items:flex-start;display:flex;gap:18rem;justify-content:space-between;margin-bottom:1rem}.jobs-desc{flex:1 1;margin-left:auto;padding-top:1rem;text-align:left}.jobs-grid-v4{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);justify-items:center;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1500px}.job-card-v4{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 10px 30px #0000000a;display:flex;flex-direction:column;max-width:330px;overflow:hidden;padding:0;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.jc-content-v4{display:flex;flex:1 1;flex-direction:column;padding:1.8rem}.job-card-v4:hover{border-color:#3b44f6;box-shadow:0 20px 60px #3b44f614;transform:translateY(-8px)}.jc-top-v4{align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.jc-icon-v4,.jc-top-v4{display:flex;position:relative}.jc-icon-v4{align-items:center;background:#eff6ff;border-radius:50%;color:#3b44f6;font-size:1.8rem;height:70px;justify-content:center;width:70px;z-index:2}.jc-status-v4{align-items:center;color:#166534;display:flex;font-size:.85rem;font-weight:600;gap:20px;padding-top:15px;transform:translateX(4px)}.status-dot{background:#22c55e;border-radius:50%;height:8px;width:8px}.jc-body-v4{flex:1 1;text-align:left}.jc-company-v4{color:#3b44f6;display:block;font-size:.9rem;font-weight:700;margin-bottom:.4rem}.jc-title-v4{color:#0f172a;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:.8rem}.jc-meta-v4{color:#64748b;display:flex;font-size:.85rem;gap:1rem;margin-bottom:1.5rem}.jc-meta-v4 span{align-items:center;display:flex;gap:4px}.jc-meta-v4 i{color:#94a3b8}.jc-desc-v4{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#475569;display:-webkit-box;font-size:.88rem;line-height:1.6;margin-bottom:1.8rem;overflow:hidden}.jc-footer-v4{align-items:center;background:#f0f4ff;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:auto;padding:1.2rem 1.4rem;width:100%}.jc-salary-v4{text-align:left}.jc-salary-v4 small{color:#3b44f6;display:block;font-size:.65rem;font-weight:800;letter-spacing:.5px;margin-bottom:2px;text-transform:uppercase}.jc-salary-v4 h4{color:#0f172a;font-size:1.3rem;font-weight:800;margin:0}.jc-apply-v4{align-items:center;background:#3b44f6;border:none;border-radius:50%;box-shadow:0 4px 12px #3b44f64d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.jc-apply-v4:hover{background:#2563eb;transform:scale(1.1)}@media (max-width:1200px){.jobs-grid-v4{grid-template-columns:repeat(2,1fr);padding:0 2rem}}@media (max-width:768px){.jobs-grid-v4{gap:2rem;grid-template-columns:1fr}.jc-title-v4{font-size:1.5rem}}@media (max-width:480px){.job-card-v4{max-width:100%}.jc-content-v4{padding:1.2rem}.jc-top-v4{margin-bottom:1rem}.jc-icon-v4{font-size:1.5rem;height:55px;width:55px}.jc-status-v4{padding-top:5px}.jc-title-v4{font-size:1.3rem;margin-bottom:.5rem}.jc-meta-v4{gap:.8rem;margin-bottom:.6rem}.jc-desc-v4{-webkit-line-clamp:2;margin-bottom:1rem}.jc-footer-v4{padding:1rem 1.2rem}.jc-salary-v4 h4{font-size:1.1rem}.jc-apply-v4{height:42px;width:42px}}.tips-carousel-section{background:#f8fafc;padding:3rem 6%}.tips-header{margin-bottom:3rem;text-align:left}.insights-top,.tips-top{align-items:flex-start;display:flex;gap:18rem;justify-content:space-between;margin-bottom:1rem}.insights-desc,.tips-desc{flex:1 1;margin-left:auto;padding-top:1rem;text-align:left}.carousel-container{margin:0 auto;max-width:1400px;position:relative}.carousel-viewport{border-radius:16px;overflow:hidden;width:100%}.carousel-track{display:flex;transition:transform .6s cubic-bezier(.25,1,.5,1);width:100%}.carousel-page{display:flex;flex:0 0 100%;gap:2rem;padding:0 1rem}.carousel-item{flex:1 1;opacity:1;pointer-events:auto;position:relative}.tip-category{background:#fff;border-left:8px solid #3b44f6;border-left:8px solid var(--primary);border-radius:24px;box-shadow:0 15px 35px #0000000d;height:100%;padding:2.5rem}.tip-category h3{align-items:center;color:#1e293b;display:flex;font-size:1.8rem;font-weight:700;gap:.5rem;margin-bottom:2rem}.tip-category h3:before{background:#3b44f6;background:var(--primary);border-radius:50%;content:"";height:10px;width:10px}.tips-list{list-style:none;padding:0}.tips-list li{border-bottom:1px solid #f1f5f9;color:#475569;font-size:1.1rem;line-height:1.7;padding:1rem 0 1rem 2rem;position:relative}.tips-list li:before{color:#3b44f6;color:var(--primary);content:">";font-size:1.2rem;font-weight:700;left:0;position:absolute}.tips-list li:last-child{border-bottom:none}.carousel-btn{align-items:center;background:#fff;border:2px solid #3b44f6;border:2px solid var(--primary);border-radius:12px;box-shadow:0 10px 20px #0000000d;color:#3b44f6;color:var(--primary);cursor:pointer;display:flex;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:60px;z-index:10}.carousel-btn:hover{background:#3b44f6;background:var(--primary);color:#fff;transform:translateY(-50%) rotate(1turn) scale(1.1)}.prev-btn{left:-80px}.next-btn{right:-80px}.carousel-dots{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.dot{background:#cbd5e1;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#3b44f6;background:var(--primary);transform:scale(1.2)}.resources-header{margin-bottom:4rem;text-align:center}.resources-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1600px}@media (min-width:1400px){.search-today-section{margin-top:30px;padding-top:50px}.banner-content,.expertise-top,.insights-top,.jobs-top,.search-today-top,.steps-section,.tips-top{align-items:flex-start!important;flex-direction:row!important;gap:10rem!important;justify-content:space-between!important;margin:0 auto 3rem!important;max-width:1600px!important;padding-left:calc(6% + 10px)!important}.expertise-header,.insights-header,.jobs-header,.search-today-header,.tips-header{flex:1 1!important;text-align:left!important}.expertise-desc,.insights-desc,.jobs-desc,.search-today-desc,.tips-desc{display:block!important;flex:1 1!important;max-width:600px!important;text-align:left!important}.expertise-desc p,.insights-desc p,.jobs-desc p,.search-today-desc p,.tips-desc p{margin:0!important;text-align:left!important}}.resource-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.resource-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.resource-icon{align-items:center;border-radius:16px;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.icon-blue{background:linear-gradient(135deg,#3b44f6,#2563eb)}.icon-pink{background:linear-gradient(135deg,#ec4899,#db2777)}.icon-yellow{background:linear-gradient(135deg,#f59e0b,#d97706)}.resource-card h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.resource-card p{color:#64748b;line-height:1.6;margin-bottom:2rem}.btn-resource{background:#3b44f6;background:var(--primary);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.btn-resource:hover{background:#2563eb;transform:scale(1.05)}.insights-section{background:#fff;padding:3rem 6%}.insights-header{margin-bottom:4rem;text-align:left}.insights-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1600px}.insight-card{background:#f8fafc;border-left:8px solid #3b44f6;border-left:8px solid var(--primary);border-radius:16px;margin-bottom:2rem;padding:2rem}.insight-stat{align-items:center;display:flex;gap:1.2rem;margin-bottom:.5rem}.insight-stat h3{color:#3b44f6;color:var(--primary);font-size:3rem;font-weight:800;margin-bottom:0}.insight-stat p{color:#64748b;font-weight:600;margin-bottom:0;padding-top:.5rem}.insight-detail p{color:#475569;line-height:1.6}.trending-topics{background:#f8fafc;border-radius:16px;margin-bottom:2rem;padding:2rem}.trending-topics h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:#3b44f6;background:var(--primary);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.market-trends{background:#f8fafc;border-radius:16px;padding:2rem}.market-trends h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.trends-list{list-style:none}.trends-list li{border-bottom:1px solid #e2e8f0;color:#475569;padding:.8rem 0 .8rem 1.5rem;position:relative}.trends-list li:before{color:#3b44f6;color:var(--primary);content:">";font-weight:700;left:0;position:absolute}.trends-list li:last-child{border-bottom:none}.testimonials-section{background:#f8fafc;padding:60px 8%;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.testimonial-card{background:#fff;border-radius:24px;box-shadow:0 10px 30px #00000005;padding:2.5rem;text-align:left}.testimonial-user{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.user-avatar{border-radius:50%;height:50px;object-fit:cover;width:50px}.user-info h4{font-size:1.1rem;font-weight:700}.user-info p{color:#64748b;font-size:.8rem}.testimonial-text{color:#475569;font-size:.95rem;line-height:1.6}.trusted-by{border-top:1px solid #0000000d;margin-top:3rem;padding-top:2rem}.partner-logos{align-items:center;display:flex;flex-wrap:wrap;gap:2.5rem;opacity:.6}.p-logo{color:#1e293b;font-family:Outfit,sans-serif;font-family:var(--font-heading);font-size:1.2rem;font-weight:700}@media (max-width:1024px){.main-headline{font-size:3rem;margin-bottom:-40px}.hero-wrapper{height:400px}.dark-grid,.expertise-grid,.insights-content,.steps-section{gap:2rem}.cta-title{font-size:2.2rem}.features-header h2{font-size:2.5rem;margin-left:0;min-width:auto}.search-stats{gap:2rem}.vm-card{padding:1.5rem}.carousel-btn{height:45px;width:45px}.prev-btn{left:-20px}.next-btn{right:-20px}.cards-flex{justify-content:center}.banner-desc-top,.expertise-desc,.insights-desc,.jobs-desc,.search-today-desc,.tips-desc{display:flex;justify-content:center;margin-left:0!important;margin-right:0!important;max-width:100%;text-align:center}.expertise-desc p,.insights-desc p,.jobs-desc p,.search-today-desc p,.tips-desc p{margin:0 auto}.expertise-header,.insights-header,.jobs-header,.search-today-header,.tips-header{margin-bottom:0!important;text-align:center;width:100%}.expertise-section,.insights-section,.jobs-section,.search-today-section{padding:1.5rem 6%}.expertise-top,.insights-top,.jobs-top,.search-today-top,.tips-top{align-items:center;flex-direction:column;gap:.2rem;margin-bottom:1.5rem!important;text-align:center}.expertise-desc p,.expertise-header h2,.expertise-header h4,.insights-desc p,.insights-header h2,.insights-header h4,.jobs-desc p,.jobs-header h2,.jobs-header h4,.search-today-desc p,.search-today-header h2,.search-today-header h4,.tips-desc p,.tips-header h2,.tips-header h4{margin:0!important}.banner-text h2{font-size:2.2rem}}.mobile-break{display:none}@media (max-width:768px){.hero{min-height:auto;padding:2rem 4% 0}.main-headline{font-size:2rem;line-height:1.15;margin-bottom:16px}.hero-content-top{min-height:auto}.hero-visual-wrapper{margin-top:0;min-height:auto;padding-bottom:0}.social-proof-float,.trust-badge-float{display:none}.avatar-group{justify-content:center}.phones-display{align-items:flex-end;gap:8px;padding-bottom:0}.phone-mock{border-radius:22px;border-width:7px}.p-side{opacity:.9;width:90px}.p-center{width:120px}.p-left-wrap{transform:translateY(10px) rotate(-4deg)}.p-right-wrap{transform:translateY(10px) rotate(4deg)}.dark-section{border-radius:28px 28px 0 0;margin-top:1rem;padding:36px 5% 50px}.dark-grid{grid-template-columns:1fr;text-align:center}.cta-left p{min-width:auto!important}.stats-row{gap:1.5rem}.cards-flex,.stats-row{justify-content:center}.steps-section{gap:3rem;grid-template-columns:1fr;text-align:center}.steps-left h2{font-size:2.2rem}.steps-left p{margin:0 auto}.step-card{flex-direction:column;text-align:center}.search-today-header h2{font-size:2rem}.mobile-break{display:block}.main-search-img{height:250px}.vision-mission-cards{flex-direction:column;margin-top:1rem;position:static;transform:none;width:100%}.search-stats{flex-direction:column;gap:2rem;margin-top:3rem}.expertise-header h2{font-size:2rem}.expertise-grid{grid-template-columns:1fr}.expertise-card{padding:1.5rem}.expertise-card h3{font-size:1.3rem}.jobs-header h2{font-size:2.2rem!important;line-height:1.2!important}.jobs-grid{grid-template-columns:1fr;margin-top:1.5rem}.job-card-top{gap:1.5rem}.job-card-footer{gap:1rem}.job-card{padding:1.5rem}.job-card h3{font-size:1.25rem}.job-meta{flex-wrap:wrap;gap:.8rem}.tips-header h2{font-size:2.5rem!important}.carousel-page{flex-direction:column}.tip-category{height:auto;padding:1.5rem}.carousel-container{padding-bottom:5rem}.next-btn,.prev-btn{bottom:0;display:flex;top:auto;transform:none}.prev-btn{left:calc(50% - 40px)}.next-btn{right:calc(50% - 40px)}.insights-header h2{font-size:2rem}.insights-content{grid-template-columns:1fr}.features-header h2{font-size:2rem}.expertise-header,.insights-header,.jobs-header,.search-today-header,.tips-header{margin-bottom:1.5rem!important}.expertise-top,.insights-top,.jobs-top,.search-today-top,.tips-top{align-items:center!important;flex-direction:column!important;gap:.5rem!important;margin-bottom:1rem!important;text-align:center!important}.expertise-header,.insights-header,.jobs-header,.search-today-header,.tips-header{margin-bottom:0!important;text-align:center!important;width:100%}.expertise-header h2,.insights-header h2,.jobs-header h2,.search-today-header h2,.tips-header h2{margin-bottom:0!important;text-align:center!important}.expertise-desc,.insights-desc,.jobs-desc,.search-today-desc,.tips-desc{margin:0 auto!important;max-width:100%!important;text-align:center!important}.expertise-desc p,.insights-desc p,.jobs-desc p,.search-today-desc p,.tips-desc p{margin:0 auto!important;text-align:center!important}.marquee-content .feature-card{width:280px}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.banner-content{flex-direction:column!important;gap:2rem;padding:0;text-align:center!important}.banner-text{align-items:center;display:flex;flex-direction:column;text-align:center!important;width:100%}.badge-mini{justify-content:center}.banner-text h2{font-size:1.8rem;text-align:center!important}.banner-desc-top p{font-size:1rem}.service-card-v2{width:300px}.marquee-content-new{animation:marquee-new 30s linear infinite!important;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;max-width:none!important;width:max-content!important;will-change:transform}.search-today-top{gap:.5rem}.search-today-header h2{font-size:2.2rem}.vision-mission-cards{align-items:center!important;bottom:0!important;display:flex!important;flex-direction:column!important;gap:1.5rem!important;left:0!important;margin:2rem auto 0!important;padding:0!important;position:relative!important;transform:none!important;width:100%!important}.vm-card{max-width:100%!important;padding:2rem 1.5rem!important}.search-stats,.vm-card{text-align:center!important;width:100%!important}.search-stats{align-items:center!important;flex-direction:column!important;gap:3rem!important;margin-top:4rem!important}.search-stat{text-align:center!important}.search-stat h3{font-size:2.2rem!important;margin-bottom:.5rem!important}.search-stat p{font-size:1rem!important}.expertise-top{gap:.5rem}}@media (max-width:400px){.main-headline{font-size:1.75rem}.sub-headline{font-size:.75rem}.p-side{width:72px}.p-center{width:96px}.phones-display{gap:6px}.phone-mock{border-radius:18px;border-width:6px}.dark-section{border-radius:22px 22px 0 0;padding:28px 4% 40px}.cta-title,.steps-left h2{font-size:1.8rem}.jobs-header h2{font-size:1.8rem!important;line-height:1.2!important}.jobs-grid{grid-template-columns:1fr;margin-top:1rem}.job-card{padding:1.25rem}.job-card h3{font-size:1.15rem}.expertise-header h2,.search-today-header h2{font-size:1.6rem}.expertise-card{padding:1.25rem}.expertise-card h3{font-size:1.1rem;white-space:nowrap}.highlight-underline:after{margin-bottom:-8%}.feature-marquee-card{border-radius:18px;border-width:4px;padding:1.5rem;width:300px}}@media (max-width:480px){.carousel-container{padding-bottom:70px;position:relative}.carousel-btn.next-btn,.carousel-btn.prev-btn{bottom:0;height:50px;position:absolute;top:auto;transform:none;width:50px}.carousel-btn.prev-btn{left:calc(50% - 60px);right:auto}.carousel-btn.next-btn{left:auto;right:calc(50% - 60px)}}@media (max-width:380px){.carousel-btn.prev-btn{left:calc(50% - 70px)}.carousel-btn.next-btn{right:calc(50% - 70px)}}.contact-page{display:flex;flex-direction:column;min-height:100vh;width:100%}.navbar{background:var(--bg-color);border-bottom:1px solid var(--border-color);justify-content:space-between;padding:16px 32px}.nav-left,.nav-right,.navbar{align-items:center;display:flex}.nav-left,.nav-right{gap:32px}.logo{align-items:center;display:flex;font-size:18px;font-weight:600;gap:8px}.logo-icon{background:var(--primary);border-radius:50%;height:24px;position:relative;width:24px}.logo-icon:after{background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L2 22h20L12 2z"/></svg>');content:"";height:16px;left:4px;position:absolute;top:4px;width:16px}.nav-links{display:flex;gap:24px}.nav-links a{align-items:center;color:var(--text-muted);display:flex;font-size:15px;font-weight:500;gap:4px}.nav-links a:hover{color:var(--text-main)}.dropdown-arrow:after{content:"▼";font-size:10px;margin-left:4px}.nav-login{color:var(--text-muted)}.btn-demo,.nav-login{font-size:15px;font-weight:500}.btn-demo{align-items:center;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-main);display:flex;gap:8px;padding:10px 16px;transition:all .2s}.btn-demo:hover{background:var(--bg-gray)}.btn-primary{background:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:#fff;font-size:15px;font-weight:500;padding:10px 16px;transition:all .2s}.btn-primary:hover{background:var(--primary-hover)}.nav-mobile{color:var(--text-muted);cursor:pointer;display:none}.hero-section{margin:0 auto;max-width:800px;padding:80px 24px 60px;text-align:center}.hero-badge{color:var(--primary);font-size:36px;font-weight:600;margin-bottom:16px}.hero-title{font-size:48px;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:24px}.hero-subtitle{color:var(--text-muted);font-size:20px;line-height:1.5}.map-section{margin:0 auto -60px;max-width:1440px;padding:0 6%;width:100%}.map-container{justify-content:center;position:relative;width:100%}.map-container,.map-pin{align-items:center;display:flex}.map-pin{cursor:pointer;position:absolute;transform:translate(-7px,-50%);z-index:10}.map-dot{background:#3b44f6;border:2px solid #fff;border-radius:50%;box-shadow:0 0 12px #3b44f666;height:14px;position:relative;transition:transform .2s ease;width:14px;z-index:2}.map-dot:after{animation:map-pulse 2s infinite;border:2px solid #3b44f6;border-radius:50%;content:"";height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@keyframes map-pulse{0%{opacity:.8;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2.8)}}.map-label{color:#000;font-size:.82rem;font-weight:700;margin-left:12px;pointer-events:none;text-shadow:0 1px 2px #fffc;transition:transform .3s ease;white-space:nowrap}.map-pin:hover .map-label{transform:translateX(5px)}.map-pin:hover .map-dot{transform:scale(1.15)}.map-image{display:block;height:auto;max-width:100%;transform:translateX(-40px)}.contact-cards-section{margin:-30px auto 0;max-width:1440px;padding:0 6% 80px;position:relative;width:100%;z-index:10}.contact-cards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.contact-card{align-items:flex-start;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;padding:24px;transition:transform .2s,box-shadow .2s}.contact-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-icon{align-items:center;background:var(--bg-gray);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-main);display:flex;height:48px;justify-content:center;margin-bottom:20px;width:48px}.contact-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.contact-card p{color:var(--text-muted);flex-grow:1;font-size:15px;margin-bottom:20px}.card-action{background:var(--primary);border-radius:var(--radius-md);color:#fff;font-size:15px;font-weight:600;padding:8px 16px;text-align:center;width:100%}.card-link{color:var(--text-muted);font-size:15px;font-weight:600}.card-link:hover{color:var(--text-main);text-decoration:none}.faq-section{margin:0 auto;max-width:800px;padding:80px 32px;width:100%}.faq-header{margin-bottom:48px;text-align:center}.faq-header h2{font-size:36px;font-weight:600;letter-spacing:-.02em}.faq-list{display:flex;flex-direction:column;gap:16px;margin-bottom:64px}.faq-item{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.faq-question{cursor:pointer;padding:24px;-webkit-user-select:none;user-select:none}.faq-question-text{align-items:center;display:flex;gap:16px}.faq-icon-wrapper{align-items:center;color:var(--text-muted);display:flex;height:24px;justify-content:center;width:24px}.faq-item.open .faq-icon-wrapper{color:var(--primary)}.faq-question h3{font-size:16px;font-weight:500;margin:0}.faq-answer{color:var(--text-muted);line-height:1.5;padding:0 24px 24px 64px}.still-questions-card{align-items:center;background:var(--bg-gray);border-radius:var(--radius-xl);display:flex;flex-direction:column;padding:40px 32px;text-align:center}.avatar-group{display:flex;justify-content:center;margin-bottom:24px}.avatar{border:2px solid #fff;border-radius:50%;height:48px;margin-left:-12px;width:48px}.avatar:first-child{margin-left:0}.still-questions-card h3{font-size:20px;font-weight:600;margin-bottom:12px}.still-questions-card p{color:var(--text-muted);margin-bottom:24px;max-width:500px}.mt-4{margin-top:16px}.footer-cta{background:var(--primary);color:#fff;padding:80px 32px 32px;text-align:center}.footer-content{margin:0 auto 80px;max-width:800px}.footer-content h2{font-size:36px;font-weight:600;margin-bottom:20px}.footer-content p{font-size:20px;margin-bottom:40px;opacity:.9}.footer-actions{display:flex;gap:16px;justify-content:center}.btn-white{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-main);font-size:16px;font-weight:500;padding:12px 20px;transition:background .2s}.btn-white:hover{background:var(--bg-gray)}.footer-actions .btn-primary{background:var(--primary-hover);border-color:var(--primary-hover);font-size:16px;padding:12px 20px}.footer-actions .btn-primary:hover{background:#1254b3;border-color:#1254b3}.footer-bottom{border-top:1px solid #fff3;display:flex;font-size:15px;justify-content:flex-start;margin:0 auto;max-width:1440px;opacity:.8;padding:32px 6% 0}@media (max-width:1024px){.contact-cards-grid{grid-template-columns:repeat(2,1fr)}.nav-links,.nav-right{display:none}.nav-mobile{display:block}}@media (max-width:640px){.contact-cards-grid{gap:12px;grid-template-columns:1fr}.contact-card{padding:16px 24px}.card-icon{margin-bottom:8px}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.footer-actions{flex-direction:column}}@media (max-width:1024px){.hero-section{padding:60px 20px}.map-section{padding:0 4%}.contact-cards-section{padding:0 4% 60px}}@media (max-width:768px){.hero-badge{font-size:24px}.hero-title{font-size:32px}.map-image{transform:none}.map-dot{height:10px;width:10px}.map-label{font-size:.65rem;margin-left:8px}.faq-section{padding:60px 20px}.faq-answer{padding:0 20px 20px 40px}.footer-cta{padding:60px 20px 20px}.footer-content h2{font-size:28px}.footer-content p{font-size:16px}}@media (max-width:500px){.map-dot{border-width:1.5px;height:8px;width:7px}.map-label{font-size:.5rem;margin-left:5px}.pin-10,.pin-3,.pin-6,.pin-8{display:none}}.about-page-v2{background:#f0f4ff;color:#1e1e2e;font-family:Inter,sans-serif;min-height:100vh}.about-hero-v2{background:#f0f4ff;padding:80px 60px 0}.about-hero-inner-v2{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:520px}.about-hero-left{display:flex;flex-direction:column;padding-bottom:40px}.about-us-label{color:#2563eb;display:block;font-size:.78rem;font-weight:800;letter-spacing:3px;margin-bottom:18px;text-transform:uppercase}.about-hero-heading{color:#0f0f1a;font-size:4rem;font-weight:900;letter-spacing:-2px;line-height:1.1;margin:0 0 24px}.heading-purple{color:#2563eb}.about-hero-desc{color:#64748b;font-size:.93rem;line-height:1.7;margin:0;max-width:460px}.discover-more-btn{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:100px;box-shadow:0 8px 24px #2563eb4d;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:8px;margin-top:32px;padding:14px 28px;transition:all .3s ease}.discover-more-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 12px 32px #2563eb66;transform:translateY(-2px)}.about-hero-right{align-items:flex-start;display:flex;justify-content:flex-end;padding-bottom:40px}.about-achievements-card{background:#fff;border:1px solid #2563eb12;border-radius:28px;box-shadow:0 8px 40px #2563eb1a;max-width:460px;padding:36px 32px 28px;width:100%}.about-achievements-header{margin-bottom:28px;text-align:center}.about-achievements-header h3{color:#0f172a;font-size:1.4rem;font-weight:800;margin:0 0 6px}.about-achievements-header p{color:#94a3b8;font-size:.85rem;margin:0}.about-achievements-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px}.about-stat-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:14px;padding:16px}.about-stat-icon{flex-shrink:0}.about-stat-num{color:#0f172a;display:block;font-size:1.25rem;font-weight:800;line-height:1.2}.about-stat-label{color:#64748b;display:block;font-size:.75rem;font-weight:500;margin-top:2px}.about-join-btn{background:#0f172a;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:.3px;padding:16px;transition:all .3s ease;width:100%}.about-join-btn:hover{background:#1e293b;box-shadow:0 8px 24px #0f172a40;transform:translateY(-2px)}.about-hero-map-bg{background:url(/static/media/mapbg.2b8b3c4a788a8b1d0f90.png) 50%/cover no-repeat;height:140px;margin-top:-40px;opacity:.15;pointer-events:none}.about-cards-v2{background:#f0f4ff;padding:48px 60px}.about-cards-inner{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.about-user-card{align-items:flex-start;background:#fff;border:1px solid #2563eb14;border-radius:20px;box-shadow:0 4px 24px #0000000d;display:flex;gap:20px;padding:32px 28px;transition:all .3s ease}.about-user-card:hover{border-color:#2563eb33;box-shadow:0 12px 40px #2563eb24;transform:translateY(-5px)}.user-card-icon-wrap{flex-shrink:0;margin-top:2px}.user-card-text h3{color:#1e1e2e;font-size:1rem;font-weight:700;margin:0 0 8px}.user-card-text p{color:#94a3b8;font-size:.85rem;line-height:1.55;margin:0}.core-strengths-v2{background:#f0f4ff;padding:60px 60px 80px}.core-strengths-inner{margin:0 auto;max-width:1200px}.core-strengths-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1d4ed8,#2563eb 40%,#0ea5e9);-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:2.4rem;font-weight:800;letter-spacing:-.5px;margin:0 0 56px;text-align:center}.strengths-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.strength-item{align-items:center;background:#fff;border:1px solid #2563eb14;border-radius:20px;box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;padding:32px 20px;text-align:center;transition:all .3s ease}.strength-item:hover{box-shadow:0 12px 40px #2563eb24;transform:translateY(-5px)}.strength-icon{margin-bottom:20px}.strength-item h4{color:#1e1e2e;font-size:1rem;font-weight:700;margin:0 0 10px}.strength-item p{color:#94a3b8;font-size:.82rem;line-height:1.5;margin:0}@media (max-width:1024px){.about-hero-inner-v2{grid-template-columns:1fr;text-align:center}.about-hero-left{align-items:center}.about-hero-desc{max-width:600px}.about-hero-right{height:auto;justify-content:center}.strengths-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero-v2{padding:60px 24px 0}.about-hero-inner-v2{gap:40px}.about-hero-heading{font-size:2.5rem;margin-bottom:16px}.about-us-label{margin-bottom:12px}.about-hero-desc{font-size:.9rem}.discover-more-btn{align-self:center;margin-top:24px}.about-achievements-card{padding:28px 20px}.about-cards-v2{padding:40px 24px}.about-cards-inner{grid-template-columns:1fr}.core-strengths-v2{padding:40px 24px 60px}.core-strengths-title{font-size:2rem;margin-bottom:40px}.strengths-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.about-hero-heading{font-size:2rem}.about-achievements-grid,.strengths-grid{grid-template-columns:1fr}}body,html{overflow-x:hidden}@media (max-width:1024px){.cn-hero{grid-template-columns:1fr;padding-bottom:12rem;text-align:center}.cn-hero-subtitle{margin:0 auto 1.5rem}.cn-search-bar{margin:0 auto 3.5rem}.cn-social-proof{align-items:center}.cn-proof-main{justify-content:center}.cn-hero-visual-wrapper{display:none}}.cn-section-header{margin:0 auto 2rem}.cn-section-title{margin-bottom:.5rem}.cn-benefit-card-outer{height:100%;position:relative;transition:all .4s ease}.cn-curved-border-wrapper{border-radius:35px;box-shadow:0 8px 20px #0f172a0f;clip-path:url(#smooth-curved-clip);height:100%;padding:3px;transition:all .4s ease;width:100%}.cn-curved-card-main{align-items:flex-start;background:#fff;border-radius:inherit;clip-path:inherit;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:3rem 2.5rem;text-align:left;width:100%}.cn-benefit-card-outer:hover .cn-curved-border-wrapper{box-shadow:0 15px 30px #3b44f626;transform:translateY(-10px)}.cn-benefit-icon-wrap{margin-bottom:1.5rem}@media (max-width:768px){.cn-hero-title{font-size:2.5rem}.cn-section-title{font-size:2.2rem}.cn-stats-inner{grid-template-columns:repeat(2,1fr)}.cn-steps-grid{grid-template-columns:1fr;max-width:400px}.cn-members-grid{max-width:360px}.cn-benefits-grid,.cn-members-grid{grid-template-columns:1fr}.cn-hero-actions,.cn-hero-floating-stats{align-items:center;flex-direction:column}.cn-cta-title{font-size:2.2rem}.cn-float-stat{display:none!important}.cn-cta-actions{align-items:center;flex-direction:column}.cn-category-tabs{gap:.5rem}.cn-tab{font-size:.8rem;padding:10px 16px}}.cn-floating-preview{right:8%}.cn-floating-preview.visible{right:12%}.cn-map-big-title{left:70px;position:absolute;text-align:left;top:30px;z-index:10}.cn-map-big-title h2{color:#0f172a;font-family:var(--font-heading);font-size:2.8rem;font-weight:800;line-height:1.15}.cn-map-big-title h2 span{color:#3b44f6}.cn-map-big-title p{color:#64748b;font-size:1rem;margin-top:10px;max-width:300px}.metric-circle{align-items:center;display:flex;justify-content:center}.metric-circle svg{transform:rotate(-90deg)}.metric-circle .progress{stroke:#3b44f6;stroke-linecap:round;transition:stroke-dashoffset 1s ease-out}.cn-footer-metric.pink .progress{stroke:#ec4899}.cn-footer-metric.orange .progress{stroke:#f59e0b}.cn-footer-metric.green .progress{stroke:#10b981}@media (max-width:1024px){.cn-dash-left{flex:none;flex-direction:column;width:100%}.cn-dashboard-footer{gap:1rem;grid-template-columns:repeat(2,1fr)}@media (max-width:480px){.cn-dashboard-footer{grid-template-columns:1fr;justify-items:center;margin:0 auto;max-width:280px}.cn-footer-metric{justify-content:flex-start;width:100%}}.cn-map-node{transform:scale(.22)!important;transform-origin:center center}.cn-dash-center{background-position:center bottom -10px!important;background-repeat:no-repeat!important;background-size:100% auto!important;display:block;height:420px!important;overflow:hidden!important;padding:1.5rem!important;position:relative}.cn-map-container{height:100%!important;inset:0;margin-top:0!important;overflow:hidden!important;position:absolute;width:100%!important;z-index:5}.cn-map-arches{height:calc(100% - 120px)!important;overflow:hidden!important;top:120px!important}.cn-map-big-title{left:0!important;padding:0 15px;position:absolute!important;text-align:center!important;top:20px!important;width:100%!important;z-index:10}.cn-map-big-title h2{font-size:1.8rem!important;margin-bottom:5px}.cn-map-big-title p{display:none!important}.cn-map-total{background:#0000!important;left:0!important;padding:0!important;position:absolute!important;right:0!important;text-align:center!important;top:110px!important;z-index:10}.cn-map-total .label{color:#64748b!important;font-size:.85rem!important;margin-bottom:0}.cn-map-total h2{color:#0f172a!important;font-size:2.2rem!important;margin:0!important}.cn-time-filters{gap:10px!important;justify-content:center!important;margin-top:5px!important}.cn-time-filters span{font-size:.75rem!important}.cn-analytics-dashboard{padding:2rem 4%}.cn-dash-card,.cn-dashboard-footer{box-sizing:border-box;padding:1.5rem!important;width:100%}.cn-dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.cn-dash-desc{max-width:100%;text-align:left}.cn-dash-title h2{font-size:2.2rem}.cn-map-total h2{font-size:2.5rem}}@media (max-width:320px){.cn-analytics-dashboard{box-sizing:border-box!important;overflow-x:hidden!important;padding:1.5rem 3%!important;width:100%!important}.cn-dash-center,.cn-dashboard-main{box-sizing:border-box!important;overflow:hidden!important;width:100%!important}.cn-dash-card{box-sizing:border-box;overflow:hidden;padding:.75rem!important;width:100%}.cn-card-head h3{font-size:1.4rem!important;gap:6px}.cn-card-head .label{font-size:.75rem!important}.cn-bubble-chart{gap:10px!important;height:70px!important;margin:1.5rem 0!important}.cn-bubble-chart .b3{height:55px!important;width:55px!important}.cn-bubble-chart .b2{height:40px!important;width:40px!important}.cn-bubble-chart .b1{height:25px!important;width:25px!important}.cn-bubble-chart .b4{height:35px!important;width:35px!important}.cn-bubble-chart .b5{height:22px!important;width:22px!important}.cn-prog-item,.prog-item{font-size:.78rem!important}.cn-dashboard-footer{box-sizing:border-box;overflow:hidden!important;padding:.75rem!important;width:100%}.cn-footer-metric{gap:10px!important}.metric-circle{min-width:45px}.metric-circle,.metric-circle svg{height:45px!important;width:45px!important}.metric-info strong{font-size:.85rem!important}.metric-info span{font-size:.65rem!important}.cn-member-card{padding:.75rem!important}.cn-member-avatar{height:45px!important;width:45px!important}.cn-member-name{font-size:.95rem!important}.cn-btn-connect,.cn-member-role{font-size:.75rem!important}.cn-btn-connect{padding:8px 14px!important}.cn-category-tabs{gap:.5rem!important}.cn-tab{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;font-size:.75rem!important;justify-content:center!important;padding:8px 10px!important;white-space:nowrap}.cn-tab-icon{font-size:.85rem!important}.cn-tab-count{font-size:.65rem!important;padding:1px 6px!important}}@media (max-width:768px){.cn-section-title{font-size:2rem;line-height:1.3;padding:0 10px}.cn-search-bar{border-radius:20px;flex-direction:column;gap:15px;padding:15px}.cn-search-inputs{padding:0}.cn-input-divider{display:none}.cn-location-select{border-top:1px solid #e2e8f0;padding:10px 0;width:100%}.cn-search-btn{justify-content:center;width:100%}.cn-stats-inner,.cn-steps-grid{grid-template-columns:1fr}.cn-category-tabs{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);overflow-x:visible;padding-bottom:0}.cn-tab{font-size:.8rem;padding:10px;white-space:normal}.cn-members-grid{grid-template-columns:1fr}.cn-benefit-card{padding:2rem 1.5rem}.cn-cta-title{font-size:2.2rem}.cn-dashboard-header{align-items:flex-start;flex-direction:column;gap:1.5rem}.cn-dash-desc{margin-top:.5rem;text-align:left}.cn-dashboard-footer{gap:1.5rem;grid-template-columns:1fr}.cn-feature-item{grid-template-columns:50px 1fr 40px;padding:1.5rem 0}.cn-feature-title{font-size:1rem}.cn-floating-preview{display:block!important;margin-top:2rem;opacity:0;pointer-events:none;position:relative;right:auto;top:auto;transform:scale(.95);transition:all .4s ease;visibility:hidden;width:100%}}@media (max-width:1024px){.cn-stats-inner{grid-gap:1rem!important;display:grid!important;gap:1rem!important;grid-template-columns:repeat(4,1fr)!important}.cn-members-grid{grid-gap:1.5rem!important;display:grid!important;gap:1.5rem!important;grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){.cn-members-grid,.cn-stats-inner{grid-template-columns:1fr!important}.cn-hero-title{word-wrap:break-word;font-size:2.5rem!important}}.cn-float-stat{align-items:center;animation:cn-float 6s ease-in-out infinite;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 32px #00000026;box-sizing:border-box;display:flex;flex-direction:column;height:125px;justify-content:center;padding:10px;position:absolute;text-align:center;width:125px;z-index:5}.cn-float-stat:nth-child(2){animation-delay:0s;height:110px;width:110px}.cn-float-stat:nth-child(3){animation-delay:1.2s;height:120px;width:120px}.cn-float-stat:nth-child(4){animation-delay:2.4s;height:130px;width:130px}.cn-float-stat:nth-child(5){animation-delay:.6s;height:115px;width:115px}.cn-float-stat:nth-child(6){animation-delay:1.8s;height:120px;width:120px}.cn-float-stat:nth-child(7){animation-delay:3s;height:125px;width:125px}.cn-float-stat-num{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;line-height:1;margin-bottom:2px}.cn-float-stat-label{color:#ffffffe6;font-size:.58rem;font-weight:700;letter-spacing:.8px;line-height:1.2;margin-top:2px;text-transform:uppercase}@media (max-width:1200px){.cn-float-stat{transform:scale(.85)}}@media (max-width:992px){.cn-float-stat{transform:scale(.7)}}@media (max-width:768px){.cn-float-stat{opacity:.6;transform:scale(.6)}}.ct-contact-page{background:#fff;font-family:Inter,sans-serif;min-height:100vh}.ct-container{margin:0 auto;max-width:1400px;padding:0 4%}.ct-hero{background:linear-gradient(180deg,#f8faff,#fff);overflow:hidden;padding:3rem 0 6rem;position:relative;text-align:center}.ct-hero-bg{background-image:radial-gradient(#3b44f6 .5px,#0000 0);background-size:30px 30px;height:100%;left:0;opacity:.05;position:absolute;top:0;width:100%;z-index:0}.ct-sub-label{color:#3b44f6;display:block;font-size:.9rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.ct-sub-label,.ct-title{margin-bottom:1.5rem;position:relative}.ct-title{color:#0f172a;font-size:4rem;font-weight:900;letter-spacing:-2px}.ct-gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3b44f6,#8b5cf6);-webkit-background-clip:text}.ct-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;position:relative}.ct-contact-section{padding-bottom:6rem}.ct-contact-grid{grid-gap:6rem;align-items:stretch;display:grid;gap:6rem;grid-template-columns:1.3fr .7fr;margin-top:2rem;position:relative;z-index:10}.ct-form-wrap{background:#fff;border:1px solid #f1f5f9;border-radius:32px;box-shadow:0 30px 60px #0f172a0d;display:flex;flex-direction:column;height:100%;padding:3rem}.ct-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.ct-input-group{margin-bottom:.75rem}.ct-input-group label{color:#1e293b;display:block;font-size:.9rem;font-weight:700;margin-bottom:10px}.ct-input-group input,.ct-input-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;font-size:1rem;outline:none;padding:10px 16px;transition:all .3s ease;width:100%}.ct-input-group input:focus,.ct-input-group textarea:focus{background:#fff;border-color:#3b44f6;box-shadow:0 0 0 4px #3b44f61a}.ct-btn-primary{align-items:center;background:#3b44f6;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:12px;justify-content:center;margin-top:.5rem;padding:12px;transition:all .3s ease;width:100%}.ct-btn-primary:hover{background:#2563eb;box-shadow:0 10px 20px #3b44f633;transform:translateY(-2px)}.ct-btn-primary:disabled{cursor:not-allowed;opacity:.7}.ct-success-card{padding:2rem 0;text-align:center}.ct-success-icon{color:#10b981;font-size:4rem;margin-bottom:1.5rem}.ct-success-card h2{font-size:2rem;font-weight:800;margin-bottom:1rem}.ct-btn-secondary{background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;font-weight:700;margin-top:2rem;padding:12px 24px}.ct-info-card{background:#1e293b;border-radius:32px;color:#fff;display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-left:auto;max-width:400px;padding:3rem 2.5rem;transform:translateX(60px);width:100%}.ct-info-card h3{font-size:1.8rem;font-weight:800;margin-bottom:2.5rem}.ct-info-list{display:flex;flex-direction:column;gap:1.5rem}.ct-info-item{display:flex;gap:20px}.ct-icon{align-items:center;background:#ffffff1a;border-radius:12px;color:#3b44f6;display:flex;font-size:1.2rem;height:48px;justify-content:center;width:48px}.ct-text strong{display:block;font-size:1.1rem;margin-bottom:5px}.ct-text span{color:#94a3b8;font-size:.95rem;line-height:1.5}.ct-social-links{display:flex;gap:15px;margin-top:2.5rem}.ct-social-links a{align-items:center;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.ct-social-links a:hover{background:#3b44f6;border-color:#3b44f6}.ct-mini-map{background:#f1f5f9;border-radius:24px;height:200px;overflow:hidden;position:relative}.ct-map-placeholder{align-items:center;background:#e2e8f0;display:flex;height:100%;justify-content:center;width:100%}.ct-marker{background:#3b44f6;border-radius:50%;box-shadow:0 0 0 10px #3b44f633;height:20px;width:20px}.ct-locations{background:#f8fafc;padding:6rem 0}.ct-section-title{font-size:2.2rem;font-weight:800;margin-bottom:4rem;text-align:center}.ct-location-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.ct-loc-card{background:#fff;border-radius:24px;box-shadow:0 10px 30px #00000008;padding:2.5rem;text-align:center}.ct-loc-card h4{color:#0f172a;font-size:1.25rem;margin-bottom:10px}.ct-loc-card p{color:#3b44f6;font-size:.9rem;font-weight:700;margin-bottom:8px}.ct-loc-card span{color:#64748b;font-size:.85rem}@media (max-width:1024px){.ct-hero{padding:2rem 0 4rem}.ct-contact-grid{gap:3rem;grid-template-columns:1fr}.ct-form-wrap,.ct-info-card{padding:2rem}.ct-info-card{margin:0 auto!important;max-width:100%;transform:none!important;width:100%}}@media (max-width:768px){.ct-title{font-size:2.8rem}.ct-form-row,.ct-location-grid{grid-template-columns:1fr}.ct-title{font-size:2.2rem}.ct-subtitle{font-size:1.1rem}.ct-hero{padding:2rem 0}.ct-contact-grid{gap:2rem;margin-top:0}.ct-container{padding:0 5%}.ct-section-title{font-size:1.8rem;margin-bottom:2rem}}.cn-hero{grid-gap:4rem;align-items:center;background:#fff;display:grid;gap:4rem;grid-template-columns:1.1fr .9fr;min-height:90vh;overflow:hidden;padding:3.5rem 6% 8rem;position:relative}.cn-hero-content{position:relative;z-index:5}.cn-hero-badge-wrap{align-items:center;display:flex;gap:12px;margin-bottom:2rem}.cn-hero-badge-icon{align-items:center;background:#f59e0b;border-radius:50%;color:#fff;display:flex;font-size:.6rem;height:24px;justify-content:center;width:24px}.cn-hero-badge-text{color:#475569;font-size:.85rem;font-weight:600}.cn-hero-title{color:#0f172a;font-size:4.5rem;font-weight:800;letter-spacing:-1px;line-height:1.05;margin-bottom:2rem}.cn-blue-text{color:#3b44f6}.cn-hero-subtitle{color:#64748b;font-size:1.15rem;line-height:1.6;margin-bottom:3rem;max-width:540px}.cn-search-bar{background:#fff;border:1px solid #8b5cf61a;border-radius:99px;box-shadow:0 15px 40px #8b5cf61f;display:flex;margin-bottom:3.5rem;max-width:600px;padding:8px}.cn-search-btn{align-items:center;background:#3b44f6;border:none;border-radius:99px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:10px;padding:14px 24px;transition:all .3s ease;white-space:nowrap}.cn-search-btn:hover{background:#3b44f6;transform:scale(1.02)}.cn-search-inputs{align-items:center;display:flex;flex:1 1;padding:0 20px}.cn-search-inputs input{background:#0000;border:none;color:#0f172a;font-size:.95rem;outline:none;width:100%}.cn-input-divider{background:#e2e8f0;height:24px;margin:0 20px;width:1px}.cn-location-select{align-items:center;color:#64748b;cursor:pointer;display:flex;font-size:.95rem;gap:10px}.cn-social-proof{display:flex;flex-direction:column;gap:1rem}.cn-proof-count{color:#3b44f6;display:block;font-size:.95rem;font-weight:700;margin-bottom:.8rem}.cn-proof-main{align-items:center;display:flex;gap:20px}.cn-proof-avatars{display:flex}.cn-proof-avatars img{border:3px solid #fff;border-radius:50%;height:40px;margin-left:-12px;width:40px}.cn-proof-avatars img:first-child{margin-left:0}.cn-proof-rating{display:flex;flex-direction:column}.cn-proof-rating span{color:#0f172a;font-size:1.1rem;font-weight:800}.cn-stars{color:#f59e0b;display:flex;font-size:.75rem;gap:2px}.cn-hero-visual-wrapper{align-items:center}.cn-hero-blue-box,.cn-hero-visual-wrapper{display:flex;justify-content:center;position:relative}.cn-hero-blue-box{align-items:flex-end;aspect-ratio:1/1.1;background:#3b44f6;border-radius:40px;max-width:500px;overflow:visible;width:100%}.cn-blue-grid{background-image:linear-gradient(#ffffff26 1px,#0000 0),linear-gradient(90deg,#ffffff26 1px,#0000 0);background-size:50px 50px;border-radius:40px;inset:0;position:absolute}.cn-hero-main-img{border-radius:40px;display:block;height:100%;min-height:400px;object-fit:cover;position:relative;width:100%;z-index:5}.cn-glass-card{animation:cn-float 5s ease-in-out infinite;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffa6;border:1px solid #fff6;border-radius:18px;box-shadow:0 15px 35px #0000001a;padding:12px 18px;position:absolute;z-index:10}.cn-glass-resume{right:-30px;top:15%;width:160px}.cn-glass-resume p{color:#0f172a;font-size:.8rem;margin-bottom:8px}.cn-glass-resume button{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#3b44f6;cursor:pointer;font-size:.7rem;font-weight:700;padding:6px 12px}.cn-glass-status{align-items:center;bottom:20%;display:flex;gap:10px;left:-40px}.cn-status-icon{align-items:center;background:#f59e0b;border-radius:8px;color:#fff;display:flex;font-size:.8rem;height:32px;justify-content:center;width:32px}.cn-glass-status span{color:#0f172a;font-size:.85rem;font-weight:700}.cn-glass-popup{border:2px solid #fff;border-radius:18px;box-shadow:0 10px 30px #0000001a;height:60px;left:-20px;overflow:visible;position:absolute;top:50%;width:60px;z-index:11}.cn-glass-popup img{border-radius:16px;height:100%;object-fit:cover;width:100%}.cn-popup-check{align-items:center;background:#10b981;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:.6rem;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.cn-hero-partners{bottom:4rem;left:6%;position:absolute;right:6%;text-align:center}.cn-hero-partners p{color:#0f172a;font-size:.9rem;font-weight:700;margin-bottom:2rem}.cn-partners-grid{display:flex;filter:grayscale(1);gap:3rem;justify-content:center;opacity:.4}.cn-partner{font-size:1.2rem;font-weight:800;letter-spacing:1px}@media (max-width:1024px){.cn-hero{grid-template-columns:1fr;padding-bottom:12rem;text-align:center}.cn-hero-subtitle{margin:0 auto 3rem}.cn-search-bar{margin:0 auto 3.5rem}.cn-social-proof{align-items:center}.cn-proof-main{justify-content:center}.cn-hero-visual-wrapper{display:none}}.cn-stats-bar{background:#0f172a;padding:3rem 6%}.cn-stats-inner{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.cn-stat-item{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;padding:1.5rem;text-align:center;transition:all .3s ease}.cn-stat-item:hover{background:#ffffff0f;transform:translateY(-4px)}.cn-stat-icon{align-items:center;background:#ffffff0f;border-radius:14px;color:#fff;display:flex;font-size:1.3rem;height:48px;justify-content:center;margin:0 auto .75rem;width:48px}.cn-stat-icon .fa-star{color:#fbbf24}.cn-stat-value{color:#fff;font-family:var(--font-heading);font-size:2.2rem;font-weight:800;margin-bottom:.25rem}.cn-stat-label{color:#94a3b8;font-size:.9rem}.cn-how-it-works{background:#fff;padding:3rem 6%}.cn-section-header{margin:0 auto 4rem;max-width:650px;text-align:center}.cn-section-tag{color:#3b44f6;display:inline-block;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.cn-section-title{align-items:center;color:#0f172a;display:flex;font-family:var(--font-heading);font-size:3rem;font-weight:800;justify-content:center;line-height:1.15;margin-bottom:1rem;margin-left:-180px;min-width:1000px;text-align:center}.cn-section-desc{color:#64748b;font-size:1.05rem;line-height:1.7}.cn-steps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;position:relative}.cn-community{background:#f8fafc;margin-top:-40px;padding:2rem 6%}.cn-category-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.cn-tab{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:14px;color:#64748b;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.cn-tab:hover{border-color:#3b44f6;color:#3b44f6}.cn-tab-active{background:#3b44f6;border-color:#3b44f6;color:#fff}.cn-tab-icon{font-size:1.1rem}.cn-tab-count{background:#0000000f;border-radius:99px;font-size:.75rem;padding:2px 10px}.cn-tab-active .cn-tab-count{background:#fff3;color:#fff}.cn-members-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.cn-member-card{background:#fff;border:1px solid #0000000a;border-radius:24px;box-shadow:0 4px 20px #00000008;opacity:0;padding:2rem;text-align:center;transform:translateY(30px);transition:all .5s cubic-bezier(.25,1,.5,1)}.cn-member-card.cn-visible{opacity:1;transform:translateY(0)}.cn-member-card:hover{border-color:#3b44f626;box-shadow:0 25px 50px #3b44f61a;transform:translateY(-10px)}.cn-member-header{display:inline-block;margin-bottom:1rem;position:relative}.cn-member-avatar{border:3px solid #f1f5f9;border-radius:50%;height:80px;object-fit:cover;width:80px}.cn-member-status{background:#10b981;border:3px solid #fff;border-radius:50%;bottom:4px;height:14px;position:absolute;right:4px;width:14px}.cn-member-name{color:#1e293b;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;margin-bottom:.3rem}.cn-member-role{color:#64748b;font-size:.85rem;margin-bottom:1rem}.cn-member-stats{margin-bottom:1.25rem}.cn-member-connections{color:#94a3b8;font-size:.8rem}.cn-btn-connect,.cn-member-connections{align-items:center;display:inline-flex;gap:6px}.cn-btn-connect{background:#3b44f614;border:none;border-radius:12px;color:#3b44f6;cursor:pointer;font-size:.85rem;font-weight:700;justify-content:center;padding:10px 24px;transition:all .3s ease;width:100%}.cn-btn-connect:hover{background:#3b44f6;box-shadow:0 8px 20px #3b44f640;color:#fff;transform:translateY(-2px)}.cn-benefits{margin:0 auto;max-width:1200px;padding:3rem 5% 4rem}.cn-benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}.cn-benefit-card{background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000000d;padding:3rem 2.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.cn-benefit-card:hover{box-shadow:0 20px 40px #3b44f61a;transform:translateY(-10px)}.cn-benefit-icon-wrap{align-items:center;border-radius:20px;display:flex;font-size:1.8rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.cn-benefit-title{color:#1e293b;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cn-benefit-desc{color:#64748b;font-size:1rem;line-height:1.6}.cn-cta-section{background:linear-gradient(135deg,#3b44f6,#6366f1 50%,#8b5cf6);overflow:hidden;padding:3rem 6%;position:relative;text-align:center}.cn-cta-bg-pattern{background-image:radial-gradient(#ffffff14 1px,#0000 0);background-size:30px 30px;inset:0;pointer-events:none;position:absolute}.cn-cta-content{margin:0 auto;max-width:700px;position:relative;z-index:2}.cn-cta-title{color:#fff;font-family:var(--font-heading);font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem}.cn-cta-highlight{color:#fbbf24}.cn-cta-subtitle{color:#fffc;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.cn-cta-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2.5rem}.cn-btn-cta-primary{align-items:center;background:#fff;border:none;border-radius:14px;box-shadow:0 10px 30px #00000026;color:#3b44f6;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:8px;padding:16px 32px;transition:all .3s ease}.cn-btn-cta-primary:hover{box-shadow:0 18px 40px #0003;transform:translateY(-3px) scale(1.03)}.cn-btn-cta-secondary{background:#ffffff26;border:2px solid #ffffff4d;border-radius:14px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:16px 32px;transition:all .3s ease}.cn-btn-cta-secondary:hover{background:#ffffff40;transform:translateY(-3px)}.cn-cta-trust{align-items:center;display:flex;gap:12px;justify-content:center}.cn-cta-avatars{display:flex}.cn-cta-avatars img{border:2px solid #fff6;border-radius:50%;height:36px;margin-left:-10px;width:36px}.cn-cta-avatars img:first-child{margin-left:0}.cn-cta-trust p{color:#fffc;font-size:.9rem}.cn-cta-trust strong{color:#fff}@media (max-width:1024px){.cn-hero{grid-template-columns:1fr;min-height:auto;padding-top:4rem;text-align:center}.cn-hero-subtitle{margin:0 auto 2rem}.cn-hero-actions,.cn-hero-floating-stats{justify-content:center}.cn-hero-visual{display:none}.cn-members-grid,.cn-steps-grid{grid-template-columns:repeat(2,1fr)}.cn-benefits-grid{grid-template-columns:1fr}}@media (max-width:768px){.cn-hero-title{font-size:2.5rem}.cn-section-title{font-size:2.2rem}.cn-stats-inner{grid-template-columns:repeat(2,1fr)}.cn-steps-grid{grid-template-columns:1fr;max-width:400px}.cn-members-grid{max-width:360px}.cn-benefits-grid,.cn-members-grid{grid-template-columns:1fr}.cn-hero-actions,.cn-hero-floating-stats{align-items:center;flex-direction:column}.cn-cta-title{font-size:2.2rem}.cn-cta-actions{align-items:center;flex-direction:column}.cn-category-tabs{gap:.5rem}.cn-tab{font-size:.8rem;padding:10px 16px}}.cn-features-explorer{background:#fff;padding:3rem 6%}.cn-features-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:4rem}.cn-features-title-group .cn-sub-label{color:#64748b;display:block;font-size:.75rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.cn-features-title-group h2{color:#0f172a;font-size:2.5rem;font-weight:800;line-height:1.2;max-width:500px}.cn-features-desc{color:#64748b;font-size:1rem;line-height:1.6;max-width:400px}.cn-features-content{border-top:1px solid #e2e8f0;position:relative}.cn-feature-item{align-items:center;border-bottom:1px solid #e2e8f0;cursor:pointer;display:grid;grid-template-columns:80px 1fr 60px;padding:2.5rem 0;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.cn-feature-number{color:#94a3b8;font-size:.9rem;font-weight:700}.cn-feature-title{color:#334155;font-size:1.25rem;font-weight:700;text-transform:uppercase}.cn-feature-arrow{align-items:center;border:1px solid #e2e8f0;border-radius:50%;color:#94a3b8;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.cn-feature-item:hover{background:#3b44f6;box-shadow:0 10px 30px #3b44f633;padding-left:2.5rem;padding-right:2rem}.cn-feature-item:hover .cn-feature-number,.cn-feature-item:hover .cn-feature-title{color:#fff}.cn-feature-item:hover .cn-feature-arrow{background:#fff;border-color:#fff;color:#3b44f6;transform:rotate(-45deg)}.cn-floating-preview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #3b44f61a;border-radius:24px;box-shadow:0 40px 80px -15px #3b44f626;opacity:0;padding:2rem;pointer-events:none;position:absolute;right:5%;top:50%;transform:translateY(-50%) scale(.95);transition:all .5s cubic-bezier(.16,1,.3,1);visibility:hidden;width:360px;z-index:10}.cn-floating-preview.visible{opacity:1;right:8%;transform:translateY(-50%) scale(1);visibility:visible}.cn-preview-header{margin-bottom:1.5rem}.cn-preview-header h4{color:#0f172a;font-size:.9rem;font-weight:800;margin-bottom:1rem}.cn-progress-track{background:#f1f5f9;border-radius:4px;display:flex;height:8px;overflow:hidden}.cn-progress-fill{height:100%}.cn-progress-fill.orange{background:#f97316;width:65%}.cn-progress-fill.black{background:#0f172a;width:15%}.cn-progress-fill.gray{background:#e2e8f0;width:20%}.cn-preview-stats{display:flex;gap:1rem;margin-top:.75rem}.cn-stat-pill{align-items:center;color:#64748b;display:flex;font-size:.7rem;font-weight:700;gap:4px}.cn-stat-pill .dot{border-radius:50%;height:6px;width:6px}.cn-preview-list{display:flex;flex-direction:column;gap:1rem}.cn-preview-user{align-items:center;display:flex;gap:12px}.cn-preview-user img{border-radius:50%;height:36px;object-fit:cover;width:36px}.cn-user-info h5{color:#0f172a;font-size:.8rem;font-weight:700}.cn-user-info span{color:#64748b;font-size:.7rem}.cn-preview-tag{background:#f1f5f9;border-radius:999px;color:#64748b;font-size:.65rem;font-weight:700;margin-left:auto;padding:4px 10px;text-transform:uppercase}.cn-preview-tag.active{background:#dcfce7;color:#166534}.cn-trend-preview{display:flex;flex-direction:column;gap:12px}.cn-trend-bar{align-items:center;display:flex;gap:12px}.cn-trend-bar .fill{background:#3b44f6;border-radius:6px;height:12px;transition:width 1s ease-out}.cn-trend-bar span{color:#475569;font-size:.8rem;font-weight:600}.cn-roadmap-preview{display:flex;flex-direction:column;gap:15px}.cn-step{color:#94a3b8;font-size:.85rem;font-weight:600;gap:12px}.cn-step,.cn-step span{align-items:center;display:flex}.cn-step span{border:2px solid #e2e8f0;border-radius:50%;font-size:.7rem;height:24px;justify-content:center;width:24px}.cn-step.active{color:#0f172a}.cn-step.active span{background:#3b44f6;border-color:#3b44f6;color:#fff}.cn-simple-steps{background:#fcfbf4;margin:4rem 0;padding:1rem 6%;position:relative;text-align:center}.cn-paper-edge{background-repeat:repeat-x;background-size:1200px 60px;height:60px;left:0;pointer-events:none;position:absolute;width:100%;z-index:10}.cn-paper-edge-top{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath d='m0 60 20-10 20 5 20-10 20 7 20-12 20 8 20-13 20 7 20-12 20 8 20-13 20 7 20-12 20 8 20-13 20 7 20-12 20 8 20-13 20 7 20-12 20 8 20-8 20 10 20-5 20 10 20-5 20 10 20-5 20 10 20-5 20 10 20-5 20 10 20-5 20 10 20-5 20 10 20-5 20 10 20-5 20 10 20-5 20 8 20-6 20 8h280Z' fill='%23fcfbf4'/%3E%3C/svg%3E");top:-60px}.cn-paper-edge-bottom{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath d='m0 0 20 10 20-5 20 10 20-7 20 12 20-8 20 13 20-7 20 12 20-8 20 13 20-7 20 12 20-8 20 13 20-7 20 12 20-8 20 13 20-7 20 12 20-8 20 8 20-10 20 5 20-10 20 5 20-10 20 5 20-10 20 5 20-10 20 5 20-10 20 5 20-10 20 5 20-10 20 5 20-10 20 5 20-10 20 5 20-8 20 6 20-8h280Z' fill='%23fcfbf4'/%3E%3C/svg%3E");bottom:-60px}.cn-steps-header{margin:0 auto 5rem;max-width:700px}.cn-steps-header h2{color:#000;font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:1.5rem}.cn-steps-header p{color:#4b5563;font-size:1.15rem;line-height:1.6}.cn-simple-steps-grid{display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px}.cn-simple-step{flex:1 1;position:relative;text-align:left}.cn-step-top{align-items:center;display:flex;gap:15px;margin-bottom:2rem;position:relative}.cn-step-index{color:#000;font-size:3rem;font-weight:800;line-height:1;position:relative}.cn-geom{background:#000;height:10px;position:absolute;width:10px}.cn-geom-dot{border-radius:50%;right:-5px;top:-10px}.cn-geom-sq{bottom:-15px;left:5px}.cn-geom-tri{clip-path:polygon(50% 0,0 100%,100% 100%);right:0;top:-12px}.cn-step-title-box{padding:8px 24px;transform:rotate(-2deg);transition:transform .3s ease}.cn-step-title-box h3{color:#000;font-size:1.4rem;font-weight:800;margin:0;white-space:nowrap}.cn-step-1 .cn-step-title-box{background:#fff;box-shadow:0 4px 15px #0000000d}.cn-step-2 .cn-step-title-box{background:#55effc}.cn-step-3 .cn-step-title-box{background:#f9cdf2}.cn-step-divider{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12'%3E%3Cpath d='M0 6q20-6 40 0t40 0 40 0 40 0 40 0 40 0 40 0 40 0 40 0 40 0' fill='none' stroke='%23ccc' stroke-width='2' stroke-dasharray='1, 5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:400px 12px;height:12px;margin:2rem 0;width:100%}.cn-simple-step p{color:#4b5563;font-size:1rem;line-height:1.6}@media (max-width:1024px){.cn-simple-steps-grid{flex-direction:column;gap:4rem}}.cn-analytics-dashboard{background:#f1f5f9;display:flex;flex-direction:column;gap:3.5rem;padding:1rem 6% 3rem;position:relative}.cn-dashboard-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.cn-dash-title .cn-sub-label{color:#3b44f6;display:block;font-size:.8rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.cn-dash-title h2{color:#0f172a;font-size:2.8rem;font-weight:900;letter-spacing:-1.5px}.cn-dash-desc{max-width:550px;text-align:left}.cn-dash-desc p{color:#64748b;font-size:1.05rem;font-weight:500;line-height:1.7;margin:0}.cn-dashboard-main{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:350px 1fr}.cn-dash-left{display:flex;flex-direction:column;gap:2.5rem}.cn-dash-card{background:#fff;border:1px solid #fffc;border-radius:32px;box-shadow:0 20px 50px #0000000a;padding:2.5rem}.cn-card-head .label{color:#94a3b8;display:block;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.cn-card-head h3{align-items:center;color:#0f172a;display:flex;font-size:2.2rem;font-weight:900;gap:12px}.cn-card-head .trend{border-radius:8px;font-size:.85rem;font-weight:700;padding:5px 10px}.cn-card-head .trend.up{background:#dcfce7;color:#15803d}.cn-card-head .sub-text{color:#94a3b8;display:block;font-size:.8rem;margin-top:8px}.cn-bubble-chart{align-items:center;display:flex;gap:20px;height:100px;justify-content:center;margin:3rem 0;position:relative}.cn-bubble-chart .bubble{border-radius:50%;box-shadow:0 10px 20px #0000001a;transition:transform .3s ease}.cn-bubble-chart .bubble:hover{transform:scale(1.1)}.cn-bubble-chart .b1{background:#60a5fa;height:35px;width:35px}.cn-bubble-chart .b2{background:#3b44f6;height:55px;margin-top:-30px;width:55px}.cn-bubble-chart .b3{background:#a855f7;height:75px;width:75px}.cn-bubble-chart .b4{background:#ec4899;height:45px;margin-top:30px;width:45px}.cn-bubble-chart .b5{background:#fb923c;height:30px;width:30px}.cn-card-progress{display:flex;flex-direction:column;gap:15px}.prog-item{align-items:center;color:#475569;display:flex;font-size:.95rem;font-weight:700}.prog-item .dot{border-radius:50%;height:10px;margin-right:12px;width:10px}.prog-item .dot.tech{background:#3b44f6;box-shadow:0 0 10px #3b44f666}.prog-item .dot.design{background:#ec4899;box-shadow:0 0 10px #ec489966}.prog-item .dot.mgmt{background:#f59e0b;box-shadow:0 0 10px #f59e0b66}.prog-item span:last-child{color:#0f172a;font-weight:800;margin-left:auto}.cn-mini-graph{margin:1.5rem 0;width:100%}.cn-mini-graph svg{height:60px;width:100%}.cn-card-stats-list{display:flex;flex-direction:column;gap:12px}.cn-card-stats-list .list-item{align-items:center;color:#64748b;display:flex;font-size:.95rem;font-weight:600;justify-content:space-between}.cn-card-stats-list .list-item strong{color:#0f172a;font-weight:800}.cn-dash-center{background:#fff url(/static/media/mapbg.2b8b3c4a788a8b1d0f90.png) no-repeat center calc(50% + 70px);background-size:90%;border:1px solid #fff;border-radius:40px;box-shadow:0 25px 60px #0000000f;overflow:hidden;padding:3rem;position:relative}.cn-map-container{height:550px;margin-top:70px;position:relative;width:100%}.cn-map-bg{background-image:radial-gradient(circle,#e2e8f0 1.5px,#0000 0);background-size:24px 24px;inset:0;mask-image:radial-gradient(circle at center,#000 60%,#0000 100%);-webkit-mask-image:radial-gradient(circle at center,#000 60%,#0000 100%);opacity:.4;position:absolute}.cn-map-arches{height:100%;inset:0;overflow:visible;position:absolute;width:100%;z-index:2}.cn-map-arches path{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:12,12;animation:cn-dash-flow 15s linear infinite;filter:drop-shadow(0 0 8px currentColor)}.cn-map-arches path:first-child{stroke:#8b5cf6}.cn-map-arches path:nth-child(2){stroke:#3b44f6;animation-duration:20s}.cn-map-arches path:nth-child(3){stroke:#ec4899;animation-duration:12s}@keyframes cn-dash-flow{0%{stroke-dashoffset:240}to{stroke-dashoffset:0}}.cn-map-total{position:absolute;right:0;text-align:right;top:-50px;z-index:10}.cn-map-total .label{color:#94a3b8;font-size:1rem;font-weight:700}.cn-map-total h2{color:#0f172a;font-size:4rem;font-weight:950;letter-spacing:-2px;margin:.25rem 0}.cn-time-filters{display:flex;gap:20px;justify-content:flex-end;margin-top:.5rem}.cn-time-filters span{color:#94a3b8;cursor:pointer;font-size:.9rem;font-weight:800;transition:color .3s ease}.cn-time-filters span:hover{color:#3b44f6}.cn-time-filters span.active{color:#3b44f6;position:relative}.cn-time-filters span.active:after{background:#3b44f6;border-radius:2px;bottom:-6px;content:"";height:3px;left:0;position:absolute;width:100%}.cn-map-node{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #ffffff80;border-radius:18px;box-shadow:0 15px 35px #0000001a;display:flex;gap:15px;padding:12px 20px;position:absolute;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:5}.cn-map-node:hover{background:#fff;box-shadow:0 25px 50px #3b44f626;transform:translateY(-5px) scale(1.05)}.cn-map-node .icon{align-items:center;background:#f1f5f9;border-radius:10px;color:#3b44f6;display:flex;font-size:1.1rem;font-weight:900;height:36px;justify-content:center;position:relative;width:36px}.cn-map-node .icon:after{animation:cn-node-pulse 2s infinite;border:2px solid #3b44f6;border-radius:12px;content:"";inset:-4px;opacity:0;position:absolute}@keyframes cn-node-pulse{0%{opacity:0;transform:scale(.8)}50%{opacity:.5}to{opacity:0;transform:scale(1.4)}}.cn-map-node .info strong{color:#0f172a;display:block;font-size:.95rem;margin-bottom:2px}.cn-map-node .info span{color:#64748b;font-size:.8rem;font-weight:600}.node-1{animation:cn-float 5s ease-in-out infinite}.node-2{animation:cn-float 6s ease-in-out 1s infinite}.node-3{animation:cn-float 7s ease-in-out 2s infinite}.node-4{animation:cn-float 5.5s ease-in-out .5s infinite}.node-5{animation:cn-float 6.5s ease-in-out 1.5s infinite}.node-6{animation:cn-float 4.8s ease-in-out 2s infinite}@keyframes cn-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.cn-dashboard-footer{grid-gap:2.5rem;background:#fff;border:1px solid #fffc;border-radius:32px;box-shadow:0 20px 50px #0000000a;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr);padding:2.5rem}.cn-footer-metric{align-items:center;display:flex;gap:20px}.metric-circle{flex-shrink:0;height:60px;margin-top:18px;min-height:60px;min-width:60px;position:relative;width:60px}.metric-circle svg{height:60px;left:0;overflow:visible;position:absolute;top:0;width:60px}.metric-circle circle{fill:none;stroke:#f1f5f9;stroke-width:6}.metric-circle .metric-progress-ring{stroke:#3b44f6;stroke-linecap:round;transition:stroke-dashoffset 1s ease-out}.metric-circle span{color:#0f172a;font-size:.9rem;font-weight:900;left:50%;line-height:1;margin:0;padding:0;position:absolute;top:44%;transform:translate(-50%,-50%)}.cn-footer-metric.pink .metric-progress-ring{stroke:#ec4899}.cn-footer-metric.orange .metric-progress-ring{stroke:#f59e0b}.cn-footer-metric.green .metric-progress-ring{stroke:#10b981}.metric-info strong{color:#0f172a;display:block;font-size:1.1rem;font-weight:800;margin-bottom:2px}.metric-info span{color:#64748b;font-size:.85rem;font-weight:600}@media (max-width:1200px){.cn-dashboard-main{grid-template-columns:1fr}.cn-dash-left{flex-direction:row}.cn-dash-card{flex:1 1}}@media (max-width:768px){.cn-dash-left{flex-direction:column}.cn-dashboard-footer{grid-template-columns:repeat(2,1fr)}.cn-map-node{display:none}.cn-dash-center{padding:1.5rem 1rem}.cn-map-total{align-items:center;display:flex;flex-direction:column;left:0;margin-bottom:2rem;position:relative;right:auto;top:0;width:100%}.cn-map-total,.cn-time-filters{justify-content:center}.cn-map-container{height:350px;margin-top:0}.cn-analytics-dashboard{padding:4rem 4%}.cn-dash-title h2{font-size:2.2rem}.cn-map-total h2{font-size:2.5rem}}@media (max-width:1024px){.cn-section-title{display:block;font-size:2.5rem;margin-left:0;min-width:auto;text-align:center}.cn-features-header{align-items:flex-start;flex-direction:column;gap:1.5rem}.cn-features-desc{max-width:100%}.cn-category-tabs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);overflow-x:visible}.cn-tab{justify-content:center;text-align:center;white-space:normal;width:100%}.cn-feature-item:active,.cn-feature-item:focus{background:#3b44f6;padding-left:2.5rem;padding-right:2rem}.cn-feature-item:active .cn-feature-number,.cn-feature-item:active .cn-feature-title,.cn-feature-item:focus .cn-feature-number,.cn-feature-item:focus .cn-feature-title{color:#fff}.cn-feature-item:active .cn-feature-arrow,.cn-feature-item:focus .cn-feature-arrow{background:#fff;border-color:#fff;color:#3b44f6;transform:rotate(-45deg)}}@media (max-width:768px){.cn-section-title{font-size:2rem;line-height:1.3;padding:0 10px}.cn-search-bar{border-radius:20px;flex-direction:column;gap:15px;padding:15px}.cn-search-inputs{padding:0}.cn-input-divider{display:none}.cn-location-select{border-top:1px solid #e2e8f0;padding:10px 0;width:100%}.cn-search-btn{justify-content:center;width:100%}.cn-stats-inner,.cn-steps-grid{grid-template-columns:1fr}.cn-category-tabs{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);overflow-x:visible;padding-bottom:0}.cn-tab{font-size:.8rem;padding:10px;white-space:normal}.cn-members-grid{grid-template-columns:1fr}.cn-benefit-card{padding:2rem 1.5rem}.cn-cta-title{font-size:2.2rem}.cn-dashboard-header{align-items:flex-start;flex-direction:column;gap:1.5rem}.cn-dash-desc{margin-top:.5rem;max-width:100%;text-align:left}.cn-dash-card{padding:1.5rem}.cn-bubble-chart{gap:10px;height:80px}.cn-bubble-chart .b1{height:25px;width:25px}.cn-bubble-chart .b2{height:45px;margin-top:-20px;width:45px}.cn-bubble-chart .b3{height:55px;width:55px}.cn-bubble-chart .b4{height:35px;margin-top:20px;width:35px}.cn-bubble-chart .b5{height:20px;width:20px}.cn-dashboard-footer{gap:1.5rem;grid-template-columns:1fr}.cn-feature-item{grid-template-columns:50px 1fr 40px;padding:1.5rem 0}.cn-feature-title{font-size:1rem}}@media (min-width:769px) and (max-width:1024px){.cn-floating-preview{display:block!important;position:absolute;right:2%;top:50%;transform:translateY(-50%) scale(.8);width:300px;z-index:100}.cn-floating-preview.visible{right:5%;transform:translateY(-50%) scale(1)}.cn-features-content{padding-right:320px}}@media (max-width:768px){.cn-floating-preview{display:none!important;left:0;margin:2rem auto 0;opacity:0;position:relative;right:0;top:auto;transform:scale(.95);transition:all .4s ease;width:90%}.cn-floating-preview.visible{display:block!important;opacity:1;transform:scale(1)}}@media (max-width:380px){.cn-simple-steps-grid{gap:2.5rem}.cn-simple-step,.cn-step-top{text-align:center}.cn-step-top{flex-direction:column;justify-content:center}.cn-step-index{display:inline-block;font-size:2.5rem}.cn-geom{display:none}.cn-step-title-box{padding:6px 16px;transform:rotate(0deg)}.cn-step-title-box h3{font-size:1.2rem;white-space:normal}.cn-step-divider{margin:1rem 0}.cn-simple-step p{font-size:.9rem;text-align:center}.cn-hero{padding:2rem 4% 6rem}.cn-hero-title{font-size:2rem}.cn-hero-badge-text{font-size:.75rem}.cn-search-bar{padding:12px}.cn-search-btn{padding:10px 16px}.cn-search-btn,.cn-search-inputs input{font-size:.85rem}.cn-proof-main{flex-wrap:wrap;gap:12px;justify-content:center}.cn-stats-inner{gap:1rem}.cn-stat-item{padding:1rem}.cn-stat-value{font-size:1.5rem}.cn-stat-label{font-size:.75rem}.cn-section-title{font-size:1.6rem}.cn-section-tag{font-size:1rem}.cn-section-desc{font-size:.9rem;padding:0 10px}.cn-category-tabs{gap:8px}.cn-tab{font-size:.7rem;padding:8px}.cn-tab-icon{font-size:.9rem}.cn-tab-count{font-size:.65rem;padding:1px 6px}.cn-members-grid{gap:1rem}.cn-member-card{padding:1.5rem}.cn-member-name{font-size:1rem}.cn-btn-connect,.cn-member-role{font-size:.75rem}.cn-btn-connect{padding:8px 16px}.cn-benefits{padding:2rem 4%}.cn-benefit-card{padding:1.5rem}.cn-benefit-icon-wrap{font-size:1.3rem;height:50px;width:50px}.cn-benefit-title{font-size:1.2rem}.cn-benefit-desc{font-size:.85rem}.cn-features-explorer{padding:2rem 4%;text-align:center}.cn-features-title-group h2{font-size:1.5rem;text-align:center}.cn-feature-item{grid-template-columns:40px 1fr 30px;padding:1rem 0}.cn-feature-number{font-size:.7rem}.cn-feature-title{font-size:.8rem}.cn-feature-arrow{height:28px;width:28px}.cn-feature-arrow i{font-size:.7rem}.cn-analytics-dashboard{padding:2rem 4%}.cn-dash-title h2{font-size:1.6rem;text-align:center}.cn-sub-label{text-align:center}.cn-dash-tabs span{font-size:.7rem;padding:6px 10px}.cn-dash-card{padding:1.2rem}.cn-card-head h3{font-size:1.5rem}.cn-card-head .trend{font-size:.7rem;padding:3px 6px}.prog-item{font-size:.8rem}.cn-map-container{height:280px}.cn-map-total h2{font-size:1.8rem}.cn-map-total .label{font-size:.8rem}.cn-time-filters span{font-size:.7rem}.cn-dashboard-footer{gap:1rem;padding:1.5rem}.cn-footer-metric{gap:10px}.metric-circle{min-height:45px;min-width:45px}.metric-circle,.metric-circle svg{height:45px;width:45px}.metric-circle span{font-size:.7rem;margin-bottom:-40%;margin-left:25%}.metric-info strong{font-size:.9rem;margin-left:10%}.metric-info span{font-size:.7rem;margin-left:10%}.cn-cta-section{padding:2rem 4%}.cn-cta-title{font-size:1.6rem}.cn-cta-subtitle{font-size:.9rem}.cn-btn-cta-primary,.cn-btn-cta-secondary{font-size:.85rem;padding:12px 20px}.cn-cta-trust p{font-size:.75rem}.cn-cta-avatars img{height:28px;width:28px}.footer-container{padding:0 15px}.footer-top{padding:30px 0 20px}.brand-logo span{font-size:1.2rem}.brand-tagline{font-size:.75rem}.footer-links-group h4{font-size:.65rem}.footer-links-group a{font-size:.75rem}.app-store-btn{padding:6px 12px}.app-store-btn,.footer-bottom-content p,.footer-legal-links a{font-size:.7rem}.cn-step-index br{display:none}.cn-simple-step .cn-step-index{margin-bottom:.5rem}.cn-stat-item{text-align:center}.cn-feature-number{text-align:left}.cn-dash-card h3{flex-wrap:wrap}.cn-bubble-chart{flex-wrap:wrap;gap:12px;height:auto}.cn-bubble-chart .bubble{margin:0!important}.cn-card-progress{margin-top:1rem}.cn-map-node{display:none}.cn-time-filters{flex-wrap:wrap;gap:10px;justify-content:center}}@media (max-width:320px){.cn-hero-title{font-size:1.8rem}.cn-section-title{font-size:1.4rem}.cn-step-index{font-size:2rem}.cn-step-title-box h3{font-size:1rem}.cn-member-avatar{height:60px;width:60px}.cn-card-head h3{font-size:1.3rem}.cn-map-total h2{font-size:1.5rem}.cn-cta-title{font-size:1.4rem}.footer-links-group{min-width:auto}.app-buttons{flex-direction:column}.app-store-btn,.cn-proof-rating{justify-content:center}.cn-proof-rating{align-items:center;display:flex;flex-direction:column;margin-top:8px;width:100%}.cn-proof-rating span{display:inline-block;margin-top:10%}.cn-stars{display:inline-flex;gap:2px;margin-top:10%}.cn-hero-partners{margin-bottom:20%}}.about-page{background:#fff;color:#0f172a;font-family:Inter,sans-serif;overflow-x:hidden}.ab-container{margin:0 auto;max-width:1400px;padding:0 6%}.ab-tag{align-items:center;background:#3b44f60d;border-radius:50px;color:#3b44f6;display:inline-flex;font-size:.85rem;font-weight:700;gap:8px;letter-spacing:1.5px;margin-bottom:1.5rem;padding:6px 14px;text-transform:uppercase}.ab-hero{background:#fff;padding:4rem 0 3rem}.ab-editorial-header{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1.1fr .9fr;margin-bottom:3rem}.ab-header-left{align-items:flex-start;display:flex;flex-direction:column}.ab-hero-title{color:#0f172a;font-size:4.5rem;font-weight:900;letter-spacing:-3px;line-height:1.05;margin-bottom:1.5rem}.ab-btn-outline{align-items:center;background:#0000;border:2px solid #e2e8f0;border-radius:100px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;margin-top:.5rem;padding:14px 28px;transition:all .3s ease}.ab-btn-outline:hover{border-color:#3b44f6;color:#3b44f6;transform:translateX(4px)}.ab-header-right{align-items:flex-start;display:flex}.ab-hero-subtitle{color:#64748b;font-size:1.05rem;line-height:1.8;margin-top:0}.ab-hero-visuals{display:none;margin-bottom:4rem;position:relative;z-index:10}.ab-stats-card{background:#fff;border:1px solid #2563eb12;border-radius:28px;box-shadow:0 8px 40px #2563eb1a;padding:36px 32px 28px;width:100%}.ab-stats-header{margin-bottom:24px;text-align:center}.ab-stats-header h3{color:#0f172a;font-size:1.35rem;font-weight:800;margin:0 0 6px}.ab-stats-header p{color:#94a3b8;font-size:.85rem;margin:0}.ab-stats-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:22px}.ab-stat-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;gap:14px;padding:16px}.ab-stat-box,.ab-stat-icon{align-items:center;display:flex}.ab-stat-icon{background:#dbeafe;border-radius:12px;color:#2563eb;flex-shrink:0;font-size:1.2rem;height:42px;justify-content:center;width:42px}.ab-stat-info h4{color:#0f172a;font-size:1.2rem;font-weight:800;margin:0 0 2px}.ab-stat-info span{color:#64748b;font-size:.75rem;font-weight:500}.ab-stats-footer{margin-top:4px}.ab-btn-join-now{align-items:center;background:#0f172a;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;letter-spacing:.3px;padding:16px;transition:all .3s ease;width:100%}.ab-btn-join-now:hover{background:#1e293b;box-shadow:0 8px 24px #0f172a40;transform:translateY(-2px)}.ab-search-header{display:flex;gap:20px;margin-bottom:2rem}.ab-search-header span{align-items:center;color:#0f172a;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:6px}.ab-search-fields{gap:1.5rem}.ab-field,.ab-search-fields{display:flex;flex-direction:column}.ab-field{border:1px solid #e2e8f0;border-radius:16px;padding:15px 20px}.ab-field label{align-items:center;color:#0f172a;display:flex;font-size:.8rem;font-weight:700;gap:8px;margin-bottom:4px}.ab-field input{border:none;color:#0f172a;font-size:1.1rem;font-weight:700;outline:none;padding:4px 0}.ab-field span{color:#0f172a;font-size:.75rem}.ab-field-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.ab-btn-search{align-items:center;background:#3b44f6;border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:10px;justify-content:center;margin-top:2rem;padding:18px;width:100%}.ab-map-visual{height:500px;margin:6rem auto 0;max-width:1100px;position:relative;width:100%;z-index:1}.ab-world-map{filter:grayscale(.2);height:100%;object-fit:contain;opacity:.9;width:100%}.ab-pin{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:flex-start;position:absolute;transform:translate(-7px,-50%);width:auto;z-index:5}.ab-dot{background:#3b44f6;border:2px solid #fff;border-radius:50%;box-shadow:0 0 15px #3b44f680;display:block;height:14px;margin:0 auto;position:relative;transition:transform .2s ease;width:14px;z-index:2}.ab-dot:after{animation:ab-pulse 2s infinite;border:2px solid #3b44f6;border-radius:50%;content:"";height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@keyframes ab-pulse{0%{opacity:.8;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2.5)}}.ab-tooltip{align-items:center;display:flex;font-size:.9rem;font-weight:700;gap:8px;margin-left:12px;pointer-events:none;transition:transform .3s ease;white-space:nowrap}.ab-tooltip .tooltip-text,.ab-tooltip span{color:#000!important;font-weight:600}.ab-tooltip i{color:#3b44f6;font-size:1rem}.ab-tooltip span{color:#000}.ab-pin:hover .ab-tooltip{transform:translateX(5px)}.pin-featured .ab-tooltip{color:#3b44f6}.pin-featured .ab-tooltip span{color:#3b44f6!important}.ab-badge{background:#6366f1;border-radius:50px;box-shadow:0 4px 10px #0000001a;color:#fff;font-size:.65rem;font-weight:800;left:50%;padding:4px 10px;position:absolute;text-transform:uppercase;top:-45px;transform:translateX(-50%);white-space:nowrap}.ab-map-lines{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.pin-1{transform:translate(-7px,-50%) scale(.9)}.pin-2{transform:translate(-7px,-50%) scale(1)}.pin-3{transform:translate(-7px,-50%) scale(1.1);z-index:10}.pin-4{transform:translate(-7px,-50%) scale(.95)}.pin-5{transform:translate(-7px,-50%) scale(1)}.pin-6{transform:translate(-7px,-50%) scale(.9)}.pin-7{transform:translate(-7px,-50%) scale(1)}.ab-partners{border-top:1px solid #f1f5f9;margin-top:4rem;padding-top:4rem;text-align:center}.ab-partner-logos{display:flex;font-size:1.5rem;font-weight:800;gap:4rem;justify-content:center;margin-top:2rem;opacity:.4}.ab-testimonials{padding:0 0 40px}.ab-header-row{align-items:flex-start;display:flex;gap:4rem;justify-content:space-between}.ab-value-desc{color:#64748b;font-size:1rem;line-height:1.7;margin:0;max-width:550px;text-align:left}.ab-test-header h2{color:#0f172a;font-size:3.5rem;font-weight:900;line-height:1.1;margin:0;max-width:600px}.ab-trust-header{align-items:flex-start;display:flex;flex-direction:column;text-align:left}.ab-trust-top{color:#0f172a;font-size:1.1rem;font-weight:800;gap:6px}.ab-trust-stars,.ab-trust-top{align-items:center;display:flex;justify-content:flex-start}.ab-trust-stars{gap:15px;margin:8px 0}.ab-stars-row{color:#3b44f6}.ab-test-content{grid-gap:5rem;align-items:flex-start;display:grid;gap:5rem;grid-template-columns:.8fr 1.2fr;margin-top:4rem}.ab-test-image img{border-radius:32px;height:550px;object-fit:cover;width:100%}.ab-reviews-meta{color:#0f172a;display:flex;justify-content:space-between;margin-bottom:2rem}.ab-stars-gold{color:#3b44f6;display:flex;font-weight:800;gap:6px}.ab-quote-card{background:#f8fafc;border-radius:40px;margin-top:0;padding:4rem;position:relative}.ab-quote-header{align-items:center;display:flex;gap:.8rem;margin-bottom:2rem}.ab-mission-label{color:#3b44f6;display:block;font-size:1.3rem;font-weight:900;letter-spacing:2px;text-transform:uppercase}.ab-quote-title{color:#0f172a;font-size:1.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.ab-quote-card i{color:#3b44f6;display:block;font-size:3rem}.ab-quote-card p{color:#0f172a;font-size:1.4rem;font-weight:500;line-height:1.6;margin-bottom:2rem}.ab-quote-user strong{color:#0f172a;display:block;font-size:1.1rem}.ab-quote-user span{color:#0f172a;font-size:.9rem}.ab-test-btns{display:flex;gap:15px;margin-top:3rem}.ab-test-btns button{background:#fff;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer;font-size:1.2rem;height:50px;width:50px}.ab-test-btns button.active{background:#3b44f6;border-color:#3b44f6;color:#fff}.ab-community{padding-bottom:.1rem;width:100%!important}.ab-community-orange{background:#3b44f6;border-radius:0;flex-direction:column;min-height:450px;overflow:hidden;padding:4rem 2rem 2rem;width:100%!important}.ab-community-center,.ab-community-orange{align-items:center;display:flex;justify-content:center;position:relative}.ab-community-center{height:280px;max-width:600px;width:100%;z-index:10}.p-left{transform:rotate(-8deg) translateX(-60px);z-index:2}.p-right{transform:rotate(6deg) translateX(60px) translateY(20px);z-index:3}.ab-polaroid{background:#fff;border-radius:24px;box-shadow:0 30px 60px #0003;padding:12px 12px 20px;position:absolute;width:280px}.p-img img{border-radius:16px;height:180px;margin-bottom:15px;object-fit:cover;width:100%}.p-content h4{color:#0f172a;font-size:1.1rem;font-weight:800;line-height:1.2;margin-bottom:12px}.p-meta{justify-content:space-between}.p-meta,.p-meta span{align-items:center;display:flex}.p-meta span{color:#0f172a;font-size:.8rem;gap:4px}.p-users{align-items:center;display:flex}.p-users img{border:2px solid #fff;border-radius:50%;height:24px;margin-left:-8px;width:24px}.p-users img:first-child{margin-left:0}.av{border:3px solid #fff;border-radius:50%;box-shadow:0 10px 20px #0000001a;height:70px;object-fit:cover;position:absolute;width:70px;z-index:1}.av-1{height:80px;left:10%;top:10%;width:80px}.av-2{height:60px;left:25%;top:25%;width:60px}.av-3{height:90px;left:5%;top:50%;width:90px}.av-4{height:50px;left:15%;top:75%;width:50px}.av-5{height:85px;right:15%;top:15%;width:85px}.av-6{height:65px;right:5%;top:40%;width:65px}.av-7{height:75px;right:20%;top:65%;width:75px}.av-8{height:55px;right:5%;top:80%;width:55px}.ab-community-footer{color:#fff;margin-top:4rem;text-align:center;z-index:10}.ab-community-footer h2{color:#fff;font-size:4.5rem;font-weight:800;letter-spacing:-2px;margin-bottom:.5rem}.ab-community-footer p{color:#fff;font-size:1.1rem;opacity:.9}.ab-bottom{padding:8rem 0}.ab-bottom-grid{grid-gap:6rem;border-bottom:1px solid #f1f5f9;display:grid;gap:6rem;grid-template-columns:1fr 1fr;padding-bottom:6rem}.ab-bottom-left h2{color:#0f172a;font-size:4rem;font-weight:900;line-height:1}.ab-bottom-social{color:#0f172a;display:flex;font-weight:600;gap:15px;margin-top:3rem}.ab-bottom-right p{color:#0f172a;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.ab-btn-join{align-items:center;background:#3b44f6;border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:12px;margin-bottom:3rem;padding:18px 36px}.ab-massive-logo{color:#0f172a;font-size:10rem;font-weight:900;letter-spacing:-8px;padding:6rem 0;text-align:center}.ab-massive-logo span{font-size:3rem;vertical-align:top}.ab-bottom-links{display:flex;gap:4rem;justify-content:center}.ab-bottom-links a{color:#0f172a;font-weight:600;text-decoration:none}.ab-impact{background:#f8fafc;padding:2rem 0}.ab-impact-grid{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.ab-impact-left h2{color:#0f172a;font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:2rem}.ab-impact-left p{color:#0f172a;font-size:1.1rem;line-height:1.7;margin-bottom:3rem}.ab-impact-stats{display:flex;gap:4rem}.i-stat h3{color:#3b44f6;font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.i-stat span{color:#0f172a;font-size:1rem;font-weight:700}.ab-impact-cards{gap:20px}.ab-impact-cards,.impact-card{display:flex;flex-direction:column}.impact-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;gap:12px;padding:2rem;transition:all .3s ease}.impact-card i{color:#3b44f6;font-size:2rem}.impact-card h4{color:#0f172a;font-size:1.2rem;font-weight:800}.impact-card p{color:#0f172a;font-size:.95rem}.impact-card.active{background:#3b44f6;border-color:#3b44f6;box-shadow:0 20px 40px #3b44f633}.impact-card.active h4,.impact-card.active i,.impact-card.active p{color:#fff}@media (min-width:1600px){.ab-container{max-width:1600px;padding:0 8%}.ab-hero-title{font-size:5.5rem}.ab-map-visual{height:700px;margin-top:4rem;max-width:1400px}.ab-pin{transform:translate(-7px,-50%) scale(1.3)}.ab-hero-grid{gap:8rem}.ab-test-header h2{font-size:4rem}.ab-community-footer h2{font-size:5rem}}@media (min-width:1200px) and (max-width:1599px){.ab-container{padding:0 5%}.ab-hero-title{font-size:4rem}.ab-test-header h2{font-size:3.2rem;max-width:550px}.ab-header-row{gap:3rem}.ab-community-footer h2{font-size:4rem}.ab-bottom-left h2{font-size:3.5rem}.ab-impact-left h2{font-size:3rem}.ab-massive-logo{font-size:8rem}}@media (min-width:992px) and (max-width:1199px){.ab-container{padding:0 4%}.ab-hero-title{font-size:3.5rem}.ab-bottom-grid,.ab-hero-grid,.ab-impact-grid,.ab-test-content{gap:3rem;grid-template-columns:1fr}.ab-hero-subtitle{max-width:100%}.ab-test-header h2{font-size:2.8rem;max-width:480px}.ab-header-row{gap:2rem}.ab-test-image img{height:450px}.ab-quote-card{padding:3rem}.ab-quote-card p{font-size:1.3rem}.ab-community-center{transform:scale(.9)}.ab-community-footer h2{font-size:3.5rem}.ab-impact-left h2{font-size:2.8rem}.ab-massive-logo{font-size:7rem}.ab-map-visual{height:450px}}@media (min-width:768px) and (max-width:991px){.ab-container{padding:0 4%}.ab-hero{padding:3rem 0 2rem}.ab-hero-title{font-size:3rem}.ab-hero-title br{display:none}.ab-bottom-grid,.ab-hero-grid,.ab-impact-grid,.ab-test-content{gap:3rem;grid-template-columns:1fr}.ab-hero-subtitle{font-size:1rem;max-width:100%}.ab-stats-card{padding:2rem}.ab-stats-grid{gap:1rem;grid-template-columns:1fr}.ab-stat-box{padding:1.2rem}.ab-test-header h2{font-size:2.5rem}.ab-header-row{align-items:flex-start;flex-direction:column;gap:1.5rem}.ab-test-image img{height:380px}.ab-quote-card{padding:2rem}.ab-quote-card p{font-size:1.1rem}.ab-map-visual{height:400px;margin:3rem auto 0}.ab-pin{transform:translate(-7px,-50%) scale(.8)}.ab-tooltip{font-size:.75rem;margin-left:8px;white-space:nowrap}.ab-community-orange{padding:3rem 1.5rem}.ab-community-center{flex-direction:row;gap:15px;height:auto;justify-content:center;transform:scale(.8)}.p-left,.p-right{position:relative;transform:none}.ab-polaroid{position:relative;width:260px}.av{display:none}.ab-community-footer h2{font-size:2.8rem}.ab-community-footer p{font-size:1rem}.ab-bottom{padding:5rem 0}.ab-bottom-left h2{font-size:2.5rem}.ab-bottom-right p{font-size:1rem}.ab-impact-left h2{font-size:2.5rem}.ab-impact-stats{gap:2rem}.i-stat h3{font-size:2rem}.impact-card{padding:1.5rem}.impact-card.active{transform:none}.ab-massive-logo{font-size:5rem;padding:3rem 0}.ab-massive-logo span{font-size:2rem}.ab-bottom-links{flex-wrap:wrap;gap:2rem}}@media (min-width:577px) and (max-width:767px){.ab-container{padding:0 5%}.ab-hero{padding:2.5rem 0 1.5rem}.ab-hero-title{font-size:2.5rem}.ab-hero-title br{display:none}.ab-hero-subtitle{font-size:.95rem}.ab-btn-outline{justify-content:center;padding:12px 20px;width:100%}.ab-bottom-grid,.ab-hero-grid,.ab-impact-grid,.ab-test-content{gap:2rem;grid-template-columns:1fr}.ab-stats-card{padding:1.5rem}.ab-stats-header h3{font-size:1.5rem}.ab-stats-grid{gap:1rem;grid-template-columns:1fr}.ab-stat-box{padding:1rem}.ab-stat-icon{height:35px;width:35px}.ab-stat-icon,.ab-stat-info h4{font-size:1rem}.ab-btn-join-now{font-size:.9rem;padding:14px}.ab-test-header h2{font-size:2rem}.ab-header-row{align-items:flex-start;flex-direction:column;gap:1rem}.ab-trust-header{width:100%}.ab-test-image img{height:300px}.ab-quote-card{padding:1.5rem}.ab-quote-card i{font-size:2rem}.ab-quote-card p{font-size:1rem}.ab-reviews-meta{flex-direction:column;gap:10px}.ab-map-visual{height:350px;margin:2rem auto 0}.ab-pin{transform:translate(-7px,-50%) scale(.7)}.ab-tooltip{font-size:.7rem;margin-left:6px}.ab-badge{display:none}.ab-community-orange{padding:2rem 1rem}.ab-community-center{flex-direction:column;gap:20px;height:auto;transform:scale(.7)}.p-left,.p-right{position:static;transform:none}.ab-polaroid{margin:0 auto;position:relative;width:280px}.av{display:none}.ab-community-footer{margin-top:1rem}.ab-community-footer h2{font-size:2rem}.ab-community-footer p{font-size:.9rem}.ab-bottom{padding:3rem 0}.ab-bottom-left h2{font-size:2rem}.ab-bottom-left h2 br{display:none}.ab-bottom-social{flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.ab-bottom-right p{font-size:.95rem;margin-bottom:1.5rem}.ab-btn-join{font-size:1rem;justify-content:center;margin-bottom:1.5rem;padding:12px 24px;width:100%}.ab-impact-left h2{font-size:2rem}.ab-impact-left h2 br{display:none}.ab-impact-left p{font-size:.9rem;margin-bottom:1.5rem}.ab-impact-stats{flex-wrap:wrap;gap:1.5rem;justify-content:center}.i-stat{text-align:center}.i-stat h3{font-size:1.8rem}.i-stat span{font-size:.85rem}.impact-card{padding:1.2rem}.impact-card i{font-size:1.5rem}.impact-card h4{font-size:1rem}.impact-card p{font-size:.85rem}.impact-card.active{transform:none}.ab-massive-logo{font-size:3rem;padding:2rem 0}.ab-massive-logo span{font-size:1.2rem}.ab-bottom-links{flex-wrap:wrap;gap:1rem}.ab-bottom-links a{font-size:.85rem}}@media (min-width:481px) and (max-width:576px){.ab-container{padding:0 5%}.ab-tag{font-size:.75rem}.ab-hero-title{font-size:2rem}.ab-hero-subtitle{font-size:.9rem}.ab-btn-outline{justify-content:center;width:100%}.ab-bottom-grid,.ab-hero-grid,.ab-impact-grid,.ab-test-content{gap:2rem;grid-template-columns:1fr}.ab-stats-card{padding:1.2rem}.ab-stats-header h3{font-size:1.3rem}.ab-stats-header p{font-size:.8rem}.ab-stats-grid{grid-template-columns:1fr}.ab-stat-box{padding:.8rem}.ab-stat-icon{height:30px;width:30px}.ab-stat-icon,.ab-stat-info h4{font-size:.9rem}.ab-stat-info span{font-size:.7rem}.ab-test-header h2{font-size:1.8rem}.ab-header-row{align-items:flex-start;flex-direction:column;gap:1rem}.ab-trust-top{font-size:.9rem}.ab-trust-stars h3{font-size:1rem}.ab-test-image img{height:220px}.ab-quote-card{padding:1.2rem}.ab-quote-card i{font-size:1.5rem}.ab-quote-card p{font-size:.9rem}.ab-quote-user strong{font-size:.95rem}.ab-quote-user span{font-size:.8rem}.ab-map-visual{height:280px}.ab-pin{transform:translate(-7px,-50%) scale(.6)}.ab-tooltip{font-size:.6rem;margin-left:6px}.ab-badge{display:none}.ab-community-center{align-items:center;flex-direction:column;gap:30px;margin:40px 0;transform:none}.ab-polaroid{margin:0 auto;position:relative;transform:none!important;width:280px}.p-img img{height:150px}.p-content h4{font-size:.9rem}.ab-community-footer h2{font-size:1.6rem}.ab-community-footer p{font-size:.8rem}.ab-bottom-left h2{font-size:1.6rem}.ab-bottom-right p{font-size:.85rem}.ab-btn-join{font-size:.9rem;padding:10px 20px}.ab-impact-left h2{font-size:1.6rem}.ab-impact-left p{font-size:.85rem}.i-stat h3{font-size:1.6rem}.i-stat span{font-size:.75rem}.impact-card h4{font-size:.95rem}.impact-card p{font-size:.8rem}.ab-massive-logo{font-size:2.5rem}.ab-massive-logo span{font-size:1rem}.ab-bottom-links{align-items:center;flex-direction:column;gap:.8rem}}@media (max-width:480px){.ab-container{padding:0 4%}.ab-tag{font-size:.7rem}.ab-hero{padding:2rem 0 1rem}.ab-hero-title{font-size:1.6rem}.ab-hero-subtitle{font-size:.85rem;margin-bottom:1.5rem}.ab-btn-outline{font-size:.85rem;justify-content:center;padding:10px 16px;width:100%}.ab-editorial-header{gap:2rem;grid-template-columns:1fr}.ab-header-left{align-items:center}.ab-header-left,.ab-hero-title{text-align:center}.ab-bottom-grid,.ab-hero-grid,.ab-impact-grid,.ab-test-content{gap:1.5rem;grid-template-columns:1fr}.ab-stats-card{padding:1rem}.ab-stats-header h3{font-size:1.2rem}.ab-stats-header p{font-size:.75rem}.ab-stats-grid{gap:.8rem;grid-template-columns:1fr}.ab-stat-box{padding:.7rem}.ab-stat-icon{font-size:.8rem;height:28px;width:28px}.ab-stat-info h4{font-size:.85rem}.ab-stat-info span{font-size:.65rem}.ab-btn-join-now{font-size:.8rem;padding:10px}.ab-test-header h2{font-size:1.5rem}.ab-header-row{align-items:flex-start;flex-direction:column;gap:1rem}.ab-trust-top{font-size:.8rem}.ab-trust-stars h3{font-size:.9rem}.ab-stars-row{font-size:.8rem}.ab-test-image img{height:180px}.ab-quote-card{padding:1rem}.ab-quote-card i{font-size:1.2rem}.ab-quote-card p,.ab-quote-user strong{font-size:.85rem}.ab-quote-user span{font-size:.7rem}.ab-map-visual{height:220px;margin:2rem auto 0}.ab-pin{transform:translate(-7px,-50%) scale(.5)}.ab-pin .ab-tooltip{background:#0000;box-shadow:none;color:#0f172a;font-size:.55rem;font-weight:600;margin-left:4px}.ab-community-orange{padding:1.5rem 1rem}.ab-community-center{align-items:center;flex-direction:column;gap:25px;height:auto;margin:30px 0;transform:none}.ab-polaroid{margin:0 auto;position:relative;transform:none!important;width:240px}.p-img img{height:130px}.p-content h4{font-size:.8rem}.p-meta span{font-size:.7rem}.p-users img{height:20px;width:20px}.av{display:none}.ab-community-footer{margin-top:1rem}.ab-community-footer h2{font-size:1.3rem}.ab-community-footer p{font-size:.7rem}.ab-bottom{padding:2rem 0}.ab-bottom-left h2{font-size:1.4rem}.ab-bottom-social{font-size:.7rem;gap:10px}.ab-bottom-right p{font-size:.8rem;margin-bottom:1.2rem}.ab-btn-join{font-size:.8rem;justify-content:center;margin-bottom:1rem;padding:10px 16px;width:100%}.ab-impact-left h2{font-size:1.4rem;text-align:center}.ab-impact-left p{font-size:.8rem;margin-bottom:1rem}.ab-impact-stats{gap:1rem}.i-stat h3{font-size:1.4rem}.i-stat span{font-size:.7rem}.impact-card{gap:8px;padding:1rem}.impact-card i{font-size:1.2rem}.impact-card h4{font-size:.9rem}.impact-card p{font-size:.75rem}.ab-massive-logo{font-size:2rem;padding:1.5rem 0}.ab-massive-logo span{font-size:.9rem}.ab-bottom-links{align-items:center;flex-direction:column;gap:.6rem}.ab-bottom-links a{font-size:.7rem}}@media (hover:none) and (pointer:coarse){.ab-btn-join,.ab-btn-join-now,.ab-btn-outline,.ab-btn-search,.ab-test-btns button,.impact-card{-webkit-tap-highlight-color:transparent;cursor:pointer}.ab-btn-join-now:active,.ab-btn-join:active,.ab-btn-outline:active,.ab-btn-search:active{transform:scale(.98);transition:transform .1s ease}.ab-btn-join,.ab-btn-join-now,.ab-btn-search,button{min-height:44px}.impact-card:active{transform:scale(.98)}}@media print{.ab-bottom-social,.ab-btn-join,.ab-community-orange,.ab-map-visual,.ab-search-card,.ab-test-btns{display:none}.ab-bottom-grid,.ab-hero-grid,.ab-impact-grid,.ab-test-content{break-inside:avoid;page-break-inside:avoid}.ab-hero-title{font-size:24pt}.impact-card{border:1px solid #ccc;box-shadow:none}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}img{height:auto;max-width:100%}@media (max-width:768px){.impact-card.active{transform:none!important}}body{overflow-x:hidden;width:100%}@media (min-width:1600px){.ab-container{max-width:1800px;padding:0 5%}.ab-hero-title{font-size:6.5rem}.ab-hero-subtitle{font-size:1.4rem;max-width:700px}.ab-map-visual{height:800px;margin-top:6rem;max-width:1600px}.ab-pin{transform:translate(-7px,-50%) scale(1.5)}.ab-hero-grid{gap:12rem}.ab-stats-card{padding:4rem}.ab-stat-box{padding:2rem}.ab-stat-info h4{font-size:2.5rem}.ab-stat-info span{font-size:1.1rem}}@media (min-width:2400px){.ab-container{max-width:2200px}.ab-hero-title{font-size:8rem}.ab-hero-subtitle{font-size:1.8rem;max-width:900px}.ab-map-visual{height:1000px;max-width:1900px}.ab-pin{transform:translate(-7px,-50%) scale(1.8)}}*{box-sizing:border-box;max-width:100%}