.elementor-27513 .elementor-element.elementor-element-22c6e1e{--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;}/* Start custom CSS for html, class: .elementor-element-cdf49c6 *//* 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;
}

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

/* Header Styles */
.site-header {
    background-color: #1a1a1a;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    text-decoration: none;
}

.logo-text {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.main-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #4a90e2;
}

.phone-link {
    background-color: #4a90e2;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.phone-link:hover {
    background-color: #357abd;
    color: #ffffff !important;
}

/* Blog Article Styles */
.blog-content {
    padding: 40px 0 80px;
    background-color: #f9f9f9;
}

.blog-article {
    background-color: #ffffff;
    margin-top: 40px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.article-header {
    padding: 40px 60px 30px;
    background-color: #ffffff;
}

.breadcrumbs {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.breadcrumbs a {
    color: #4a90e2;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.article-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.article-meta span {
    padding: 5px 12px;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.featured-image {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-body {
    padding: 50px 60px 60px;
}

/* Typography */
.lead {
    font-size: 22px;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 30px;
    font-weight: 400;
}

h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin: 50px 0 25px;
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-size: 24px;
    color: #2c2c2c;
    margin: 35px 0 20px;
    font-weight: 600;
    line-height: 1.4;
}

h4 {
    font-size: 19px;
    color: #333;
    margin: 25px 0 15px;
    font-weight: 600;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #444;
}

.intro-section p:last-child {
    margin-bottom: 40px;
}

a {
    color: #4a90e2;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #357abd;
    text-decoration: underline;
}

ul, ol {
    margin: 20px 0 20px 30px;
}

li {
    margin-bottom: 12px;
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}

/* Table of Contents */
.table-of-contents {
    background-color: #f8f9fa;
    border-left: 4px solid #4a90e2;
    padding: 30px 35px;
    margin: 40px 0;
    border-radius: 5px;
}

.table-of-contents h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
    color: #1a1a1a;
}

.table-of-contents ul {
    list-style: none;
    margin: 0;
}

.table-of-contents li {
    margin-bottom: 12px;
    font-size: 16px;
}

.table-of-contents a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.table-of-contents a:hover {
    color: #4a90e2;
}

/* Content Sections */
.content-section {
    margin: 50px 0;
}

/* Pro Tips & Callouts */
.pro-tip, .budget-tip, .decision-guide > div {
    background-color: #e8f4fd;
    border-left: 4px solid #4a90e2;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 5px;
}

.pro-tip h4, .budget-tip h4 {
    color: #357abd;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Cost Table */
.cost-table {
    margin: 40px 0;
    overflow-x: auto;
}

.cost-table h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

thead {
    background-color: #1a1a1a;
    color: #ffffff;
}

th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
}

td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}

tbody tr:hover {
    background-color: #f9f9f9;
}

/* Maintenance Guide */
.maintenance-guide {
    background-color: #fff9e6;
    border-left: 4px solid #f5a623;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 5px;
}

.maintenance-guide h4 {
    color: #d68910;
    margin-top: 0;
}

.maintenance-guide ul {
    margin-left: 20px;
}

/* Decision Guide */
.decision-guide {
    margin: 30px 0;
}

.decision-guide h3 {
    color: #1a1a1a;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.decision-guide p {
    margin-bottom: 25px;
}

/* Seattle Specific Section */
.seattle-specific {
    background-color: #f0f7ff;
    padding: 40px;
    border-radius: 8px;
    margin: 50px 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    color: #ffffff;
    padding: 60px;
    border-radius: 8px;
    margin: 60px 0;
    text-align: center;
}

.cta-section h2 {
    color: #ffffff;
    margin-top: 0;
}

.cta-section p {
    color: #e0e0e0;
    font-size: 18px;
}

.cta-box {
    background-color: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 8px;
    margin-top: 30px;
    backdrop-filter: blur(10px);
}

.cta-box h3 {
    color: #ffffff;
    margin-top: 0;
}

.cta-button {
    display: inline-block;
    background-color: #4a90e2;
    color: #ffffff;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin: 25px 0 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.cta-button:hover {
    background-color: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    text-decoration: none;
}

.cta-subtext {
    font-size: 15px;
    color: #b0b0b0;
}

.cta-subtext a {
    color: #4a90e2;
}

/* Related Articles */
.related-articles {
    margin: 60px 0 40px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.related-card {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.related-card h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.related-card h3 a {
    color: #1a1a1a;
    text-decoration: none;
}

.related-card h3 a:hover {
    color: #4a90e2;
}

.related-card p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* FAQ Section */
.faq-section {
    margin: 60px 0;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.faq-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    color: #1a1a1a;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}

.faq-item p {
    margin-bottom: 0;
}

/* Footer */
.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-section p {
    color: #b0b0b0;
    font-size: 15px;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section li {
    margin-bottom: 12px;
}

.footer-section a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #4a90e2;
    text-decoration: none;
}

.footer-address {
    margin: 15px 0;
}

.footer-phone {
    margin-top: 10px;
}

.footer-phone a {
    color: #4a90e2;
    font-weight: 600;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: #808080;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 968px) {
    .main-nav ul {
        gap: 20px;
    }
    
    .main-nav a {
        font-size: 14px;
    }
    
    h1 {
        font-size: 34px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    .article-header, .article-body {
        padding: 40px 40px;
    }
    
    .featured-image {
        height: 350px;
    }
    
    .cta-section {
        padding: 40px 30px;
    }
    
    .cta-box {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 24px;
        margin-top: 35px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    .lead {
        font-size: 19px;
    }
    
    p, li {
        font-size: 16px;
    }
    
    .article-header, .article-body {
        padding: 30px 25px;
    }
    
    .featured-image {
        height: 250px;
    }
    
    .table-of-contents, .pro-tip, .budget-tip, .maintenance-guide {
        padding: 20px 20px;
    }
    
    .cost-table {
        font-size: 14px;
    }
    
    th, td {
        padding: 10px;
        font-size: 14px;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-section {
        padding: 30px 20px;
    }
    
    .cta-button {
        padding: 15px 35px;
        font-size: 16px;
    }
    
    .footer-content {
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: 22px;
    }
    
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    .article-header, .article-body {
        padding: 20px 15px;
    }
    
    .featured-image {
        height: 200px;
    }
    
    .seattle-specific {
        padding: 25px 20px;
    }
}/* End custom CSS */