:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#8b5cf6;--accent:#f59e0b;--surface:#fff;--surface-2:#f8fafc;--surface-3:#f1f5f9;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--success:#10b981;--error:#ef4444;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--gradient-primary:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-accent:linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-surface:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary:linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);--border-radius:12px;--border-radius-lg:16px;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--surface:#0f172a;--surface-2:#1e293b;--surface-3:#334155;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#334155;--border-light:#1e293b;--shadow-sm:0 1px 2px 0 #0003;--shadow:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0003;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0000004d;--shadow-xl:0 20px 25px -5px #00000080, 0 8px 10px -6px #0006}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}body{color:var(--text-primary);background:var(--surface);transition:var(--transition);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.resume-pilot__container{max-width:1200px;margin:0 auto;padding:0 24px}.resume-pilot__header{background:var(--surface);border-bottom:1px solid var(--border-light);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.resume-pilot__nav{justify-content:space-between;align-items:center;padding:16px 0;display:flex}.resume-pilot__logo{align-items:center;gap:12px;display:flex}.resume-pilot__logo h1{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700}.resume-pilot__chrome-badge{background:var(--gradient-accent);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:600}.resume-pilot__nav-links{align-items:center;gap:32px;display:flex}.resume-pilot__nav-links a{color:var(--text-secondary);transition:var(--transition);font-weight:500;text-decoration:none}.resume-pilot__nav-links a:hover{color:var(--primary)}.resume-pilot__theme-toggle{background:var(--surface-2);border:1px solid var(--border);cursor:pointer;width:40px;height:40px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.resume-pilot__theme-toggle:hover{background:var(--surface-3);transform:scale(1.1)}.resume-pilot__theme-icon{font-size:18px}.resume-pilot__btn{border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.resume-pilot__btn--primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow)}.resume-pilot__btn--primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.resume-pilot__btn--secondary{background:var(--surface);color:var(--text-primary);border:2px solid var(--border)}.resume-pilot__btn--secondary:hover{border-color:var(--primary);color:var(--primary)}.resume-pilot__btn--large{padding:16px 32px;font-size:16px}.resume-pilot__hero{background:var(--gradient-surface);color:#fff;padding:80px 0 120px;position:relative;overflow:hidden}.resume-pilot__hero:before{content:"";z-index:1;background:linear-gradient(135deg,#667eeae6 0%,#764ba2e6 100%);position:absolute;inset:0}[data-theme=dark] .resume-pilot__hero:before{background:linear-gradient(135deg,#334155f2 0%,#1e293bf2 100%)}.resume-pilot__hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}[data-theme=dark] .resume-pilot__hero{color:var(--text-primary)}.resume-pilot__hero-title{margin-bottom:24px;font-size:56px;font-weight:700;line-height:1.1}.resume-pilot__hero-highlight{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.resume-pilot__hero-subtitle{opacity:.9;margin-bottom:32px;font-size:20px;line-height:1.6}.resume-pilot__hero-cta{gap:16px;margin-bottom:48px;display:flex}.resume-pilot__hero-stats{gap:40px;display:flex}.resume-pilot__stat{flex-direction:column;align-items:center;display:flex}.resume-pilot__stat strong{margin-bottom:4px;font-size:24px;font-weight:700;display:block}.resume-pilot__stat span{opacity:.8;font-size:14px}.resume-pilot__mockup{perspective:1000px}.resume-pilot__mockup-window{border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);transition:var(--transition);background:#fff;overflow:hidden;transform:rotateY(-5deg)rotateX(5deg)}.resume-pilot__mockup:hover .resume-pilot__mockup-window{transform:rotateY(-2deg)rotateX(2deg)}.resume-pilot__mockup-header{background:#f6f8fa;border-bottom:1px solid #e1e5e9;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}[data-theme=dark] .resume-pilot__mockup-header{background:var(--surface-2);border-bottom-color:var(--border)}.resume-pilot__mockup-dots{gap:6px;display:flex}.resume-pilot__mockup-dots span{background:#ff5f57;border-radius:50%;width:12px;height:12px}.resume-pilot__mockup-dots span:nth-child(2){background:#ffbd2e}.resume-pilot__mockup-dots span:nth-child(3){background:#28ca42}.resume-pilot__chrome-indicator{color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.resume-pilot__mockup-content{color:var(--text-primary);background:#fff;padding:24px}[data-theme=dark] .resume-pilot__mockup-content{background:var(--surface);color:var(--text-primary)}.resume-pilot__extension-preview{min-height:200px}.resume-pilot__job-detection{margin-bottom:20px}.resume-pilot__detection-badge{color:#0369a1;background:#e0f2fe;border-radius:20px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}[data-theme=dark] .resume-pilot__detection-badge{color:var(--primary);background:#6366f133}.resume-pilot__pulse{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.resume-pilot__action-buttons{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.resume-pilot__action-btn{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);text-align:left;padding:12px 16px;font-size:14px;font-weight:500}.resume-pilot__action-btn:hover{background:var(--surface-3);border-color:var(--primary)}[data-theme=dark] .resume-pilot__action-btn{background:var(--surface-2);border-color:var(--border);color:var(--text-primary)}[data-theme=dark] .resume-pilot__action-btn:hover{background:var(--surface-3);border-color:var(--primary)}.resume-pilot__ai-status{color:var(--text-secondary);align-items:center;gap:12px;font-size:14px;display:flex}[data-theme=dark] .resume-pilot__ai-status{color:var(--text-secondary)}.resume-pilot__ai-icon{font-size:16px}.resume-pilot__progress-bar{background:var(--surface-3);border-radius:2px;flex:1;height:4px;overflow:hidden}[data-theme=dark] .resume-pilot__progress-bar{background:var(--surface-3)}.resume-pilot__progress-fill{background:var(--gradient-primary);width:65%;height:100%;animation:3s ease-in-out infinite progress}@keyframes progress{0%,to{width:65%}50%{width:85%}}.resume-pilot__features{background:var(--surface);padding:120px 0}.resume-pilot__section-header{text-align:center;margin-bottom:80px}.resume-pilot__section-header h2{color:var(--text-primary);margin-bottom:16px;font-size:48px;font-weight:700}.resume-pilot__section-header p{color:var(--text-secondary);font-size:20px}.resume-pilot__highlight{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.resume-pilot__features-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:80px;display:grid}.resume-pilot__feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);transition:var(--transition);padding:32px;position:relative;overflow:hidden}.resume-pilot__feature-card:before{content:"";background:var(--gradient-primary);height:4px;position:absolute;top:0;left:0;right:0}.resume-pilot__feature-card--secondary:before{background:var(--gradient-secondary)}.resume-pilot__feature-card--accent:before{background:var(--gradient-accent)}.resume-pilot__feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.resume-pilot__feature-icon{margin-bottom:24px;font-size:48px;display:block}.resume-pilot__feature-card h3{color:var(--text-primary);margin-bottom:16px;font-size:24px;font-weight:700}.resume-pilot__feature-card p{color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.resume-pilot__feature-demo{background:var(--surface-2);border-radius:var(--border-radius);border-left:4px solid var(--primary);padding:12px 16px}.resume-pilot__feature-demo span{color:var(--primary);font-size:14px;font-weight:600}.resume-pilot__how-it-works{text-align:center}.resume-pilot__how-it-works h3{color:var(--text-primary);margin-bottom:48px;font-size:32px;font-weight:700}.resume-pilot__steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.resume-pilot__step{text-align:center;flex-direction:column;align-items:center;display:flex}.resume-pilot__step-number{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:24px;font-weight:700;display:flex}.resume-pilot__step-content h4{color:var(--text-primary);margin-bottom:12px;font-size:20px;font-weight:700}.resume-pilot__step-content p{color:var(--text-secondary);line-height:1.6}.resume-pilot__platforms{background:var(--surface-2);padding:120px 0}.resume-pilot__platforms-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;display:grid}.resume-pilot__platform-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius);text-align:center;transition:var(--transition);padding:32px 24px}.resume-pilot__platform-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.resume-pilot__platform-logo{color:var(--text-primary);margin-bottom:12px;font-size:18px;font-weight:700}.resume-pilot__platform-card p{color:var(--text-secondary);font-size:14px}.resume-pilot__stats{background:var(--surface);padding:120px 0}.resume-pilot__stats-content{text-align:center}.resume-pilot__stats-content h2{color:var(--text-primary);margin-bottom:64px;font-size:48px;font-weight:700}.resume-pilot__stats-highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.resume-pilot__templates-showcase{flex-direction:column;gap:32px;display:flex}.resume-pilot__template-row{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.resume-pilot__template-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);transition:var(--transition);padding:24px}.resume-pilot__template-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.resume-pilot__template-card h4{color:var(--text-primary);margin-bottom:16px;font-size:16px;font-weight:600}.resume-pilot__template-preview{background:var(--surface-2);border-radius:var(--border-radius);height:120px;position:relative;overflow:hidden}.resume-pilot__template-preview:before{content:"";background:var(--gradient-primary);border-radius:4px;height:8px;position:absolute;top:12px;left:12px;right:12px}.resume-pilot__template-preview:after{content:"";background:var(--border);border-radius:3px;height:6px;position:absolute;top:32px;left:12px;right:40%}.resume-pilot__pricing{background:var(--surface-2);padding:120px 0}.resume-pilot__pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;display:grid}.resume-pilot__pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);transition:var(--transition);padding:40px 32px;position:relative}.resume-pilot__pricing-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.resume-pilot__pricing-card--featured{border-color:var(--primary);transform:scale(1.05)}.resume-pilot__pricing-card--featured:hover{transform:scale(1.05)translateY(-8px)}.resume-pilot__pricing-badge{background:var(--gradient-primary);color:#fff;border-radius:20px;padding:8px 16px;font-size:12px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.resume-pilot__pricing-header{text-align:center;margin-bottom:32px}.resume-pilot__pricing-header h3{color:var(--text-primary);margin-bottom:16px;font-size:24px;font-weight:700}.resume-pilot__price{justify-content:center;align-items:baseline;gap:4px;margin-bottom:12px;display:flex}.resume-pilot__price-amount{color:var(--text-primary);font-size:48px;font-weight:700}.resume-pilot__price-period{color:var(--text-secondary);font-size:16px}.resume-pilot__pricing-header p{color:var(--text-secondary)}.resume-pilot__pricing-features{margin-bottom:32px;list-style:none}.resume-pilot__pricing-features li{color:var(--text-secondary);align-items:center;gap:8px;padding:8px 0;display:flex}.resume-pilot__pricing-features li:before{content:"✓";color:var(--success);font-weight:600}.resume-pilot__faq{background:var(--surface);padding:120px 0}.resume-pilot__faq-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;display:grid}.resume-pilot__faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);transition:var(--transition);padding:32px}.resume-pilot__faq-item:hover{box-shadow:var(--shadow-lg)}.resume-pilot__faq-item h3{color:var(--text-primary);margin-bottom:16px;font-size:20px;font-weight:700}.resume-pilot__faq-item p{color:var(--text-secondary);line-height:1.6}.resume-pilot__success{background:var(--surface-2);padding:120px 0}.resume-pilot__success-header{text-align:center;margin-bottom:48px}.resume-pilot__success-header h2{color:var(--text-primary);margin-bottom:24px;font-size:48px;font-weight:700}.resume-pilot__success-badge{background:var(--gradient-accent);color:#fff;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-block}.resume-pilot__success-stat{text-align:center;margin-bottom:64px}.resume-pilot__success-stat h3{color:var(--text-primary);margin-bottom:8px;font-size:32px;font-weight:700}.resume-pilot__success-stat p{color:var(--text-secondary);font-size:18px}.resume-pilot__testimonials{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;display:grid}.resume-pilot__testimonial{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);gap:20px;padding:32px;display:flex}.resume-pilot__testimonial-avatar{background:var(--gradient-primary);border-radius:50%;flex-shrink:0;width:60px;height:60px}.resume-pilot__testimonial-content p{color:var(--text-primary);margin-bottom:20px;font-size:16px;font-style:italic;line-height:1.6}.resume-pilot__testimonial-author strong{color:var(--text-primary);margin-bottom:4px;font-weight:700;display:block}.resume-pilot__testimonial-author span{color:var(--text-secondary);font-size:14px}.resume-pilot__footer{background:var(--surface-3);border-top:1px solid var(--border);padding:80px 0 40px}.resume-pilot__footer-content{grid-template-columns:1fr 2fr;gap:64px;display:grid}.resume-pilot__footer-brand h3{color:var(--text-primary);margin-bottom:16px;font-size:24px;font-weight:700}.resume-pilot__footer-brand p{color:var(--text-secondary);margin-bottom:24px}.resume-pilot__chrome-store-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);align-items:center;gap:12px;padding:16px 20px;display:flex}.resume-pilot__chrome-store-btn:hover{border-color:var(--primary);box-shadow:var(--shadow)}.resume-pilot__chrome-store-btn span{font-size:24px}.resume-pilot__chrome-store-btn small{color:var(--text-secondary);font-size:12px;display:block}.resume-pilot__chrome-store-btn strong{color:var(--text-primary);font-weight:600;display:block}.resume-pilot__footer-links{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;display:grid}.resume-pilot__footer-column h4{color:var(--text-primary);margin-bottom:20px;font-size:16px;font-weight:700}.resume-pilot__footer-column a{color:var(--text-secondary);transition:var(--transition);margin-bottom:12px;text-decoration:none;display:block}.resume-pilot__footer-column a:hover{color:var(--primary)}@media (max-width:1024px){.resume-pilot__hero-content{text-align:center;grid-template-columns:1fr;gap:40px}.resume-pilot__hero-title{font-size:48px}.resume-pilot__section-header h2{font-size:40px}}@media (max-width:768px){.resume-pilot__container{padding:0 16px}.resume-pilot__nav{flex-direction:column;gap:16px}.resume-pilot__nav-links{flex-wrap:wrap;justify-content:center;gap:20px}.resume-pilot__hero{padding:60px 0 80px}.resume-pilot__hero-title{font-size:36px}.resume-pilot__hero-subtitle{font-size:18px}.resume-pilot__hero-cta{flex-direction:column;align-items:center}.resume-pilot__hero-stats{flex-direction:column;align-items:center;gap:20px}.resume-pilot__mockup-window,.resume-pilot__mockup:hover .resume-pilot__mockup-window{transform:none}.resume-pilot__features,.resume-pilot__platforms,.resume-pilot__stats,.resume-pilot__pricing,.resume-pilot__faq,.resume-pilot__success{padding:80px 0}.resume-pilot__section-header h2{font-size:32px}.resume-pilot__features-grid{grid-template-columns:1fr;gap:24px}.resume-pilot__feature-card{padding:24px}.resume-pilot__steps{grid-template-columns:1fr;gap:32px}.resume-pilot__platforms-grid{grid-template-columns:repeat(2,1fr);gap:16px}.resume-pilot__platform-card{padding:20px 16px}.resume-pilot__template-row{grid-template-columns:1fr;gap:20px}.resume-pilot__stats-content h2{font-size:32px}.resume-pilot__pricing-grid{grid-template-columns:1fr;gap:24px}.resume-pilot__pricing-card--featured{transform:none}.resume-pilot__pricing-card--featured:hover{transform:translateY(-4px)}.resume-pilot__faq-grid{grid-template-columns:1fr;gap:24px}.resume-pilot__faq-item{padding:24px}.resume-pilot__testimonials{grid-template-columns:1fr;gap:24px}.resume-pilot__testimonial{text-align:center;flex-direction:column}.resume-pilot__footer-content{text-align:center;grid-template-columns:1fr;gap:40px}.resume-pilot__footer-links{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:480px){.resume-pilot__hero-title{font-size:28px}.resume-pilot__hero-subtitle{font-size:16px}.resume-pilot__btn--large{padding:12px 24px;font-size:14px}.resume-pilot__section-header h2{font-size:28px}.resume-pilot__section-header p{font-size:16px}.resume-pilot__feature-icon{font-size:36px}.resume-pilot__feature-card h3{font-size:20px}.resume-pilot__how-it-works h3{font-size:28px}.resume-pilot__step-number{width:48px;height:48px;font-size:20px}.resume-pilot__platforms-grid{grid-template-columns:1fr}.resume-pilot__stats-content h2{font-size:28px}.resume-pilot__price-amount{font-size:36px}.resume-pilot__success-header h2{font-size:28px}.resume-pilot__success-stat h3{font-size:24px}.resume-pilot__footer-links{grid-template-columns:1fr}.resume-pilot__mockup-content{padding:16px}.resume-pilot__extension-preview{min-height:150px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.resume-pilot__feature-card,.resume-pilot__pricing-card,.resume-pilot__faq-item,.resume-pilot__testimonial{animation:.6s ease-out fadeInUp}.resume-pilot__step:first-child{animation:.6s ease-out slideInLeft}.resume-pilot__step:nth-child(2){animation:.6s ease-out .2s both fadeInUp}.resume-pilot__step:nth-child(3){animation:.6s ease-out .4s both slideInRight}.resume-pilot__btn:focus,.resume-pilot__theme-toggle:focus,.resume-pilot__action-btn:focus,.resume-pilot__chrome-store-btn:focus{outline:2px solid var(--primary);outline-offset:2px}.resume-pilot__nav-links a:focus{outline:2px solid var(--primary);outline-offset:4px;border-radius:4px}@media (prefers-contrast:high){:root{--border:#000;--text-secondary:#000}[data-theme=dark]{--border:#fff;--text-secondary:#fff}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.resume-pilot__pulse,.resume-pilot__progress-fill{animation:none}}@media print{.resume-pilot__header,.resume-pilot__footer,.resume-pilot__hero-cta,.resume-pilot__theme-toggle{display:none}.resume-pilot__hero{color:#000;background:#fff}.resume-pilot__hero:before{display:none}*{box-shadow:none!important}}
