.elementor-621 .elementor-element.elementor-element-b5c9d67{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-301ff79{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-e95f30e{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-cf0a6fc{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-7fca6eff{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-a3bf66d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-621 .elementor-element.elementor-element-7050dec{--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;overflow:visible;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-621 .elementor-element.elementor-element-51b8f33{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-2a3552db{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-5c258383{--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;overflow:visible;}.elementor-621 .elementor-element.elementor-element-1d36dc2{--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;overflow:visible;}@media(min-width:768px){.elementor-621 .elementor-element.elementor-element-7050dec{--width:50%;}.elementor-621 .elementor-element.elementor-element-51b8f33{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-2bb5075 */.seo-intro-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* Subtle architectural pattern in background */
.intro-overlay-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0.03;
    background-image: radial-gradient(#1a3650 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    pointer-events: none;
}

.intro-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.intro-badge {
    display: inline-block;
    background: rgba(142, 202, 230, 0.15);
    color: #1a3650;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.main-seo-heading {
    color: #1a3650;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 40px;
}

.heading-sub {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #8ecae6;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.intro-content-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(26, 54, 80, 0.08);
    border: 1px solid rgba(142, 202, 230, 0.2);
    text-align: left;
}

.intro-text {
    font-size: 20px;
    line-height: 1.6;
    color: #1a3650;
    margin-bottom: 25px;
}

.intro-divider {
    height: 1px;
    background: linear-gradient(90deg, #8ecae6 0%, transparent 100%);
    margin: 30px 0;
    width: 150px;
}

.intro-text-secondary {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.intro-content-card strong {
    color: #1a3650;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(142, 202, 230, 0.2) 0%, rgba(142, 202, 230, 0.2) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 88%;
}

.intro-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.stat-item {
    text-align: center;
}

.stat-item strong {
    display: block;
    font-size: 24px;
    color: #1a3650;
}

.stat-item span {
    font-size: 12px;
    text-transform: uppercase;
    color: #8ecae6;
    letter-spacing: 1px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .intro-content-card { padding: 30px 20px; }
    .intro-stats { gap: 20px; flex-wrap: wrap; }
    .intro-text { font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8803309 */.repair-hero-section {
    background: #ffffff;
    padding: 50px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.repair-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

/* Visual Column - Refined for better blending */
.repair-visual {
    text-align: center;
    background: #1a3650; /* Your Brand Navy */
    padding: 50px 40px;
    border-radius: 20px;
    color: #ffffff; /* Forces white text globally in this box */
    box-shadow: 0 15px 35px rgba(26, 54, 80, 0.2);
}

.status-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(142, 202, 230, 0.15); /* Tinted with your sky blue */
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    color: #8ecae6; /* Sky blue text for the live status */
    border: 1px solid rgba(142, 202, 230, 0.3);
}

.pulse-circle {
    width: 8px;
    height: 8px;
    background: #ff4d4d;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7);
    animation: pulse 1.5s infinite;
}

.repair-icon-box svg {
    width: 70px;
    height: 70px;
    color: #8ecae6; /* Matches your footer/brand blue */
    margin-bottom: 20px;
}

.repair-visual h2 {
    color: #ffffff; /* Ensures heading is white */
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

/* Content Column Styling */
.repair-content .repair-intro {
    font-size: 22px;
    color: #1a3650;
    line-height: 1.4;
    margin-bottom: 20px;
}

.repair-main-text {
    font-size: 17px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
}

.repair-specialties {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.spec-item {
    background: #f0f4f8;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1a3650;
    border: 1px solid #e2e8f0;
}

.spec-item span { 
    margin-right: 8px; 
    color: #27ae60; 
}

.repair-footer-text {
    font-size: 16px;
    color: #666;
    border-left: 4px solid #8ecae6;
    padding-left: 20px;
    font-style: italic;
}

/* Pulse Animation */
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(255, 77, 77, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}

/* Mobile Responsive */
@media (max-width: 850px) {
    .repair-container { 
        grid-template-columns: 1fr; 
        gap: 30px; 
    }
    .repair-visual { 
        padding: 40px 20px; 
    }
    .repair-specialties { 
        flex-direction: column; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32d99f2 *//* 1 & 2: Symptoms and Tech Grid */
.repair-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.symptoms-box, .tech-box {
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.symptoms-box { background: #fdfdfd; }
.tech-box { background: #1a3650; color: white; }

.symptoms-list { list-style: none; padding: 0; }
.symptoms-list li { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-weight: 500; }

.tech-icon { font-size: 40px; margin-bottom: 15px; }
.tech-box h3 { color: #8ecae6; margin-top: 0; }
.tech-box p { line-height: 1.6; opacity: 0.9; }

/* 3: Comparison Chart */
.comparison-section {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.table-wrapper { overflow-x: auto; margin-top: 30px; }

.roof-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.roof-table th { background: #1a3650; color: white; padding: 20px; }
.roof-table td { padding: 20px; border-bottom: 1px solid #eee; text-align: left; }
.roof-table tr:nth-child(even) { background: #f9f9f9; }

/* 4: Gold Emergency Banner */
.emergency-gold-banner {
    background: linear-gradient(90deg, #FFD700, #FFC107);
    padding: 25px 0;
    margin-top: 60px;
    border-top: 4px solid #cc9a06;
}

.banner-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.banner-text { display: flex; align-items: center; gap: 20px; }
.alert-icon { font-size: 40px; }
.banner-text strong { font-size: 24px; color: #1a3650; display: block; }
.banner-text p { margin: 0; color: #444; font-weight: 500; }

.banner-call-btn {
    background: #1a3650;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s;
}

.banner-call-btn:hover { transform: scale(1.05); }

/* Responsive */
@media (max-width: 768px) {
    .repair-features-grid { grid-template-columns: 1fr; }
    .banner-content { flex-direction: column; text-align: center; gap: 20px; }
    .banner-text { flex-direction: column; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd5edfc *//* --- REPAIR COMPARISON --- */
.repair-comparison {
    padding: 80px 20px;
    background: #ffffff;
}

.section-title {
    text-align: center;
    font-size: 32px;
    color: #1a3650;
    margin-bottom: 20px;
    font-weight: 800;
}

.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.6;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.comp-card {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.comp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.comp-header {
    background: #1a3650;
    color: #d4af37;
    padding: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

.comp-body {
    padding: 30px;
}

.comp-body ul {
    margin: 20px 0;
    padding-left: 20px;
}

.comp-body li {
    margin-bottom: 10px;
    font-size: 15px;
}

.pro-tip {
    margin-top: 20px;
    padding: 15px;
    background: #fefce8;
    border-left: 4px solid #d4af37;
    font-size: 14px;
    font-style: italic;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .comparison-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72368261 */.sfv-referral-box {
    margin: 40px 0;
    padding: 25px;
    background: #fffdf5; /* Very light gold tint */
    border: 2px dashed #d4af37;
    border-radius: 15px;
    position: relative;
}

.sfv-promo-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a3650;
    color: #d4af37;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sfv-referral-box h3 {
    color: #1a3650;
    font-size: 18px;
    margin-bottom: 10px;
}

.sfv-referral-box p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sfv-copy-btn {
    background: #1a3650;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.sfv-copy-btn:hover {
    background: #d4af37;
    color: #1a3650;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-614a3d8e *//* Form Header Styling */
.form-header-container {
    text-align: center;
    margin-bottom: -10px; /* Pulls the header closer to the form */
    padding: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-header-container .badge {
    background: #f1f1f1;
    color: #555;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.form-header-container h2 {
    font-size: 36px;
    color: #222;
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1.2;
}

.form-header-container .highlight {
    color: #d32f2f; /* Matching the red button from the form */
    text-transform: uppercase;
}

.form-header-container .subtext {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

/* Trust Icons Styling */
.trust-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
}

.trust-icons span {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Color for the checkmark/icons */
.trust-icons span:before {
    content: '✓';
    color: #27ae60;
    font-weight: 900;
}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .form-header-container h2 {
        font-size: 28px;
    }
    .trust-icons {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8027049 */.warranty-certification-section {
    background-color: #f4f7f9;
    padding: 60px 20px;
    margin: 40px 0;
    border-radius: 10px;
}

.warranty-container {
    max-width: 900px;
    margin: 0 auto;
}

.warranty-content h3 {
    color: #1a3650;
    font-size: 28px;
    margin-bottom: 20px;
    border-left: 5px solid #8ecae6;
    padding-left: 20px;
}

.warranty-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.warranty-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.warranty-list li {
    background: #ffffff;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    font-size: 16px;
    color: #333;
}

.warranty-list li strong {
    color: #1a3650;
}

.warranty-content a.external-link {
    color: #0056b3;
    text-decoration: underline;
    font-weight: 600;
}

.final-cta-text {
    font-weight: 700;
    color: #1a3650;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

.final-cta-text a {
    color: #d90429;
    text-decoration: none;
    border-bottom: 2px solid #d90429;
}/* End custom CSS */