.author-bio{display:flex;align-items:center;gap:1rem;margin-top:2.5rem;margin-bottom:2.5rem;padding:1.5rem;background-color:var(--surface-background);border-radius:.75rem;border:1px solid #e5e7eb}.author-avatar{width:4rem;height:4rem;border-radius:9999px;object-fit:cover;border:2px solid var(--primary-brand-orange)}.author-details{flex-grow:1}.author-name{font-weight:700;color:var(--primary-text);font-size:1.125rem;margin:0}.author-title{font-size:.875rem;color:var(--secondary-text);margin:0}.testimonial-box{position:relative;padding:2.5rem;margin:2.5rem 0;background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.testimonial-quote-bg{position:absolute;top:1.5rem;left:1.5rem;width:2.5rem;height:2.5rem;color:#e2e8f0}.testimonial-text{position:relative;font-size:1.25rem;line-height:1.6;font-style:italic;color:var(--secondary-text);margin-bottom:2rem}.testimonial-author-info{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:3.5rem;height:3.5rem;border-radius:9999px;object-fit:cover;box-shadow:0 1px 3px rgba(0,0,0,.1)}.testimonial-author-details{flex-grow:1}.testimonial-author-name{font-weight:700;color:var(--primary-text);margin:0}.testimonial-author-title{font-size:.875rem;color:var(--secondary-text);margin:0}.myth-fact-box{background-color:var(--primary-background);border-radius:.75rem;box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);width:100%;max-width:48rem;overflow:hidden;border:1px solid var(--border-color);margin:2.5rem 0}.myth-box{padding:1.25rem;background-color:#fef2f2;border-left:4px solid #ef4444}.fact-box{padding:1.25rem;background-color:#f0fdf4;border-left:4px solid #22c55e;border-top:1px solid var(--border-color)}.myth-fact-header{font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem}.myth-header{color:#991b1b}.fact-header{color:#14532d}.myth-fact-text{font-size:1rem;margin-top:.25rem}.myth-text{color:#b91c1c}.fact-text{color:#166534}