.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:40vh;padding-top:110px;padding-bottom:3rem;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{margin-bottom:1.5rem;font-size:3.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{color:#475569;font-size:1.25rem;font-weight:500;line-height:1.6}.tool-content{background:var(--white);padding:4rem 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)}}.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{margin-bottom:5rem}.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}.sticky-cta{z-index:10;background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);border-radius:12px;margin-top:3rem;padding:1.5rem;position:sticky;bottom:0;box-shadow:0 -4px 24px #5b50d64d}.sticky-cta-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.sticky-cta-text{color:var(--white);flex:1;font-size:1.125rem;line-height:1.5}.sticky-cta-text strong{font-weight:700}.sticky-cta-btn{color:#5b50d6;background:var(--white);white-space:nowrap;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.sticky-cta-btn:hover{background:var(--gray-100);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tool-info-section{background:#f9fafb;padding:5rem 0}.tool-section-title{color:var(--gray-900);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.info-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.info-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 4px 16px #00000014}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #5b50d626}.info-card h3{color:#5b50d6;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.info-card p{color:var(--gray-700);margin:0;font-size:1rem;line-height:1.6}.best-practices-section{background:var(--white);padding:5rem 0}.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}.faq-section{background:#f9fafb;padding:5rem 0}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.faq-item{background:var(--white);border-left:4px solid #5b50d6;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 2px 8px #0000000f}.faq-item:hover{transform:translate(4px);box-shadow:0 4px 16px #0000001a}.faq-item h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.125rem;font-weight:600;line-height:1.4}.faq-item p{color:var(--gray-700);margin:0;font-size:1rem;line-height:1.6}.tool-cta{background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);padding: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}@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:35vh;padding-top:90px}.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}.sticky-cta-content{text-align:center;flex-direction:column}.sticky-cta-text{font-size:1rem}.sticky-cta-btn{width:100%}.tool-cta-content h2{font-size:2rem}.tool-cta-content p{font-size:1.125rem}.action-buttons{flex-direction:column;align-items:stretch}.action-btn{width:100%;min-width:unset;justify-content:center}.tool-section-title{font-size:2rem}.info-grid,.faq-grid{grid-template-columns:1fr}.practice-item{gap:1rem}}@media (max-width:480px){.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}.tool-cta-content h2{font-size:1.75rem}.tool-cta-content p{font-size:1rem}}
