.rejection-email-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}.container{max-width:1200px;margin:0 auto;padding:0 20px}.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}.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{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 24px #00000014}.back-btn{border:2px solid var(--gray-300);color:var(--gray-600);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.back-btn:hover{color:#5b50d6;border-color:#5b50d6;transform:translate(-3px)}.results-header h2{color:var(--gray-900);margin-bottom:.5rem;font-size:2rem;font-weight:700}.results-header p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1rem}.action-buttons{gap:1rem;margin-top:1.5rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:200px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.action-btn svg{font-size:1.125rem}.copy-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);animation:2s ease-in-out 3 subtlePulse}.copy-btn:before{content:"";background:linear-gradient(45deg,#0000,#ffffff1a,#0000);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.copy-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b9814d}.copy-btn.copied{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);animation:.6s copySuccess}.pdf-btn{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);animation:2s ease-in-out 3 subtlePulse}.pdf-btn:before{content:"";background:linear-gradient(45deg,#0000,#ffffff1a,#0000);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.pdf-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}@keyframes subtlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes shimmer{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}@keyframes copySuccess{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.email-template-container{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;margin-bottom:2rem;padding:2.5rem;box-shadow:0 4px 24px #00000014}.email-subject{border-bottom:2px solid var(--gray-100);margin-bottom:2rem;padding-bottom:2rem}.email-subject h3,.email-body h3,.email-tips h3{color:var(--gray-900);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.email-subject p{color:var(--gray-700);background:var(--gray-50);border-left:4px solid #5b50d6;border-radius:8px;padding:1rem;font-size:1.125rem;font-weight:500}.email-body{border-bottom:2px solid var(--gray-100);margin-bottom:2rem;padding-bottom:2rem}.email-content{background:var(--gray-50);border-left:4px solid #10b981;border-radius:8px;padding:1.5rem}.email-content p{color:var(--gray-700);margin-bottom:1rem;line-height:1.8}.email-content p:last-child{margin-bottom:0}.email-tips ul{padding:0;list-style:none}.email-tips li{color:#92400e;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem;line-height:1.6}.email-tips li:last-child{margin-bottom:0}.sticky-cta{background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);border-radius:12px;margin-top:2rem;padding:1.25rem 2rem;position:sticky;bottom:0;box-shadow:0 -4px 6px #0000001a}.sticky-cta-content{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.sticky-cta-text{color:var(--white);font-size:1rem;line-height:1.5}.sticky-cta-text strong{font-weight:700}.sticky-cta-btn{background:var(--white);color:#5b50d6;white-space:nowrap;border-radius:8px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 2px 4px #0000001a}.sticky-cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tool-info-section{background:var(--white);padding:5rem 0}.tool-section-title{text-align:center;color:var(--gray-900);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.info-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.info-card{background:linear-gradient(135deg,var(--gray-50)0%,#fff 100%);border:1px solid var(--gray-200);border-radius:12px;padding:2rem;transition:all .3s}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.info-card h3{color:#5b50d6;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.info-card p{color:var(--gray-600);font-size:1rem;line-height:1.8}.best-practices-section{background:linear-gradient(135deg,#f5f3ff 0%,#fff 100%);padding:5rem 0}.practices-list{max-width:900px;margin:0 auto}.practice-item{background:var(--white);border:1px solid var(--gray-100);border-radius:12px;gap:2rem;margin-bottom:2.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000f}.practice-item:hover{transform:translate(5px);box-shadow:0 4px 16px #0000001a}.practice-item:last-child{margin-bottom:0}.practice-number{width:50px;height:50px;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.5rem;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-600);font-size:1rem;line-height:1.7}.faq-section{background:var(--white);padding:5rem 0}.faq-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.faq-item{background:var(--gray-50);border-left:4px solid #5b50d6;border-radius:12px;padding:1.5rem;transition:all .2s}.faq-item:hover{box-shadow:0 2px 8px #0000000f}.faq-item h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.faq-item p{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.tool-cta{text-align:center;background:linear-gradient(135deg,#5b50d6 0%,#4338ca 100%);padding:5rem 0}.tool-cta-content{max-width:700px;margin:0 auto}.tool-cta h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.tool-cta p{color:#fffffff2;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.cta-primary-large{background:var(--white);color:#5b50d6;border-radius:12px;padding:1rem 3rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #0000001a}.cta-primary-large:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003}@media print{.tool-hero,.back-btn,.action-buttons,.sticky-cta,.tool-info-section,.best-practices-section,.faq-section,.tool-cta{display:none!important}.email-template-container{box-shadow:none;border:1px solid #e5e7eb}}@media (max-width:768px){.tool-hero{padding-top:80px;padding-bottom:2rem}.tool-hero-title{font-size:2rem}.tool-hero-subtitle{font-size:1rem}.questionnaire-form{padding:2rem 1.5rem}.info-grid,.faq-grid{grid-template-columns:1fr}.practice-item{flex-direction:column;gap:1rem}.action-buttons{flex-direction:column}.action-btn{width:100%;min-width:auto}.sticky-cta-content{text-align:center;flex-direction:column}.sticky-cta-btn{width:100%}.email-template-container{padding:2rem 1.5rem}.tool-section-title,.tool-cta h2{font-size:2rem}.tool-cta p{font-size:1rem}}@media (max-width:480px){.tool-hero{padding-top:70px;padding-bottom:2rem}.tool-hero-title,.tool-section-title{font-size:1.75rem}.form-header h2,.results-header h2{font-size:1.5rem}.sticky-cta{padding:1rem}.sticky-cta-text{font-size:.875rem}}
