.elementor-1541 .elementor-element.elementor-element-e489705{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-22a2949 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #ffffff;
    font-size: 16px;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Post Header */
.post-header {
    background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    padding: 80px 0 40px;
    color: #ffffff;
    text-align: center;
}

.post-header h1 {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.post-meta {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 0.95em;
    opacity: 0.9;
}

.post-meta span {
    position: relative;
}

.post-meta span:not(:last-child)::after {
    content: "•";
    position: absolute;
    right: -12px;
}

/* Featured Image */
.featured-image {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Post Content */
.post-content {
    padding: 60px 20px;
    max-width: 900px;
}

.intro-section {
    margin-bottom: 50px;
}

.lead {
    font-size: 1.35em;
    line-height: 1.6;
    color: #444;
    font-weight: 400;
    margin-bottom: 30px;
}

/* Content Sections */
.content-section {
    margin-bottom: 60px;
}

.content-section h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.3;
}

.content-section h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 18px;
    margin-top: 30px;
    line-height: 1.3;
}

.content-section p {
    margin-bottom: 22px;
    color: #444;
    font-size: 1.05em;
}

.content-section ul {
    margin-bottom: 25px;
    margin-left: 25px;
}

.content-section li {
    margin-bottom: 12px;
    color: #444;
    font-size: 1.05em;
    line-height: 1.6;
}

/* Internal Links */
.internal-link {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.internal-link:hover {
    color: #004499;
    border-bottom-color: #004499;
}

/* Highlight Box */
.highlight-box {
    background: #f8f9fa;
    border-left: 4px solid #0066cc;
    padding: 30px;
    margin: 35px 0;
    border-radius: 4px;
}

.highlight-box h3 {
    font-size: 1.4em;
    color: #1a1a1a;
    margin-bottom: 20px;
    margin-top: 0;
}

.highlight-box ul {
    list-style: none;
    margin-left: 0;
}

.highlight-box li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;
}

.highlight-box li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

.highlight-box strong {
    color: #1a1a1a;
}

/* Damage Types */
.damage-types {
    display: grid;
    gap: 30px;
    margin: 35px 0;
}

.damage-type {
    border-left: 3px solid #e0e0e0;
    padding-left: 25px;
    transition: border-color 0.3s ease;
}

.damage-type:hover {
    border-left-color: #0066cc;
}

.damage-type h3 {
    font-size: 1.35em;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 12px;
}

.damage-type p {
    margin-bottom: 0;
}

/* Local Law Section */
.local-law-section {
    background: #f5f8fb;
    padding: 45px;
    border-radius: 8px;
    margin: 50px 0;
}

.local-law-section h2 {
    color: #0d3b66;
}

/* Info Callout */
.info-callout {
    background: #ffffff;
    border: 2px solid #0066cc;
    padding: 30px;
    margin: 30px 0;
    border-radius: 6px;
}

.info-callout h3 {
    color: #0066cc;
    margin-top: 0;
    margin-bottom: 20px;
}

.info-callout p {
    margin-bottom: 18px;
}

.info-callout p:last-child {
    margin-bottom: 0;
}

/* Cost Comparison */
.cost-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin: 35px 0;
    padding: 35px;
    background: #f8f9fa;
    border-radius: 8px;
}

.cost-comparison h3 {
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.cost-comparison ul {
    list-style: none;
    margin-left: 0;
}

.cost-comparison li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.cost-comparison li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
    font-size: 1.2em;
}

/* Checklist */
.checklist {
    background: #f0f7ff;
    padding: 30px;
    border-radius: 6px;
    margin: 30px 0;
}

.checklist h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #0d3b66;
}

.checklist ul {
    list-style: none;
    margin-left: 0;
}

.checklist li {
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 1.05em;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    color: #ffffff;
    padding: 45px;
    border-radius: 10px;
    margin: 45px 0;
    text-align: center;
}

.cta-box h3 {
    color: #ffffff;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 20px;
}

.cta-box p {
    color: #ffffff;
    font-size: 1.15em;
    margin-bottom: 18px;
}

.cta-box p:last-child {
    margin-bottom: 0;
}

.cta-box .internal-link {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-weight: 600;
}

.cta-box .internal-link:hover {
    color: #f0f0f0;
    border-bottom-color: #f0f0f0;
}

/* Related Services */
.related-services {
    background: #fafbfc;
    padding: 50px;
    border-radius: 8px;
    margin-top: 60px;
}

.related-services h2 {
    text-align: center;
    margin-bottom: 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: #0066cc;
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.service-card h3 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-card h3 a:hover {
    color: #0066cc;
}

.service-card p {
    color: #666;
    font-size: 1em;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Conclusion Section */
.conclusion {
    border-top: 3px solid #0066cc;
    padding-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .post-header h1 {
        font-size: 2.3em;
    }
    
    .content-section h2 {
        font-size: 1.9em;
    }
    
    .cost-comparison {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .post-header {
        padding: 60px 0 30px;
    }
    
    .post-header h1 {
        font-size: 1.9em;
    }
    
    .post-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .post-meta span::after {
        display: none;
    }
    
    .post-content {
        padding: 40px 15px;
    }
    
    .lead {
        font-size: 1.2em;
    }
    
    .content-section h2 {
        font-size: 1.7em;
    }
    
    .content-section h3 {
        font-size: 1.4em;
    }
    
    .highlight-box,
    .info-callout,
    .checklist,
    .cta-box {
        padding: 25px;
    }
    
    .local-law-section {
        padding: 30px 20px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .related-services {
        padding: 30px 20px;
    }
    
    .cost-comparison {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .post-header h1 {
        font-size: 1.6em;
    }
    
    .content-section h2 {
        font-size: 1.5em;
    }
    
    .content-section h3 {
        font-size: 1.25em;
    }
    
    .lead {
        font-size: 1.1em;
    }
    
    .highlight-box,
    .info-callout,
    .checklist,
    .cta-box {
        padding: 20px;
    }
    
    .local-law-section {
        padding: 25px 15px;
    }
    
    .service-card {
        padding: 20px;
    }
}

/* Print Styles */
@media print {
    .post-header {
        background: none;
        color: #000;
    }
    
    .cta-box {
        background: #f0f0f0;
        color: #000;
    }
    
    .internal-link {
        color: #000;
        border-bottom: 1px solid #000;
    }
}

/* Accessibility */
a:focus,
button:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

/* Loading Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-section {
    animation: fadeIn 0.6s ease-out;
}

/* Strong emphasis */
strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Improved readability */
p {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}/* End custom CSS */