.elementor-1156 .elementor-element.elementor-element-8645a75{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1156 .elementor-element.elementor-element-8645a75{--content-width:100%;}}/* Start custom CSS *//**
 * Daklekkage Spoed Pagina CSS
 * Specifiek voor daklekkage-spoed.html
 * Gebruik: Voeg toe aan WordPress Site Instellingen > Custom CSS (na site.css)
 */

/* === ELEMENTOR OVERRIDES - MAXIMALE SPECIFICITEIT === */
.elementor-widget-container *, .elementor-element *, .e-con *, .e-con-inner *, .elementor-section * { box-sizing: border-box !important; }
.elementor-widget-container, .elementor-element, .e-con, .e-con-inner, .elementor-section { font-family: 'Inter', sans-serif !important; }
.elementor-widget-container a, .elementor-element a, .elementor-widget-container button, .elementor-element button { font-family: inherit !important; }

/* === LICHTE SECTIES - FORCEER LICHTE ACHTERGROND EN DONKERE TEKST === */
.content-section,
.elementor-widget-container .content-section,
.elementor-element .content-section,
.e-con .content-section,
.e-con-inner .content-section,
.elementor-section .content-section,
section.content-section,
.elementor-widget-container section.content-section,
.elementor-element section.content-section {
    background: #ffffff !important;
    color: #0E0E0E !important;
}
.content-section.gray,
.elementor-widget-container .content-section.gray,
.elementor-element .content-section.gray,
section.content-section.gray,
.elementor-widget-container section.content-section.gray,
.elementor-element section.content-section.gray {
    background: #F4F5F7 !important;
    color: #0E0E0E !important;
}
.content-section h1, .content-section h2, .content-section h3, .content-section h4,
.elementor-widget-container .content-section h1, .elementor-widget-container .content-section h2,
.elementor-widget-container .content-section h3, .elementor-widget-container .content-section h4,
.elementor-element .content-section h1, .elementor-element .content-section h2,
.elementor-element .content-section h3, .elementor-element .content-section h4 {
    color: #0E0E0E !important;
}
.content-section p, .content-section span, .content-section div,
.elementor-widget-container .content-section p, .elementor-widget-container .content-section span,
.elementor-element .content-section p, .elementor-element .content-section span {
    color: inherit !important;
}
.content-section a:not(.btn):not(.city-link),
.elementor-widget-container .content-section a:not(.btn):not(.city-link),
.elementor-element .content-section a:not(.btn):not(.city-link) {
    color: var(--color-primary) !important;
}

/* === KOPPEN (H1, H2, H3) OVERRIDES === */
.elementor-widget-container h1, .elementor-element h1, .e-con h1, .elementor-section h1,
.elementor-widget-container .elementor-heading-title, .elementor-element .elementor-heading-title {
    color: #0E0E0E !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
}
.hero-atf h1, .elementor-widget-container .hero-atf h1, .elementor-element .hero-atf h1 { color: #ffffff !important; }
.elementor-widget-container h2, .elementor-element h2, .e-con h2, .elementor-section h2,
.elementor-widget-container .section-title, .elementor-element .section-title {
    color: #0E0E0E !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
}
.elementor-widget-container h3, .elementor-element h3, .e-con h3, .elementor-section h3,
.elementor-widget-container .problem-block h3, .elementor-element .problem-block h3,
.elementor-widget-container .process-step h3, .elementor-element .process-step h3,
.elementor-widget-container .cause-card h3, .elementor-element .cause-card h3,
.elementor-widget-container .usp-content h3, .elementor-element .usp-content h3,
.elementor-widget-container .quick-form h3, .elementor-element .quick-form h3 {
    color: #0E0E0E !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
}

/* === KNOPPEN OVERRIDES === */
.elementor-widget-container .btn, .elementor-element .btn, .e-con .btn, .elementor-section .btn,
.elementor-widget-container button, .elementor-element button,
.elementor-widget-container .elementor-button, .elementor-element .elementor-button,
.elementor-widget-container a.elementor-button, .elementor-element a.elementor-button {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    transition: all 0.3s !important;
}
.elementor-widget-container .btn-white, .elementor-element .btn-white,
.elementor-widget-container a.btn-white, .elementor-element a.btn-white {
    background: #ffffff !important;
    color: #B01E2D !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}
.elementor-widget-container .form-submit, .elementor-element .form-submit, .e-con .form-submit, .elementor-section .form-submit,
.elementor-widget-container button[type="submit"], .elementor-element button[type="submit"],
.elementor-widget-container .quick-form button[type="submit"], .elementor-element .quick-form button[type="submit"] {
    background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
}

/* === CSS VARIABELEN === */
:root {
    --color-primary: #B01E2D;
    --color-secondary: #1F3F6D;
    --color-dark: #0E0E0E;
    --color-light: #F4F5F7;
    --color-accent: #C8A24D;
    --color-success: #10b981;
    --color-warning: #f59e0b;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #1a1a1a; background: #ffffff; overflow-x: hidden; line-height: 1.6; }
img, svg, video, iframe { max-width: 100%; height: auto; }

/* === STICKY PHONE BUTTON (MOBILE) === */
.sticky-phone, .elementor-widget-container .sticky-phone, .elementor-element .sticky-phone {
    position: fixed !important; bottom: 20px !important; left: 50% !important;
    transform: translateX(-50%) !important; z-index: 9999 !important; display: none !important;
    width: calc(100% - 32px) !important; max-width: 400px !important;
}
.sticky-phone a, .elementor-widget-container .sticky-phone a, .elementor-element .sticky-phone a {
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 12px !important; background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%) !important;
    color: white !important; padding: 18px 24px !important; border-radius: 50px !important;
    text-decoration: none !important; font-weight: 800 !important; font-size: 18px !important;
    box-shadow: 0 8px 32px rgba(176, 30, 45, 0.4) !important; animation: pulse 2s infinite !important;
    font-family: 'Inter', sans-serif !important; border: none !important; line-height: normal !important;
}
@keyframes pulse { 0%, 100% { box-shadow: 0 8px 32px rgba(176, 30, 45, 0.4); } 50% { box-shadow: 0 8px 40px rgba(176, 30, 45, 0.6); } }
@media (max-width: 768px) { .sticky-phone { display: block; } }

/* === TOP EMERGENCY BAR === */
.emergency-bar {
    background: var(--color-primary); color: white; padding: 14px 0; font-size: 14px;
    font-weight: 700; text-align: center; animation: blink 2s infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.9; } }
.emergency-bar a { color: white; text-decoration: none; margin-left: 8px; font-weight: 900; font-size: 16px; }

/* === HERO SECTION === */
.hero-atf {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 40px 24px 60px; position: relative; overflow: hidden;
}
.hero-atf::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}
.hero-container { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; }

/* Emergency Badge */
.emergency-badge {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(239, 68, 68, 0.15);
    color: #ef4444; padding: 8px 20px; border-radius: 50px; font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px;
    border: 1px solid rgba(239, 68, 68, 0.3); animation: emergencyPulse 2s infinite;
}
@keyframes emergencyPulse { 0%, 100% { border-color: rgba(239, 68, 68, 0.3); } 50% { border-color: rgba(239, 68, 68, 0.6); } }

/* Main Headline */
.hero-atf h1, .elementor-widget-container .hero-atf h1, .elementor-element .hero-atf h1 {
    font-size: 48px !important; font-weight: 900 !important; line-height: 1.1 !important;
    margin-bottom: 20px !important; color: #ffffff !important; font-family: 'Inter', sans-serif !important;
}
.hero-atf h1 .highlight { color: var(--color-primary); }
.hero-atf .subheadline {
    font-size: 20px; line-height: 1.5; color: #b0b0b0; margin-bottom: 32px; font-weight: 500;
}

/* === ACTION SPLIT === */
.action-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }

/* === PHONE CTA === */
.phone-cta {
    background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%);
    padding: 32px 28px; border-radius: 16px; text-align: center;
    box-shadow: 0 8px 32px rgba(176, 30, 45, 0.3); transition: transform 0.3s;
}
.phone-cta:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(176, 30, 45, 0.4); }
.phone-cta-label {
    font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, 0.8); margin-bottom: 12px;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.phone-cta a {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    font-size: 28px; font-weight: 900; color: white; text-decoration: none; margin-bottom: 8px;
}
.phone-cta-subtitle { font-size: 14px; color: rgba(255, 255, 255, 0.9); font-weight: 600; }

/* === QUICK FORM === */
.quick-form,
.elementor-widget-container .quick-form,
.elementor-element .quick-form,
.e-con .quick-form,
.e-con-inner .quick-form {
    background: #ffffff !important;
    padding: 28px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
}
.quick-form h3, .elementor-widget-container .quick-form h3, .elementor-element .quick-form h3 {
    font-size: 18px !important; font-weight: 800 !important; color: var(--color-dark) !important;
    margin-bottom: 20px !important; text-align: center !important; font-family: 'Inter', sans-serif !important;
}

/* Formidable Form in Quick Form */
.quick-form .frm_form_fields { margin-bottom: 0; }
.quick-form .frm_form_field { margin-bottom: 16px; }
.quick-form .frm_form_field label {
    font-size: 14px; font-weight: 600; color: var(--color-dark) !important;
    margin-bottom: 6px; display: block; font-family: 'Inter', sans-serif !important;
}
.quick-form .frm_form_field input[type="tel"], .quick-form .frm_form_field input[type="text"],
.quick-form .frm_form_field input[type="email"], .quick-form .frm_form_field select {
    width: 100%; padding: 14px 16px; border-radius: 10px; border: 2px solid #e5e7eb;
    background: white; color: var(--color-dark) !important; font-size: 15px;
    font-family: 'Inter', sans-serif !important; transition: all 0.3s; box-sizing: border-box;
}
.quick-form .frm_form_field input[type="tel"]::placeholder, .quick-form .frm_form_field input[type="text"]::placeholder,
.quick-form .frm_form_field input[type="email"]::placeholder {
    color: #9ca3af !important; -webkit-text-fill-color: #9ca3af !important;
}
.quick-form .frm_form_field input[type="tel"]:focus, .quick-form .frm_form_field input[type="text"]:focus,
.quick-form .frm_form_field input[type="email"]:focus, .quick-form .frm_form_field select:focus {
    outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(176, 30, 45, 0.1);
}
.quick-form .frm_submit button[type="submit"], .quick-form .frm_submit input[type="submit"] {
    width: 100% !important; padding: 16px !important;
    background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%) !important;
    color: white !important; border: none !important; border-radius: 10px !important;
    font-size: 16px !important; font-weight: 800 !important; cursor: pointer !important;
    transition: all 0.3s !important; text-transform: uppercase !important;
    letter-spacing: 0.5px !important; font-family: 'Inter', sans-serif !important;
    box-shadow: none !important; line-height: normal !important; display: block !important;
    margin: 0 !important; text-decoration: none !important; text-align: center !important;
}
.quick-form .frm_submit button[type="submit"]:hover, .quick-form .frm_submit input[type="submit"]:hover {
    transform: translateY(-2px) !important; box-shadow: 0 6px 24px rgba(176, 30, 45, 0.4) !important;
}
.quick-form .frm_message {
    background: #10b981; color: white; padding: 12px 16px; border-radius: 8px;
    margin-top: 12px; font-size: 14px; font-weight: 600;
}
.quick-form .frm_error {
    background: #ef4444; color: white; padding: 12px 16px; border-radius: 8px;
    margin-top: 12px; font-size: 14px; font-weight: 600;
}
.form-group { margin-bottom: 16px; }
.form-group input {
    width: 100%; padding: 14px 16px; border: 2px solid #e5e7eb; border-radius: 10px;
    font-size: 15px; font-family: 'Inter', sans-serif; transition: all 0.3s;
}
.form-group input:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(176, 30, 45, 0.1); }
.form-checkbox { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 14px; color: var(--color-dark); }
.form-checkbox input { width: 18px; height: 18px; }
.form-submit, .elementor-widget-container .form-submit, .elementor-element .form-submit,
.e-con .form-submit, .e-con-inner .form-submit, .elementor-section .form-submit,
button.form-submit, input[type="submit"].form-submit, .quick-form button[type="submit"],
.elementor-widget-container .quick-form button[type="submit"], .elementor-element .quick-form button[type="submit"],
form button[type="submit"], .elementor-widget-container form button[type="submit"], .elementor-element form button[type="submit"] {
    width: 100% !important; padding: 16px !important;
    background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%) !important;
    color: white !important; border: none !important; border-radius: 10px !important;
    font-size: 16px !important; font-weight: 800 !important; cursor: pointer !important;
    transition: all 0.3s !important; text-transform: uppercase !important; letter-spacing: 0.5px !important;
    font-family: 'Inter', sans-serif !important; box-shadow: none !important; line-height: normal !important;
    display: block !important; margin: 0 !important; text-decoration: none !important; text-align: center !important;
}
.form-submit:hover, .elementor-widget-container .form-submit:hover, .elementor-element .form-submit:hover,
.quick-form button[type="submit"]:hover, form button[type="submit"]:hover,
.elementor-widget-container form button[type="submit"]:hover {
    transform: translateY(-2px) !important; box-shadow: 0 6px 24px rgba(176, 30, 45, 0.4) !important;
    background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%) !important; color: white !important;
}

/* === TRUST BAR === */
.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 24px; background: rgba(255, 255, 255, 0.05); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); }
.trust-item { text-align: center; }
.trust-icon { font-size: 28px; margin-bottom: 8px; }
.trust-text { font-size: 13px; color: #e5e7eb; font-weight: 600; line-height: 1.3; }

/* === CONTENT SECTIONS === */
.content-section,
.elementor-widget-container .content-section,
.elementor-element .content-section,
.e-con .content-section,
section.content-section {
    padding: 80px 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}
.content-section.gray,
.elementor-widget-container .content-section.gray,
.elementor-element .content-section.gray,
section.content-section.gray {
    background: var(--color-light) !important;
}

/* Content section inner container */
.content-section > .section-header,
.content-section > .process-grid,
.content-section > .causes-grid,
.content-section > .usp-grid,
.content-section > .faq-container,
.content-section > .cities-grid,
.content-section > .problem-block,
.elementor-widget-container .content-section > *,
.elementor-element .content-section > * {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.section-header,
.elementor-widget-container .section-header,
.elementor-element .section-header {
    text-align: center !important;
    margin-bottom: 48px !important;
}
.section-label,
.elementor-widget-container .section-label,
.elementor-element .section-label {
    display: inline-block !important;
    background: rgba(176, 30, 45, 0.1) !important;
    color: var(--color-primary) !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 16px !important;
}
.section-title,
.elementor-widget-container .section-title,
.elementor-element .section-title,
.e-con .section-title,
.e-con-inner .section-title,
.content-section h2,
.elementor-widget-container .content-section h2,
.elementor-element .content-section h2,
.section-header h2,
.elementor-widget-container .section-header h2,
.elementor-element .section-header h2 {
    font-size: 42px !important;
    font-weight: 900 !important;
    color: #0E0E0E !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
    font-family: 'Inter', sans-serif !important;
}
.section-subtitle,
.elementor-widget-container .section-subtitle,
.elementor-element .section-subtitle,
.section-header p,
.elementor-widget-container .section-header p,
.elementor-element .section-header p {
    font-size: 18px !important;
    color: #6c757d !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    font-family: 'Inter', sans-serif !important;
}

/* === PROBLEM BLOCK === */
.problem-block,
.elementor-widget-container .problem-block,
.elementor-element .problem-block,
.e-con .problem-block,
.e-con-inner .problem-block {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 16px !important;
    border-left: 4px solid var(--color-primary) !important;
    margin-bottom: 40px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}
.problem-block h3, .elementor-widget-container .problem-block h3, .elementor-element .problem-block h3 {
    font-size: 24px !important; font-weight: 800 !important; color: var(--color-dark) !important;
    margin-bottom: 16px !important; font-family: 'Inter', sans-serif !important;
}
.problem-block p { font-size: 16px; line-height: 1.8; color: #4b5563; margin-bottom: 12px; }
.problem-block ul { list-style: none; padding-left: 0; }
.problem-block li { padding: 12px 0; padding-left: 32px; position: relative; font-size: 16px; color: #4b5563; }
.problem-block li::before { content: '⚠️'; position: absolute; left: 0; font-size: 18px; }

/* === PROCESS STEPS === */
.process-grid,
.elementor-widget-container .process-grid,
.elementor-element .process-grid,
.e-con .process-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px !important;
}
.process-step,
.elementor-widget-container .process-step,
.elementor-element .process-step,
.e-con .process-step,
.e-con-inner .process-step {
    background: #ffffff !important;
    padding: 32px !important;
    border-radius: 16px !important;
    text-align: center !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    position: relative !important;
}
.process-number,
.elementor-widget-container .process-number,
.elementor-element .process-number,
.e-con .process-number,
.e-con-inner .process-number,
.process-step .process-number {
    width: 56px !important;
    height: 56px !important;
    background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    margin: 0 auto 20px !important;
}
.process-step h3, .elementor-widget-container .process-step h3, .elementor-element .process-step h3 {
    font-size: 20px !important; font-weight: 800 !important; color: var(--color-dark) !important;
    margin-bottom: 12px !important; font-family: 'Inter', sans-serif !important;
}
.process-step p { font-size: 15px; color: #6c757d; line-height: 1.6; }

/* === CAUSES GRID === */
.causes-grid,
.elementor-widget-container .causes-grid,
.elementor-element .causes-grid,
.e-con .causes-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}
.cause-card,
.elementor-widget-container .cause-card,
.elementor-element .cause-card,
.e-con .cause-card,
.e-con-inner .cause-card {
    background: #ffffff !important;
    padding: 28px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s !important;
}
.cause-card:hover,
.elementor-widget-container .cause-card:hover,
.elementor-element .cause-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    background: #ffffff !important;
}
.cause-icon { font-size: 40px; margin-bottom: 16px; }
.cause-card h3, .elementor-widget-container .cause-card h3, .elementor-element .cause-card h3 {
    font-size: 20px !important; font-weight: 800 !important; color: var(--color-dark) !important;
    margin-bottom: 12px !important; font-family: 'Inter', sans-serif !important;
}
.cause-card p { font-size: 15px; color: #6c757d; line-height: 1.6; }

/* === USP GRID === */
.usp-grid,
.elementor-widget-container .usp-grid,
.elementor-element .usp-grid,
.e-con .usp-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}
.usp-card,
.elementor-widget-container .usp-card,
.elementor-element .usp-card,
.e-con .usp-card,
.e-con-inner .usp-card {
    background: #ffffff !important;
    padding: 28px !important;
    border-radius: 16px !important;
    display: flex !important;
    gap: 20px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}
.usp-icon,
.elementor-widget-container .usp-icon,
.elementor-element .usp-icon,
.e-con .usp-icon,
.e-con-inner .usp-icon,
.usp-card .usp-icon {
    width: 56px !important;
    height: 56px !important;
    background: #ffffff !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    flex-shrink: 0 !important;
}
.usp-content h3, .elementor-widget-container .usp-content h3, .elementor-element .usp-content h3 {
    font-size: 18px !important; font-weight: 800 !important; color: var(--color-dark) !important;
    margin-bottom: 8px !important; font-family: 'Inter', sans-serif !important;
}
.usp-content p { font-size: 14px; color: #6c757d; line-height: 1.6; }

/* === LOCAL CITIES === */
.cities-grid,
.elementor-widget-container .cities-grid,
.elementor-element .cities-grid,
.e-con .cities-grid,
.e-con-inner .cities-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}
.city-link,
.elementor-widget-container .city-link,
.elementor-element .city-link,
.e-con .city-link,
.e-con-inner .city-link,
a.city-link,
.elementor-widget-container a.city-link,
.elementor-element a.city-link {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #0E0E0E !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s !important;
    border: 2px solid #e5e7eb !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
}
.city-link:hover,
.elementor-widget-container .city-link:hover,
.elementor-element .city-link:hover,
a.city-link:hover {
    border-color: var(--color-primary) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    color: var(--color-primary) !important;
    text-decoration: none !important;
    background: #ffffff !important;
}

/* === FAQ === */
.faq-container,
.elementor-widget-container .faq-container,
.elementor-element .faq-container,
.e-con .faq-container,
.e-con-inner .faq-container {
    max-width: 800px !important;
    margin: 0 auto !important;
}
.faq-item,
.elementor-widget-container .faq-item,
.elementor-element .faq-item,
.e-con .faq-item,
.e-con-inner .faq-item {
    background: #ffffff !important;
    padding: 28px !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}
.faq-question,
.elementor-widget-container .faq-question,
.elementor-element .faq-question,
.e-con .faq-question,
.e-con-inner .faq-question,
.faq-item .faq-question,
.elementor-widget-container .faq-item .faq-question,
.elementor-element .faq-item .faq-question,
div.faq-question,
.elementor-widget-container div.faq-question,
.elementor-element div.faq-question {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0E0E0E !important;
    margin-bottom: 12px !important;
    font-family: 'Inter', sans-serif !important;
}
.faq-answer,
.elementor-widget-container .faq-answer,
.elementor-element .faq-answer,
.e-con .faq-answer,
.e-con-inner .faq-answer,
.faq-item .faq-answer,
.elementor-widget-container .faq-item .faq-answer,
.elementor-element .faq-item .faq-answer,
div.faq-answer,
.elementor-widget-container div.faq-answer,
.elementor-element div.faq-answer {
    font-size: 15px !important;
    color: #6c757d !important;
    line-height: 1.7 !important;
    font-family: 'Inter', sans-serif !important;
}

/* === FINAL CTA === */
.final-cta, .elementor-widget-container .final-cta, .elementor-element .final-cta {
    background: linear-gradient(135deg, var(--color-primary) 0%, #8B1521 100%) !important;
    padding: 80px 24px !important; text-align: center !important; color: white !important;
}
.final-cta h2, .elementor-widget-container .final-cta h2, .elementor-element .final-cta h2 {
    font-size: 42px !important; font-weight: 900 !important; margin-bottom: 20px !important;
    color: white !important; font-family: 'Inter', sans-serif !important;
}
.final-cta p { font-size: 20px; margin-bottom: 40px; opacity: 0.95; color: white; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn, .elementor-widget-container .btn, .elementor-element .btn, .e-con .btn, .e-con-inner .btn, .elementor-section .btn,
button.btn, a.btn, .elementor-widget-container a.btn, .elementor-element a.btn {
    padding: 18px 40px !important; border-radius: 12px !important; font-size: 16px !important;
    font-weight: 800 !important; text-decoration: none !important; display: inline-flex !important;
    align-items: center !important; gap: 10px !important; transition: all 0.3s !important;
    cursor: pointer !important; border: none !important; font-family: 'Inter', sans-serif !important;
    line-height: normal !important; box-sizing: border-box !important;
}
.btn-white, .elementor-widget-container .btn-white, .elementor-element .btn-white,
button.btn-white, a.btn-white, .elementor-widget-container a.btn-white, .elementor-element a.btn-white {
    background: white !important; color: var(--color-primary) !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}
.btn-white:hover, .elementor-widget-container .btn-white:hover, .elementor-element .btn-white:hover, a.btn-white:hover {
    transform: translateY(-3px) !important; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3) !important;
    background: white !important; color: var(--color-primary) !important; text-decoration: none !important;
}
.btn-outline, .elementor-widget-container .btn-outline, .elementor-element .btn-outline,
button.btn-outline, a.btn-outline, .elementor-widget-container a.btn-outline, .elementor-element a.btn-outline {
    background: rgba(255, 255, 255, 0.15) !important; color: white !important; border: 2px solid rgba(255, 255, 255, 0.3) !important;
}
.btn-outline:hover, .elementor-widget-container .btn-outline:hover, .elementor-element .btn-outline:hover, a.btn-outline:hover {
    background: rgba(255, 255, 255, 0.25) !important; transform: translateY(-3px) !important;
    color: white !important; text-decoration: none !important;
}

/* === RESPONSIVE === */
/* === RESPONSIVE - TABLET === */
@media (max-width: 968px) {
    .action-split,
    .elementor-widget-container .action-split,
    .elementor-element .action-split {
        grid-template-columns: 1fr !important;
    }
    .trust-bar,
    .elementor-widget-container .trust-bar,
    .elementor-element .trust-bar {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .process-grid,
    .elementor-widget-container .process-grid,
    .elementor-element .process-grid,
    .e-con .process-grid {
        grid-template-columns: 1fr !important;
    }
    .causes-grid,
    .elementor-widget-container .causes-grid,
    .elementor-element .causes-grid,
    .e-con .causes-grid {
        grid-template-columns: 1fr !important;
    }
    .usp-grid,
    .elementor-widget-container .usp-grid,
    .elementor-element .usp-grid,
    .e-con .usp-grid {
        grid-template-columns: 1fr !important;
    }
    .cities-grid,
    .elementor-widget-container .cities-grid,
    .elementor-element .cities-grid,
    .e-con .cities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* === RESPONSIVE - MOBILE === */
@media (max-width: 768px) {
    .hero-atf h1,
    .elementor-widget-container .hero-atf h1,
    .elementor-element .hero-atf h1 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .hero-atf .subheadline,
    .elementor-widget-container .hero-atf .subheadline,
    .elementor-element .hero-atf .subheadline {
        font-size: 16px !important;
    }
    .phone-cta a {
        font-size: 22px !important;
    }
    .section-title,
    .elementor-widget-container .section-title,
    .elementor-element .section-title,
    .content-section h2,
    .elementor-widget-container .content-section h2,
    .elementor-element .content-section h2 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    .section-subtitle,
    .elementor-widget-container .section-subtitle,
    .elementor-element .section-subtitle {
        font-size: 15px !important;
    }
    .trust-bar,
    .elementor-widget-container .trust-bar,
    .elementor-element .trust-bar {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .content-section,
    .elementor-widget-container .content-section,
    .elementor-element .content-section {
        padding: 48px 16px !important;
    }
    .process-grid,
    .elementor-widget-container .process-grid,
    .elementor-element .process-grid,
    .e-con .process-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .process-step,
    .elementor-widget-container .process-step,
    .elementor-element .process-step {
        padding: 24px !important;
    }
    .causes-grid,
    .elementor-widget-container .causes-grid,
    .elementor-element .causes-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .usp-grid,
    .elementor-widget-container .usp-grid,
    .elementor-element .usp-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .usp-card,
    .elementor-widget-container .usp-card,
    .elementor-element .usp-card {
        padding: 20px !important;
    }
    .cities-grid,
    .elementor-widget-container .cities-grid,
    .elementor-element .cities-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .city-link,
    .elementor-widget-container .city-link,
    .elementor-element .city-link {
        padding: 16px !important;
    }
    .faq-item,
    .elementor-widget-container .faq-item,
    .elementor-element .faq-item {
        padding: 20px !important;
    }
    .final-cta,
    .elementor-widget-container .final-cta,
    .elementor-element .final-cta {
        padding: 48px 16px !important;
    }
    .final-cta h2,
    .elementor-widget-container .final-cta h2,
    .elementor-element .final-cta h2 {
        font-size: 26px !important;
    }
    .final-cta p,
    .elementor-widget-container .final-cta p,
    .elementor-element .final-cta p {
        font-size: 16px !important;
    }
    .cta-buttons,
    .elementor-widget-container .cta-buttons,
    .elementor-element .cta-buttons {
        flex-direction: column !important;
        gap: 12px !important;
    }
    .btn,
    .elementor-widget-container .btn,
    .elementor-element .btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 16px 24px !important;
    }
    .problem-block,
    .elementor-widget-container .problem-block,
    .elementor-element .problem-block {
        padding: 24px !important;
    }
    .quick-form,
    .elementor-widget-container .quick-form,
    .elementor-element .quick-form {
        padding: 20px !important;
    }
}/* End custom CSS */