.interview-script-generator{background:var(--white);min-height:100vh;overflow-x:hidden}.tool-hero{background:linear-gradient(135deg,#f5f3ff 0%,#fff 100%);align-items:center;min-height:35vh;padding-top:160px;padding-bottom:2.5rem;display:flex;position:relative;overflow:hidden}.tool-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#667eea14 0%,#0000 55%),radial-gradient(circle at 80% 20%,#764ba20f 0%,#0000 55%);position:absolute;inset:0}.tool-hero-content{text-align:center;color:#1e293b;z-index:1;max-width:900px;margin:0 auto;position:relative}.tool-hero-title{font-size:var(--landing-hero-title-size);margin-bottom:1.5rem;font-weight:700;line-height:1.2}.gradient-text{background:linear-gradient(45deg,#5b50d6,#4338ca);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tool-hero-subtitle{font-size:var(--landing-hero-subtitle-size);color:#475569;font-weight:500;line-height:1.6}.tool-last-updated{color:#94a3b8;margin-top:.5rem;font-size:.875rem;font-style:italic}.tool-content{background:var(--white);padding:3rem 0}.questionnaire-form{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;max-width:700px;margin:0 auto;padding:3rem;box-shadow:0 4px 24px #00000014}.form-header{text-align:center;margin-bottom:2.5rem}.form-header h2{color:var(--gray-900);margin-bottom:.75rem;font-size:2rem;font-weight:700}.form-header p{color:var(--gray-600);font-size:1.125rem;line-height:1.6}.tool-form-group{margin-bottom:2rem}.tool-form-group label{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.required{color:#ef4444}.optional{color:var(--gray-500);font-size:.875rem;font-weight:400}.tool-form-group input[type=text],.tool-form-group select,.tool-form-group textarea{border:2px solid var(--gray-300);background:var(--white);border-radius:8px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.tool-form-group input[type=text]:focus,.tool-form-group select:focus,.tool-form-group textarea:focus{border-color:#5b50d6;outline:none;box-shadow:0 0 0 3px #5b50d61a}.tool-form-group textarea{resize:vertical;min-height:120px}.focus-options{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.focus-option{border:2px solid var(--gray-300);background:var(--white);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.focus-option:hover,.focus-option.selected{background:#f5f3ff;border-color:#5b50d6}.checkbox{border:2px solid var(--gray-400);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.focus-option.selected .checkbox{color:var(--white);background:#5b50d6;border-color:#5b50d6}.checkbox span{font-size:1rem;font-weight:700}.focus-option span:last-child{color:var(--gray-900);font-size:1rem;font-weight:500}.submit-btn{width:100%;color:var(--white);cursor:pointer;background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;padding:1.125rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #5b50d64d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.loading-state{align-items:center;gap:.75rem;display:flex}.spinner{border:3px solid #ffffff4d;border-top-color:var(--white);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-free-note{text-align:center;color:#94a3b8;margin-top:1rem;margin-bottom:0;font-size:.875rem}.resume-upload-btn{cursor:pointer;color:#64748b;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:.625rem;width:100%;margin-bottom:.75rem;padding:1rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.resume-upload-btn:hover{color:#5b50d6;background:#f5f3ff;border-color:#5b50d6}.resume-file-chip{background:#f5f3ff;border:1px solid #5b50d6;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.9375rem;display:flex}.resume-file-info{color:#1e293b;align-items:center;gap:.5rem;display:flex;overflow:hidden}.resume-file-name{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.resume-file-size{color:#94a3b8;flex-shrink:0;font-size:.8125rem}.resume-file-remove{cursor:pointer;color:#94a3b8;background:0 0;border:none;flex-shrink:0;align-items:center;padding:.25rem;transition:color .2s;display:flex}.resume-file-remove:hover{color:#ef4444}.results-page{max-width:900px;margin:0 auto}.results-header{text-align:center;border-bottom:2px solid var(--gray-200);margin-bottom:3rem;padding-bottom:2rem}.back-btn{color:#5b50d6;cursor:pointer;background:0 0;border:2px solid #5b50d6;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.back-btn:hover{background:#f5f3ff;transform:translateY(-2px)}.results-header h2{color:var(--gray-900);margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.results-header>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.125rem}.action-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin-top:1.5rem;margin-left:auto;margin-right:auto;display:flex}.action-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.625rem;min-width:200px;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;transition:all .3s;display:inline-flex}.action-btn svg{font-size:1.125rem;transition:transform .3s}.action-btn:hover svg{transform:scale(1.1)}.copy-btn{color:var(--white);background:linear-gradient(135deg,#10b981 0%,#059669 100%);animation:2s ease-in-out 3 subtlePulse;position:relative;overflow:hidden}@keyframes subtlePulse{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 8px #10b98100}}.copy-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.copy-btn:hover:before{left:100%}.copy-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.copy-btn:active{transform:translateY(0);box-shadow:0 2px 10px #10b9814d}.copy-btn.copied{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);animation:.6s copySuccess}.copy-btn.copied:hover{background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);box-shadow:0 6px 20px #8b5cf666}@keyframes copySuccess{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.copy-btn.copied svg{animation:.6s checkBounce}@keyframes checkBounce{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{transform:scale(1.2)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}.pdf-btn{color:var(--white);background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);animation:2s ease-in-out 3 subtlePulseBlue;position:relative;overflow:hidden}@keyframes subtlePulseBlue{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 8px #3b82f600}}.pdf-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.pdf-btn:hover:before{left:100%}.pdf-btn:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.pdf-btn:active{transform:translateY(0);box-shadow:0 2px 10px #3b82f64d}.questions-container,.question-category{margin-bottom:3rem}.category-title{color:var(--gray-900);border-bottom:3px solid #5b50d6;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.75rem;font-weight:700;display:inline-block}.questions-list{flex-direction:column;gap:1rem;display:flex}.question-card{background:var(--white);border:2px solid var(--gray-200);border-radius:12px;padding:1.5rem;transition:all .2s}.question-card:hover{border-color:#5b50d6;box-shadow:0 4px 16px #5b50d61a}.question-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.question-text{color:var(--gray-900);flex:1;margin:0;font-size:1.125rem;font-weight:600;line-height:1.6}.expand-btn{color:#5b50d6;cursor:pointer;background:#f5f3ff;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.expand-btn:hover{color:var(--white);background:#5b50d6}.answer-guidance{border-top:1px solid var(--gray-200);margin-top:1.25rem;padding-top:1.25rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.answer-guidance h5{color:#5b50d6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.answer-guidance p{color:var(--gray-700);margin:0;font-size:1rem;line-height:1.6}.intent-section{margin-bottom:1rem}.ideal-answer-section ul{margin:0;padding-left:1.5rem;list-style-type:disc}.ideal-answer-section li{color:var(--gray-700);margin-bottom:.5rem;font-size:1rem;line-height:1.6}.ideal-answer-section li:last-child{margin-bottom:0}.post-gen-cta{text-align:center;background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);border-radius:16px;margin-top:3rem;padding:2.5rem;position:relative;overflow:hidden}.post-gen-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#ffffff14 0%,#0000 55%),radial-gradient(circle at 80% 20%,#ffffff0f 0%,#0000 55%);position:absolute;inset:0}.post-gen-cta-content{z-index:1;max-width:600px;margin:0 auto;position:relative}.post-gen-cta-heading{color:var(--white);margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.3}.post-gen-cta-text{color:#ffffffe6;margin:0 0 1.5rem;font-size:1.0625rem;font-weight:400;line-height:1.6}.post-gen-cta-btn{color:#5b50d6;background:var(--white);border-radius:10px;padding:1rem 2.25rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #00000026}.post-gen-cta-btn:hover{color:#4338ca;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.sample-output-section{background:#f9fafb;padding:3.5rem 0}.sample-output-card{background:var(--white);border:2px solid #5b50d6;border-radius:16px;max-width:750px;margin:0 auto;overflow:hidden;box-shadow:0 8px 32px #5b50d61f}.sample-question{border-bottom:1px solid var(--gray-200);padding:2rem 2rem 1.5rem}.sample-question p{color:var(--gray-900);margin:.5rem 0 0;font-size:1.25rem;font-style:italic;font-weight:600;line-height:1.5}.sample-details{grid-template-columns:1fr 1fr;gap:0;display:grid}.sample-detail{padding:1.5rem 2rem}.sample-detail:first-child{border-right:1px solid var(--gray-200)}.sample-label{color:#5b50d6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.sample-detail p{color:var(--gray-700);margin:0;font-size:.95rem;line-height:1.5}.sample-output-footer{text-align:center;max-width:650px;color:var(--gray-600);margin:1.5rem auto 0;font-size:1rem;line-height:1.6}.content-section{padding:3.5rem 0}.content-section--white{background:var(--white)}.content-section--gray{background:#f9fafb}.content-block{max-width:800px;margin:0 auto}.content-heading{color:var(--gray-900);margin-bottom:1.25rem;font-size:2rem;font-weight:700;line-height:1.3}.content-block p{color:var(--gray-700);margin:0;font-size:1.0625rem;line-height:1.7}.highlight-cta-block{text-align:center;background:#f5f3ff;border:1px solid #5b50d626;border-radius:10px;margin-top:1.5rem;padding:1rem 1.25rem}.highlight-cta-link{color:#5b50d6;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:color .2s}.highlight-cta-link:hover{color:#4338ca;text-decoration:underline}.comparison-section{background:var(--white);padding:3.5rem 0}.comparison-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.comparison-card{border:1px solid var(--gray-200);background:#f9fafb;border-radius:12px;flex-direction:column;padding:2rem;display:flex}.comparison-card h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.comparison-card--highlight{background:linear-gradient(#f5f3ff 0%,#fff 100%);border-width:2px;border-color:#5b50d6;position:relative}.comparison-card--highlight h3{color:#5b50d6}.comparison-verdict{color:var(--gray-700);flex:1;margin:0;font-size:.95rem;line-height:1.6}.comparison-limitation{text-align:center;max-width:700px;color:var(--gray-500);margin:2rem auto 0;font-size:.9rem;font-style:italic;line-height:1.5}.how-to-section{background:#f9fafb;padding:3.5rem 0}.steps-track{justify-content:center;align-items:stretch;gap:2rem;max-width:1100px;margin:0 auto;display:flex}.step-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:14px;flex-direction:column;flex:1;align-items:center;min-width:0;padding:1.75rem 1.25rem 1.5rem;transition:box-shadow .3s,transform .3s;display:flex;position:relative;box-shadow:0 2px 8px #0000000a}.step-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #5b50d61a}.step-card:not(:last-child):after{content:"";border-top:2px dashed #cbd5e1;width:2rem;position:absolute;top:calc(1.75rem + 21px);right:-1rem}.steps-track .step-number{width:44px;height:44px;color:var(--white);background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto .75rem;font-size:1.125rem;font-weight:700;display:flex}.step-card p{color:var(--gray-700);flex:1;margin:0;font-size:.9375rem;line-height:1.55}.best-practices-section{background:var(--white);padding:3.5rem 0}.faq-section{background:#f9fafb;padding:3.5rem 0}.faq-accordion{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-accordion-item{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;transition:all .3s;overflow:hidden}.faq-accordion-item.open{border-color:#5b50d6;box-shadow:0 4px 16px #5b50d61a}.faq-accordion-trigger{cursor:pointer;width:100%;color:var(--gray-900);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:1.0625rem;font-weight:600;line-height:1.4;transition:color .2s;display:flex}.faq-accordion-trigger:hover{color:#5b50d6}.faq-accordion-trigger svg{color:#5b50d6;flex-shrink:0;font-size:.875rem;transition:transform .3s}.faq-accordion-content{max-height:0;transition:max-height .35s,padding .3s;overflow:hidden}.faq-accordion-item.open .faq-accordion-content{max-height:500px}.faq-accordion-body{padding:0 1.5rem 1.25rem}.faq-accordion-body p{color:var(--gray-700);margin:0;font-size:1rem;line-height:1.6}.tool-section-title{color:var(--gray-900);text-align:center;margin-bottom:2.5rem;font-size:2.5rem;font-weight:700}.inline-link{color:#5b50d6;font-weight:500;text-decoration:underline;transition:color .2s}.inline-link:hover{color:#4338ca;text-decoration:none}.practices-list{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.practice-item{align-items:flex-start;gap:1.5rem;display:flex}.practice-number{width:48px;height:48px;color:var(--white);background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.practice-content h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.practice-content p{color:var(--gray-700);margin:0;font-size:1rem;line-height:1.6}.related-tools-section{background:var(--white);padding:3.5rem 0}.related-tools-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.related-tool-card{border:1px solid var(--gray-200);background:#f9fafb;border-radius:12px;flex-direction:column;padding:2rem;text-decoration:none;transition:all .3s;display:flex}.related-tool-card:hover{border-color:#5b50d6;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 16px #5b50d61a}.related-tool-card h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.related-tool-card p{color:var(--gray-700);flex:1;margin:0 0 1rem;font-size:.9375rem;line-height:1.55}.related-tool-link{color:#5b50d6;font-size:.875rem;font-weight:600;transition:color .2s}.related-tool-card:hover .related-tool-link{color:#4338ca}.tool-cta{background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);padding:3.5rem 0;position:relative;overflow:hidden}.tool-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#ffffff0d 0%,#0000 55%),radial-gradient(circle at 80% 20%,#ffffff0a 0%,#0000 55%);position:absolute;inset:0}.tool-cta-content{text-align:center;color:var(--white);z-index:1;max-width:800px;margin:0 auto;position:relative}.tool-cta-content h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.tool-cta-content p{opacity:1;color:var(--white);margin-bottom:2rem;font-size:1.25rem;font-weight:500}.cta-primary-large{background:var(--white);color:#111827;border-radius:12px;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 8px 25px #0f0f0f40}.cta-primary-large:hover{color:#0f172a;background:#f3f4f6;text-decoration:none;transform:translateY(-3px);box-shadow:0 12px 35px #0f0f0f59}.cta-secondary-link{color:#ffffffd9;margin-top:1.5rem;margin-bottom:0;font-size:1rem}.inline-link-white{color:var(--white);font-weight:500;text-decoration:underline;transition:opacity .2s}.inline-link-white:hover{opacity:.8;color:var(--white);text-decoration:none}@media print{.tool-hero,.back-btn,.action-buttons,.sticky-cta,.tool-cta,.expand-btn{display:none!important}.question-card{page-break-inside:avoid}.answer-guidance{display:block!important}.results-header{border-bottom:2px solid #000}}@media (max-width:768px){.tool-hero{min-height:30vh;padding-top:130px;padding-bottom:2rem}.tool-hero-title{font-size:2.5rem}.tool-hero-subtitle{font-size:1.125rem}.questionnaire-form{padding:2rem 1.5rem}.form-header h2{font-size:1.75rem}.focus-options{grid-template-columns:1fr}.results-header h2{font-size:2rem}.category-title{font-size:1.5rem}.question-text{font-size:1rem}.action-buttons{flex-direction:column;align-items:stretch}.action-btn{width:100%;min-width:unset;justify-content:center}.post-gen-cta{padding:2rem 1.5rem}.post-gen-cta-heading{font-size:1.25rem}.post-gen-cta-text{font-size:.9375rem}.tool-section-title{margin-bottom:2rem;font-size:2rem}.content-section,.comparison-section,.how-to-section,.best-practices-section,.faq-section,.sample-output-section,.tool-cta{padding:2.5rem 0}.tool-content{padding:2rem 0}.content-heading{font-size:1.625rem}.comparison-grid,.related-tools-grid{grid-template-columns:1fr}.highlight-cta-block{padding:.875rem 1rem}.highlight-cta-link{font-size:.9375rem}.sample-details{grid-template-columns:1fr}.sample-detail:first-child{border-right:none;border-bottom:1px solid var(--gray-200)}.steps-track{flex-direction:column;gap:1.5rem;max-width:400px}.step-card{text-align:left;align-items:flex-start;gap:1rem;display:flex}.step-card:not(:last-child):after{display:none}.steps-track .step-number{margin:0}.practice-item{gap:1rem}}@media (max-width:480px){.tool-hero{min-height:auto;padding-top:110px;padding-bottom:1.5rem}.tool-hero-title{font-size:2rem}.tool-hero-subtitle{font-size:1rem}.questionnaire-form{padding:1.5rem 1rem}.form-header h2{font-size:1.5rem}.form-header p{font-size:1rem}.results-header h2{font-size:1.75rem}.category-title{font-size:1.25rem}.question-card{padding:1rem}.question-text{font-size:.9375rem}.step-card{padding:1.25rem 1rem}.post-gen-cta{padding:1.5rem 1.25rem}.post-gen-cta-heading{font-size:1.125rem}.post-gen-cta-text{font-size:.875rem}.post-gen-cta-btn{text-align:center;width:100%}.sample-output-card{border-radius:12px}.sample-question{padding:1.5rem}.sample-question p{font-size:1.0625rem}.sample-detail{padding:1.25rem 1.5rem}.tool-section-title{margin-bottom:1.5rem;font-size:1.625rem}.content-section,.comparison-section,.how-to-section,.best-practices-section,.faq-section,.sample-output-section,.tool-cta{padding:2rem 0}.tool-content{padding:1.5rem 0}.content-heading{font-size:1.5rem}.tool-cta-content h2{font-size:1.75rem}.tool-cta-content p{font-size:1rem}}
