*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#1f2937;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}#root{min-height:100vh}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}::selection{color:#1f2937;background-color:#2563eb33}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#dbeafe;--secondary:#7c3aed;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--text-primary:#1f2937;--text-secondary:#4b5563;--text-tertiary:#9ca3af;--background:#fff;--background-secondary:#f9fafb;--background-dark:#111827;--border:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--gradient-primary:linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);--gradient-hero:linear-gradient(180deg, #eff6ff 0%, #fff 50%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-primary);background:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.landing-layout{background:var(--background);min-height:100vh}.landing-layout .ant-layout-content{background:var(--background)}.landing-header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-light);top:0;left:0;right:0;background:#fffffff2!important;height:72px!important;padding:0 24px!important;line-height:72px!important;position:fixed!important}.header-content{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;display:flex}.logo{cursor:pointer;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-icon{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.logo-text{color:var(--text-primary);font-size:22px;font-weight:700}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--text-secondary);cursor:pointer;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.header-actions{align-items:center;gap:12px;display:flex}.login-btn{color:var(--text-secondary)!important}.hero-section{background:var(--gradient-hero);justify-content:center;align-items:center;gap:60px;min-height:100vh;padding:140px 24px 80px;display:flex;position:relative;overflow:hidden}.hero-bg-gradient{pointer-events:none;background:radial-gradient(80% 80% at 50% -20%,#2563eb26,#0000);position:absolute;inset:0}.hero-content{text-align:left;z-index:1;max-width:600px}.hero-tag{margin-bottom:24px}.hero-title{color:var(--text-primary)!important;margin-bottom:24px!important;font-size:52px!important;font-weight:800!important;line-height:1.1!important}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary)!important;margin-bottom:32px!important;font-size:18px!important;line-height:1.7!important}.hero-buttons{margin-bottom:32px}.hero-features{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.hero-feature-item{align-items:center;gap:8px;display:flex}.hero-check{font-size:16px;color:var(--success)!important}.hero-feature-item .ant-typography{color:var(--text-secondary);font-size:14px}.hero-stats{align-items:center;gap:24px;display:flex}.stat-item{flex-direction:column;display:flex}.stat-number{color:var(--primary)!important;font-size:28px!important;font-weight:700!important}.stat-label{color:var(--text-tertiary)!important;font-size:14px!important}.stat-divider{border-color:var(--border)!important;height:40px!important}.hero-image{z-index:1}.hero-mockup{background:var(--background);width:500px;box-shadow:var(--shadow-xl);border:1px solid var(--border);border-radius:16px;overflow:hidden}.mockup-header{background:var(--background-secondary);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 16px;display:flex}.mockup-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.mockup-title{color:var(--text-tertiary);font-size:13px}.mockup-content{padding:24px}.interview-preview{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.ai-avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.interview-bubble{background:var(--primary-light);border-radius:4px 12px 12px;padding:16px}.interview-bubble .ant-typography{color:var(--text-primary);font-size:14px;font-style:italic}.candidate-preview{justify-content:flex-end;align-items:center;gap:12px;margin-bottom:20px;display:flex}.candidate-avatar{background:var(--background-secondary);width:40px;height:40px;color:var(--text-tertiary);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.response-indicator{background:var(--background-secondary);border-radius:12px;align-items:center;gap:8px;padding:12px 16px;display:flex}.pulse{background:var(--success);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.live-metrics{justify-content:center;gap:8px;display:flex}.trusted-section{background:var(--background);border-bottom:1px solid var(--border-light);text-align:center;padding:60px 24px}.trusted-label{text-transform:uppercase;letter-spacing:2px;margin-bottom:24px;display:block;color:var(--text-tertiary)!important;font-size:12px!important}.trusted-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;max-width:900px;margin:0 auto;display:flex}.logo-placeholder{color:var(--text-tertiary);opacity:.5;font-size:20px;font-weight:700}.section-header{text-align:center;max-width:650px;margin:0 auto 64px}.section-header .ant-typography{margin-bottom:16px!important}.section-subtitle{color:var(--text-secondary)!important;font-size:18px!important;line-height:1.6!important}.features-section{background:var(--background);max-width:1200px;margin:0 auto;padding:100px 24px}.features-grid{max-width:1200px;margin:0 auto}.feature-card{height:100%;border:1px solid var(--border)!important;border-radius:16px!important;transition:all .3s!important}.feature-card:hover{border-color:var(--primary)!important;box-shadow:var(--shadow-md)!important}.feature-card .ant-card-body{padding:32px!important}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:24px;display:flex}.feature-icon.blue{color:var(--primary);background:#dbeafe}.feature-icon.purple{color:var(--secondary);background:#ede9fe}.feature-icon.green{color:var(--success);background:#d1fae5}.feature-icon.orange{color:var(--warning);background:#fef3c7}.feature-icon.red{color:var(--error);background:#fee2e2}.feature-icon.cyan{color:#0891b2;background:#cffafe}.feature-icon.pink{color:#db2777;background:#fce7f3}.feature-icon.indigo{color:#4f46e5;background:#e0e7ff}.feature-icon.teal{color:#0d9488;background:#ccfbf1}.feature-icon.gold{color:#d97706;background:#fef3c7}.feature-icon.lime{color:#65a30d;background:#ecfccb}.feature-card h4{margin-bottom:12px!important}.platform-section{background:var(--background-secondary);max-width:1200px;margin:0 auto;padding:100px 24px}.how-it-works-section{background:var(--background-secondary);padding:100px 24px}.steps-container{align-items:flex-start;gap:24px;max-width:1000px;margin:0 auto;display:flex}.step-item{text-align:center;flex:1}.step-number{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:24px;font-weight:700;display:flex}.step-content h4{margin-bottom:8px!important}.step-content p{color:var(--text-secondary);font-size:14px}.step-connector{background:var(--border);flex-shrink:0;width:60px;height:2px;margin-top:32px}.comparison-section{background:var(--background);padding:100px 24px}.comparison-table-wrapper{max-width:900px;margin:0 auto;overflow-x:auto}.comparison-table{overflow:hidden;border-radius:16px!important}.comparison-table .ant-table-thead>tr>th{background:var(--background-secondary)!important;text-align:center!important;font-weight:600!important}.comparison-table .ant-table-tbody>tr>td{text-align:center}.comparison-table .feature-column{font-weight:500;text-align:left!important}.highlight-column{background:var(--primary-light)!important}.column-header{justify-content:center;align-items:center;gap:8px;display:flex}.column-header.highlight{color:var(--primary);font-weight:700}.check-icon{color:var(--success)!important;font-size:20px!important}.check-icon.muted{color:var(--text-tertiary)!important}.close-icon{color:var(--error)!important;font-size:20px!important}.highlight-text{color:var(--primary)!important}.benefits-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:100px 24px}.benefits-container{max-width:1200px;margin:0 auto}.benefits-section .section-header{margin-bottom:64px}.benefits-title{color:#fff!important}.benefits-subtitle{color:#ffffffb3!important;font-size:18px!important}.benefits-grid{max-width:1200px;margin:0 auto}.benefit-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;height:100%;padding:32px 24px;transition:all .3s}.benefit-card:hover{background:#ffffff14;border-color:#fff3}.benefit-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;display:flex}.benefit-icon-wrapper.blue{color:#60a5fa;background:#2563eb33}.benefit-icon-wrapper.green{color:#34d399;background:#10b98133}.benefit-icon-wrapper.purple{color:#a78bfa;background:#7c3aed33}.benefit-icon-wrapper.orange{color:#fbbf24;background:#f59e0b33}.benefit-value{display:block;color:#fff!important;margin-bottom:8px!important;font-size:48px!important;font-weight:800!important}.benefit-card h5{color:#fff!important;margin-bottom:12px!important;font-size:18px!important}.benefit-description{color:#fff9!important;font-size:14px!important;line-height:1.6!important}.pricing-section{background:var(--background-secondary);padding:100px 24px}.pricing-container,.pricing-grid{max-width:1200px;margin:0 auto}.pricing-card{text-align:center;height:100%;position:relative;border:1px solid var(--border)!important;background:#fff!important;border-radius:20px!important;transition:all .3s!important}.pricing-card .ant-card-body{text-align:center;padding:32px!important}.pricing-card:hover{box-shadow:var(--shadow-lg)!important}.pricing-card.featured{border:2px solid var(--primary)!important;box-shadow:var(--shadow-lg)!important}.popular-tag{top:-12px;left:50%;transform:translate(-50%);padding:4px 16px!important;font-weight:600!important;position:absolute!important}.pricing-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:16px;display:flex}.pricing-header h4{text-align:center!important;margin-bottom:8px!important;font-size:24px!important}.plan-description{color:var(--text-tertiary)!important;text-align:center!important;margin-bottom:20px!important;font-size:14px!important}.price{justify-content:center;align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.currency{color:var(--text-secondary);font-size:28px;font-weight:600}.amount{color:var(--text-primary);font-size:64px;font-weight:800;line-height:1}.period{color:var(--text-tertiary);font-size:18px}.price-per-interview{text-align:center;margin-top:4px;font-weight:500;display:block;color:var(--success)!important;font-size:13px!important}.pricing-features{flex-direction:column;align-items:center;margin-bottom:24px;padding:0;list-style:none;display:flex}.pricing-features li{color:var(--text-secondary);border-bottom:1px solid var(--border-light);justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:15px;display:inline-flex}.pricing-features li:last-child{border-bottom:none}.pricing-features li strong{color:var(--text-primary)}.pricing-features .check-green{flex-shrink:0;color:var(--success)!important;font-size:16px!important}.enterprise-cta{max-width:900px;margin:64px auto 0}.enterprise-card{border:2px dashed var(--border)!important;background:#fff!important;border-radius:16px!important}.enterprise-card .ant-card-body{padding:32px 40px!important}.enterprise-card h4{color:var(--text-primary)!important;margin-bottom:8px!important}.enterprise-card .ant-typography{color:var(--text-secondary)!important}.enterprise-btn-col{text-align:right}@media (width<=768px){.enterprise-btn-col{text-align:left;margin-top:16px}}.all-plans-card{max-width:900px;margin:48px auto 0;background:var(--background-secondary)!important;border:1px solid var(--border)!important;border-radius:16px!important}.all-plans-card .ant-card-body{padding:32px 40px!important}.all-plans-card h4{color:var(--text-primary)!important;font-weight:600!important}.included-feature{align-items:center;gap:12px;padding:8px 0;display:flex}.included-feature .check-green{flex-shrink:0;color:var(--success)!important;font-size:18px!important}.included-feature .ant-typography{font-size:15px;color:var(--text-secondary)!important}@media (width<=768px){.all-plans-card .ant-card-body{padding:24px!important}}.testimonials-section{background:var(--background);padding:100px 24px}.testimonials-grid{max-width:1200px;margin:0 auto}.testimonial-card{height:100%;border:1px solid var(--border)!important;border-radius:20px!important;transition:all .3s!important}.testimonial-card:hover{box-shadow:var(--shadow-md)!important}.testimonial-card.featured{border:2px solid var(--primary)!important;box-shadow:var(--shadow-md)!important}.testimonial-card .ant-card-body{text-align:center;flex-direction:column;height:100%;display:flex;padding:32px!important}.testimonial-quote{color:var(--primary);opacity:.15;margin-bottom:16px;font-size:64px;font-weight:700;line-height:.5}.testimonial-text{text-align:center;flex-grow:1;color:var(--text-secondary)!important;margin-bottom:20px!important;font-size:16px!important;line-height:1.8!important}.testimonial-text strong{color:var(--text-primary)}.testimonial-rating{justify-content:center;display:flex;margin-bottom:0!important}.testimonial-card .ant-divider{margin:20px 0!important}.testimonial-author{flex-direction:column;align-items:center;gap:12px;display:flex}.author-info{flex-direction:column;align-items:center;gap:2px;display:flex}.author-name{color:var(--text-primary)!important;font-size:16px!important}.author-role{color:var(--text-tertiary)!important;font-size:13px!important}.author-company{color:var(--primary)!important;font-size:13px!important;font-weight:500!important}.cta-section{background:var(--gradient-primary);text-align:center;padding:100px 24px}.cta-content{max-width:700px;margin:0 auto}.cta-title{color:#fff!important;margin-bottom:20px!important}.cta-subtitle{color:#ffffffd9!important;margin-bottom:40px!important;font-size:20px!important}.cta-section .ant-btn-primary{color:var(--primary)!important;background:#fff!important;border:none!important}.cta-section .ant-btn-primary:hover{background:#ffffffe6!important}.cta-note{margin-top:24px;display:block;color:#ffffffb3!important}.landing-footer{background:var(--background-dark)!important;padding:80px 24px 40px!important}.footer-content{max-width:1200px;margin:0 auto}.footer-brand{margin-bottom:24px}.footer-brand .logo{margin-bottom:20px}.footer-brand .logo-text{color:#fff}.footer-description{max-width:300px;color:#fff9!important;font-size:14px!important}.landing-footer h5{color:#fff!important;margin-bottom:20px!important}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#fff9;cursor:pointer;font-size:14px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-divider{border-color:#ffffff1a!important;margin:48px 0 32px!important}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-bottom .ant-typography{color:#ffffff80!important}.footer-copyright{flex-direction:column;gap:8px;display:flex}.made-in-canada{align-items:center;gap:6px;display:flex}.made-in-canada .ant-typography{font-size:13px;color:#ffffff80!important}.heart-icon{font-size:14px;animation:1.5s ease-in-out infinite heartbeat;color:#ef4444!important}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.canada-flag{margin:0 2px;font-size:16px}.footer-badges{gap:8px;display:flex}.footer-badges .ant-tag{color:#ffffffb3;background:#ffffff1a;border:none}@media (width<=1024px){.hero-section{text-align:center;flex-direction:column;padding:120px 24px 60px}.hero-content{text-align:center;box-sizing:border-box;width:100%;max-width:100%;padding:0 16px}.hero-title{font-size:40px!important}.hero-stats{flex-wrap:wrap;justify-content:center}.hero-features{justify-content:center}.hero-image{display:none}.steps-container{flex-direction:column;align-items:center;gap:32px}.step-connector{width:2px;height:40px;margin:0}.pricing-card.featured{transform:none}.metric-row{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}@media (width<=768px){.nav-links{display:none}.hero-section{padding:100px 16px 50px}.hero-content{padding:0}.hero-title{font-size:28px!important;line-height:1.2!important}.hero-subtitle{padding:0 8px;font-size:15px!important}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .ant-btn{width:100%}.hero-stats{flex-direction:column;gap:16px}.hero-features{flex-direction:column;align-items:center;gap:12px}.hero-feature-item{justify-content:center}.stat-divider{display:none}.section-header h2{font-size:28px!important}.footer-copyright{text-align:center;align-items:center}.made-in-canada{justify-content:center}}.ant-btn-primary{border-radius:8px;height:44px;padding:0 28px;font-size:15px;font-weight:500;box-shadow:0 2px 8px #2563eb59;background:var(--gradient-primary)!important;border:none!important}.ant-btn-primary:hover{opacity:.9}.ant-btn-default{border-radius:8px;height:44px;padding:0 28px;font-size:15px;font-weight:500}.ant-btn-lg{height:48px!important;padding:0 32px!important;font-size:16px!important}.ant-tag{border-radius:16px;padding:4px 12px;font-size:13px;font-weight:500}.ant-card{border-radius:16px}.ant-table{border-radius:16px;overflow:hidden}.ant-rate-star{color:#fbbf24!important}
