.blog-card{height:100%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.blog-card-content{flex-grow:1;display:flex;flex-direction:column}.blog-title{font-size:1.5rem;line-height:1.3;font-weight:700;color:#1f2937;margin-bottom:.75rem;word-wrap:break-word;-webkit-line-clamp:2}.blog-excerpt,.blog-title{hyphens:auto;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-excerpt{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-bottom:1.25rem;flex-grow:1;text-align:justify;-webkit-line-clamp:3}@media (max-width:640px){.blog-grid>div:first-child .blog-title{font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.blog-grid>div:not(:first-child) .blog-title{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.blog-title{letter-spacing:-.01em}.blog-excerpt{font-size:.9375rem;line-height:1.5}.blog-title{font-size:1.125rem}.blog-excerpt{font-size:.9375rem;text-align:justify;word-break:normal;overflow-wrap:break-word}}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.when-to-call-section{margin:4rem 0;padding:2.5rem;background:linear-gradient(135deg,#fef2f2,#fff);border-radius:12px;border:2px solid #fecaca;box-shadow:0 10px 15px -3px rgba(220,38,38,.1),0 4px 6px -2px rgba(220,38,38,.05)}.when-to-call-section h2{font-size:2rem;font-weight:800;color:#1a202c;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:3px solid #dc2626;display:inline-block}.when-to-call-section p{font-size:1.125rem;line-height:1.75;color:#374151;margin-bottom:1.25rem}.issue-item{display:flex;align-items:flex-start;margin-bottom:1rem;padding:.75rem;background-color:#fff;border-radius:6px;transition:background-color .2s ease}.issue-item:hover{background-color:#fef2f2}.issue-item svg{color:#dc2626;flex-shrink:0;margin-top:.25rem;width:20px;height:20px}.issue-item span{margin-left:.75rem;color:#374151;font-size:1.0625rem;line-height:1.6}.contact-options{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #fecaca}.phone-link{display:flex;align-items:center;font-size:1.25rem;font-weight:700;color:#dc2626;transition:all .2s ease}.phone-link:hover{color:#b91c1c;transform:translateX(4px)}.phone-link svg{margin-right:.75rem;width:24px;height:24px}.prose{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1a202c;line-height:1.75}.prose p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;color:#2d3748;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.prose h2{font-size:2rem;line-height:1.3;margin-top:3rem;margin-bottom:1.25rem;color:#1a202c;letter-spacing:-.02em;scroll-margin-top:100px}.prose h3{line-height:1.4;margin-top:2.5rem;margin-bottom:1rem;color:#2d3748;letter-spacing:-.01em}.prose h4{font-size:1.25rem;font-weight:600;line-height:1.5;margin-top:2rem;margin-bottom:.875rem;color:#2d3748}.prose ul{margin-top:1.5rem;margin-bottom:1.5rem;padding-left:1.75rem;list-style-type:none}.prose ul li{position:relative;margin-bottom:1rem;font-size:1.0625rem;line-height:1.7;color:#2d3748;padding-left:.75rem}.prose ul li:before{content:"•";position:absolute;left:-1rem;color:#dc2626;font-size:1.25rem;font-weight:700;line-height:1.7}.prose ol{margin-top:1.5rem;margin-bottom:1.5rem;padding-left:1.75rem;counter-reset:list-counter}.prose ol li{position:relative;margin-bottom:1rem;font-size:1.0625rem;line-height:1.7;color:#2d3748;padding-left:.75rem;counter-increment:list-counter}.prose ol li:before{content:counter(list-counter) ".";position:absolute;left:-1.75rem;color:#dc2626;font-weight:600;width:1.5rem;text-align:right}.prose a{color:#dc2626;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:all .2s ease;font-weight:500}.prose a:hover{color:#b91c1c;text-decoration-thickness:2px}.prose strong{font-weight:700;color:#1a202c;padding:.125rem 0;border-bottom:2px solid #fecaca}.prose em{font-style:italic;color:#2d3748}.problem-section{margin-top:3rem;margin-bottom:3rem;padding:2rem;background:linear-gradient(to bottom right,#fff,#f9fafb);border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);transition:transform .2s ease,box-shadow .2s ease}.problem-section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04)}.problem-section h3{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.3;padding-bottom:.75rem;border-bottom:3px solid #dc2626;display:inline-block}.problem-section .problem-content{font-size:1.0625rem;line-height:1.8;color:#374151}.problem-section .problem-content p{margin-bottom:1.25rem}.problem-section img{border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-top:1.5rem;margin-bottom:1.75rem}.prose .problem-section+.problem-section{margin-top:2.5rem}.problem-section img{display:block;margin-left:auto;margin-right:auto;max-width:100%;height:auto}.prose p{margin-bottom:1.25rem;line-height:1.7;text-align:justify;hyphens:auto}.prose h2{margin-top:2rem;margin-bottom:1rem;font-size:1.75rem;font-weight:700;color:#111827}.prose h3{margin-top:1.75rem;margin-bottom:.875rem;font-size:1.5rem;font-weight:600;color:#1f2937}.prose img{border-radius:.375rem}@media (max-width:768px){.prose{padding:0 .5rem}.prose p{font-size:1rem;line-height:1.7;margin-bottom:1.25rem}.prose h2{font-size:1.625rem;margin-top:2.5rem;margin-bottom:1rem}.prose h3{font-size:1.375rem;margin-top:2rem;margin-bottom:.875rem}.prose h4{font-size:1.125rem;margin-top:1.75rem;margin-bottom:.75rem}.prose ol li,.prose ul li{font-size:1rem;margin-bottom:.875rem}.problem-section{padding:1.5rem;margin-top:2.5rem;margin-bottom:2.5rem}.problem-section h3{font-size:1.375rem;margin-bottom:1.25rem}.problem-section .problem-content{font-size:1rem;line-height:1.7}.when-to-call-section{padding:1.75rem;margin:3rem 0}.when-to-call-section h2{font-size:1.5rem;margin-bottom:1rem}.when-to-call-section p{font-size:1rem}.issue-item{padding:.625rem}.issue-item span{font-size:1rem}.contact-options{flex-direction:column;gap:1rem}.phone-link{font-size:1.125rem}}.prose ul{margin-bottom:1.25rem}.prose ul li{margin-bottom:.75rem}.prose ul li:last-child{margin-bottom:0}.prose img{margin-top:1rem;margin-bottom:1.5rem}.prose p+p{margin-top:-.5rem}.prose h2+p,.prose h3+p{margin-top:.5rem}.blog-title,.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{text-align:left;hyphens:none}.featured-post{grid-column:1/-1}@media (min-width:768px){.featured-post .blog-card-inner{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.featured-post .blog-image-container{height:100%}.featured-post .blog-content{display:flex;flex-direction:column;justify-content:center}}.blog-post-content h2{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:#1a202c}.blog-post-content h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#2d3748}.blog-post-content p{margin-bottom:1.25rem;line-height:1.7}.blog-post-content ol,.blog-post-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content a{color:#e53e3e;text-decoration:none}.blog-post-content a:hover{text-decoration:underline}.blog-post-content strong{font-weight:600}@media print{.prose{font-size:12pt;line-height:1.5}.prose h2{font-size:18pt}.prose h2,.prose h3{page-break-after:avoid}.prose h3{font-size:14pt}.problem-section{page-break-inside:avoid;border:1px solid #000}}.prose a:focus-visible{outline:2px solid #dc2626;outline-offset:2px;border-radius:2px}.phone-link:focus-visible{outline:2px solid #dc2626;outline-offset:2px;border-radius:4px}.prose code{font-family:Courier New,Courier,monospace;background-color:#f3f4f6;padding:.125rem .375rem;border-radius:3px;font-size:.9em;color:#dc2626}.prose blockquote{border-left:4px solid #dc2626;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#4b5563}