:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#8b5cf6;--accent:#f59e0b;--surface:#ffffff;--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 rgb(0 0 0/0.05);--shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-accent:linear-gradient(135deg,#f093fb,#f5576c);--gradient-surface:linear-gradient(135deg,#667eea,#764ba2);--gradient-secondary:linear-gradient(135deg,#a8edea,#fed6e3);--border-radius:12px;--border-radius-lg:16px;--transition:all 0.2s cubic-bezier(0.4,0,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 rgb(0 0 0/0.2);--shadow:0 4px 6px -1px rgb(0 0 0/0.3),0 2px 4px -2px rgb(0 0 0/0.2);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.4),0 4px 6px -4px rgb(0 0 0/0.3);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.5),0 8px 10px -6px rgb(0 0 0/0.4)}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--surface);transition:var(--transition)}.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);position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.resume-pilot__nav{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.resume-pilot__logo{display:flex;align-items:center;gap:12px}.resume-pilot__logo h1{font-size:24px;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-pilot__chrome-badge{background:var(--gradient-accent);color:white;padding:4px 8px;border-radius:6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.resume-pilot__nav-links{display:flex;align-items:center;gap:32px}.resume-pilot__nav-links a{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:var(--transition)}.resume-pilot__nav-links a:hover{color:var(--primary)}.resume-pilot__theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);cursor:pointer;transition:var(--transition)}.resume-pilot__theme-toggle:hover{background:var(--surface-3);transform:scale(1.1)}.resume-pilot__theme-icon{font-size:18px}.resume-pilot__btn{padding:12px 24px;border-radius:var(--border-radius);font-weight:600;font-size:14px;border:none;cursor:pointer;transition:var(--transition);text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.resume-pilot__btn--primary{background:var(--gradient-primary);color:white;box-shadow:var(--shadow)}.resume-pilot__btn--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.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:white;padding:80px 0 120px;position:relative;overflow:hidden}.resume-pilot__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.9),rgba(118,75,162,.9));z-index:1}[data-theme=dark] .resume-pilot__hero:before{background:linear-gradient(135deg,rgba(51,65,85,.95),rgba(30,41,59,.95))}.resume-pilot__hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:2}[data-theme=dark] .resume-pilot__hero{color:var(--text-primary)}.resume-pilot__hero-title{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:24px}.resume-pilot__hero-highlight{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-pilot__hero-subtitle{font-size:20px;line-height:1.6;margin-bottom:32px;opacity:.9}.resume-pilot__hero-cta{display:flex;gap:16px;margin-bottom:48px}.resume-pilot__hero-stats{display:flex;gap:40px}.resume-pilot__stat{display:flex;flex-direction:column;align-items:center}.resume-pilot__stat strong{font-size:24px;font-weight:700;display:block;margin-bottom:4px}.resume-pilot__stat span{font-size:14px;opacity:.8}.resume-pilot__mockup{perspective:1000px}.resume-pilot__mockup-window{background:white;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);transform:rotateY(-5deg) rotateX(5deg);transition:var(--transition);overflow:hidden}.resume-pilot__mockup:hover .resume-pilot__mockup-window{transform:rotateY(-2deg) rotateX(2deg)}.resume-pilot__mockup-header{background:#f6f8fa;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e1e5e9}[data-theme=dark] .resume-pilot__mockup-header{background:var(--surface-2);border-bottom-color:var(--border)}.resume-pilot__mockup-dots{display:flex;gap:6px}.resume-pilot__mockup-dots span{width:12px;height:12px;border-radius:50%;background:#ff5f57}.resume-pilot__mockup-dots span:nth-child(2){background:#ffbd2e}.resume-pilot__mockup-dots span:nth-child(3){background:#28ca42}.resume-pilot__chrome-indicator{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:12px;font-weight:600}.resume-pilot__mockup-content{padding:24px;background:white;color:var(--text-primary)}[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{display:inline-flex;align-items:center;gap:8px;background:#e0f2fe;color:#0369a1;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:600}[data-theme=dark] .resume-pilot__detection-badge{background:rgba(99,102,241,.2);color:var(--primary)}.resume-pilot__pulse{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.resume-pilot__action-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.resume-pilot__action-btn{background:var(--surface-2);border:1px solid var(--border);padding:12px 16px;border-radius:var(--border-radius);font-size:14px;font-weight:500;cursor:pointer;transition:var(--transition);text-align:left}.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{display:flex;align-items:center;gap:12px;font-size:14px}.resume-pilot__ai-status,[data-theme=dark] .resume-pilot__ai-status{color:var(--text-secondary)}.resume-pilot__ai-icon{font-size:16px}.resume-pilot__progress-bar{flex:1 1;height:4px;background:var(--surface-3);border-radius:2px;overflow:hidden}[data-theme=dark] .resume-pilot__progress-bar{background:var(--surface-3)}.resume-pilot__progress-fill{height:100%;background:var(--gradient-primary);width:65%;animation:progress 3s ease-in-out infinite}@keyframes progress{0%,to{width:65%}50%{width:85%}}.resume-pilot__features{padding:120px 0;background:var(--surface)}.resume-pilot__section-header{text-align:center;margin-bottom:80px}.resume-pilot__section-header h2{font-size:48px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.resume-pilot__section-header p{font-size:20px;color:var(--text-secondary)}.resume-pilot__highlight{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.resume-pilot__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:32px;gap:32px;margin-bottom:80px}.resume-pilot__feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);padding:32px;transition:var(--transition);position:relative;overflow:hidden}.resume-pilot__feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.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{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.resume-pilot__feature-icon{font-size:48px;margin-bottom:24px;display:block}.resume-pilot__feature-card h3{font-size:24px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.resume-pilot__feature-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.resume-pilot__feature-demo{background:var(--surface-2);padding:12px 16px;border-radius:var(--border-radius);border-left:4px solid var(--primary)}.resume-pilot__feature-demo span{font-size:14px;font-weight:600;color:var(--primary)}.resume-pilot__how-it-works{text-align:center}.resume-pilot__how-it-works h3{font-size:32px;font-weight:700;margin-bottom:48px;color:var(--text-primary)}.resume-pilot__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px}.resume-pilot__step{display:flex;flex-direction:column;align-items:center;text-align:center}.resume-pilot__step-number{width:64px;height:64px;background:var(--gradient-primary);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:24px}.resume-pilot__step-content h4{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--text-primary)}.resume-pilot__step-content p{color:var(--text-secondary);line-height:1.6}.resume-pilot__platforms{padding:120px 0;background:var(--surface-2)}.resume-pilot__platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:24px;gap:24px}.resume-pilot__platform-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius);padding:32px 24px;text-align:center;transition:var(--transition)}.resume-pilot__platform-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.resume-pilot__platform-logo{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:12px}.resume-pilot__platform-card p{font-size:14px;color:var(--text-secondary)}.resume-pilot__stats{padding:120px 0;background:var(--surface)}.resume-pilot__stats-content{text-align:center}.resume-pilot__stats-content h2{font-size:48px;font-weight:700;margin-bottom:64px;color:var(--text-primary)}.resume-pilot__stats-highlight{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-pilot__templates-showcase{display:flex;flex-direction:column;gap:32px}.resume-pilot__template-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.resume-pilot__template-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);padding:24px;transition:var(--transition)}.resume-pilot__template-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.resume-pilot__template-card h4{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.resume-pilot__template-preview{height:120px;background:var(--surface-2);border-radius:var(--border-radius);position:relative;overflow:hidden}.resume-pilot__template-preview:before{content:"";position:absolute;top:12px;left:12px;right:12px;height:8px;background:var(--gradient-primary);border-radius:4px}.resume-pilot__template-preview:after{content:"";position:absolute;top:32px;left:12px;right:40%;height:6px;background:var(--border);border-radius:3px}.resume-pilot__pricing{padding:120px 0;background:var(--surface-2)}.resume-pilot__pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:32px;gap:32px}.resume-pilot__pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);padding:40px 32px;transition:var(--transition);position:relative}.resume-pilot__pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.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{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gradient-primary);color:white;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600}.resume-pilot__pricing-header{text-align:center;margin-bottom:32px}.resume-pilot__pricing-header h3{font-size:24px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.resume-pilot__price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:12px}.resume-pilot__price-amount{font-size:48px;font-weight:700;color:var(--text-primary)}.resume-pilot__price-period{color:var(--text-secondary);font-size:16px}.resume-pilot__pricing-header p{color:var(--text-secondary)}.resume-pilot__pricing-features{list-style:none;margin-bottom:32px}.resume-pilot__pricing-features li{padding:8px 0;color:var(--text-secondary);display:flex;align-items:center;gap:8px}.resume-pilot__pricing-features li:before{content:"✓";color:var(--success);font-weight:600}.resume-pilot__faq{padding:120px 0;background:var(--surface)}.resume-pilot__faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:32px;gap:32px}.resume-pilot__faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);padding:32px;transition:var(--transition)}.resume-pilot__faq-item:hover{box-shadow:var(--shadow-lg)}.resume-pilot__faq-item h3{font-size:20px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.resume-pilot__faq-item p{color:var(--text-secondary);line-height:1.6}.resume-pilot__success{padding:120px 0;background:var(--surface-2)}.resume-pilot__success-header{text-align:center;margin-bottom:48px}.resume-pilot__success-header h2{font-size:48px;font-weight:700;margin-bottom:24px;color:var(--text-primary)}.resume-pilot__success-badge{display:inline-block;background:var(--gradient-accent);color:white;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.resume-pilot__success-stat{text-align:center;margin-bottom:64px}.resume-pilot__success-stat h3{font-size:32px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.resume-pilot__success-stat p{font-size:18px;color:var(--text-secondary)}.resume-pilot__testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:32px;gap:32px}.resume-pilot__testimonial{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);padding:32px;display:flex;gap:20px}.resume-pilot__testimonial-avatar{width:60px;height:60px;background:var(--gradient-primary);border-radius:50%;flex-shrink:0}.resume-pilot__testimonial-content p{font-size:16px;line-height:1.6;margin-bottom:20px;color:var(--text-primary);font-style:italic}.resume-pilot__testimonial-author strong{display:block;font-weight:700;color:var(--text-primary);margin-bottom:4px}.resume-pilot__testimonial-author span{font-size:14px;color:var(--text-secondary)}.resume-pilot__footer{background:var(--surface-3);border-top:1px solid var(--border);padding:80px 0 40px}.resume-pilot__footer-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:64px;gap:64px}.resume-pilot__footer-brand h3{font-size:24px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.resume-pilot__footer-brand p{color:var(--text-secondary);margin-bottom:24px}.resume-pilot__chrome-store-btn{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius);padding:16px 20px;cursor:pointer;transition:var(--transition)}.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{display:block;font-size:12px;color:var(--text-secondary)}.resume-pilot__chrome-store-btn strong{display:block;font-weight:600;color:var(--text-primary)}.resume-pilot__footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:40px;gap:40px}.resume-pilot__footer-column h4{font-size:16px;font-weight:700;margin-bottom:20px;color:var(--text-primary)}.resume-pilot__footer-column a{display:block;color:var(--text-secondary);text-decoration:none;margin-bottom:12px;transition:var(--transition)}.resume-pilot__footer-column a:hover{color:var(--primary)}@media (max-width:1024px){.resume-pilot__hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.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{gap:20px;flex-wrap:wrap;justify-content:center}.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,.resume-pilot__hero-stats{flex-direction:column;align-items:center}.resume-pilot__hero-stats{gap:20px}.resume-pilot__mockup-window,.resume-pilot__mockup:hover .resume-pilot__mockup-window{transform:none}.resume-pilot__faq,.resume-pilot__features,.resume-pilot__platforms,.resume-pilot__pricing,.resume-pilot__stats,.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{flex-direction:column;text-align:center}.resume-pilot__footer-content{grid-template-columns:1fr;gap:40px;text-align:center}.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:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.resume-pilot__faq-item,.resume-pilot__feature-card,.resume-pilot__pricing-card,.resume-pilot__testimonial{animation:fadeInUp .6s ease-out}.resume-pilot__step:first-child{animation:slideInLeft .6s ease-out}.resume-pilot__step:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.resume-pilot__step:nth-child(3){animation:slideInRight .6s ease-out .4s both}.resume-pilot__action-btn:focus,.resume-pilot__btn:focus,.resume-pilot__chrome-store-btn:focus,.resume-pilot__theme-toggle: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:#000000;--text-secondary:#000000}[data-theme=dark]{--border:#ffffff;--text-secondary:#ffffff}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.resume-pilot__progress-fill,.resume-pilot__pulse{animation:none}}@media print{.resume-pilot__footer,.resume-pilot__header,.resume-pilot__hero-cta,.resume-pilot__theme-toggle{display:none}.resume-pilot__hero{background:white;color:black}.resume-pilot__hero:before{display:none}*{box-shadow:none!important}}