/**
 * City Landing Page Styles
 *
 * Styles for city-specific landing pages (e.g., Loodgieter Antwerpen).
 *
 * @package loodgieter-sanitair
 */

/* ==========================================================================
   Sticky Sidebar Fix
   body has overflow-x: hidden (style.css) which can create a scroll container
   in some browsers, breaking position: sticky. Using overflow-x: clip instead
   achieves the same visual result without affecting sticky behaviour.
   ========================================================================== */

body:has(.city-landing-page) {
    overflow-x: clip;
}

/* ==========================================================================
   Color Overrides
   style.css sets .site-main a { color: #FF5F30 } and
   a:visited { color: #ff906e } which bleeds into all city page links.
   The selectors below use .city-landing-page to outspecify those rules.
   ========================================================================== */

/* -- Hero buttons -- */
.city-landing-page .my-btn,
.city-landing-page .my-btn:visited {
    color: #fff;
}

.city-landing-page .btn-outline,
.city-landing-page .btn-outline:visited {
    color: #101820;
}

/* -- Breadcrumbs -- */
.city-landing-page .city-breadcrumb a,
.city-landing-page .city-breadcrumb a:visited {
    color: #0274DE;
}

/* -- Emergency card -- */
.city-landing-page .emergency-btn,
.city-landing-page .emergency-btn:visited {
    color: #dc3545;
}

.city-landing-page .emergency-btn:hover {
    color: #c82333;
}

/* -- Quote card -- */
.city-landing-page .quote-btn,
.city-landing-page .quote-btn:visited,
.city-landing-page .quote-btn:hover {
    color: #fff;
}

/* -- Services sidebar links -- */
.city-landing-page .services-card .list-group-item a,
.city-landing-page .services-card .list-group-item a:visited {
    color: #333;
}

.city-landing-page .services-card .list-group-item a:hover {
    color: #0274DE;
}

/* -- Nearby cities sidebar links -- */
.city-landing-page .nearby-cities-card .list-group-item a,
.city-landing-page .nearby-cities-card .list-group-item a:visited {
    color: #333;
}

.city-landing-page .nearby-cities-card .list-group-item a:hover {
    color: #0274DE;
}

/* -- Service cards (main content) -- */
.city-landing-page .service-card-v2 .service-link,
.city-landing-page .service-card-v2 .service-link:visited {
    color: #0274DE;
}

.city-landing-page .service-card-v2 .service-link:hover {
    color: #015bb5;
}

/* -- Tag cloud links (nearby cities section) -- */
.city-landing-page .nearby-cities-v2 .cloud a,
.city-landing-page .nearby-cities-v2 .cloud a:visited {
    color: var(--color);
}

/* -- Province links (nearby cities section) -- */
.city-landing-page .nearby-cities-v2 .province-links a,
.city-landing-page .nearby-cities-v2 .province-links a:visited {
    color: #69afff;
}

.city-landing-page .nearby-cities-v2 .province-links a:hover {
    color: #FF5F30;
}

/* -- CTA section -- */
.city-landing-page .cta-phone-btn,
.city-landing-page .cta-phone-btn:visited {
    color: #fff;
}

.city-landing-page .cta-quote-btn,
.city-landing-page .cta-quote-btn:visited {
    color: #fff;
}

.city-landing-page .cta-quote-btn:hover {
    color: #0274DE;
}

/* -- FAQ section -- */
.city-landing-page .faq-footer-btn,
.city-landing-page .faq-footer-btn:visited {
    color: #0274DE;
}

.city-landing-page .faq-footer-btn:hover {
    color: #fff;
}


/* ==========================================================================
   Hero Section - City (conversion-optimized, matches homepage hero)
   ========================================================================== */

.hero-city {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(160deg, #f0fbff 0%, #e4f3fd 50%, #f0fbff 100%);
    padding: 72px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-city::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -60px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(2, 116, 222, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ── Trust bar ── */

.hero-city .hero-trust-bar {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(2, 116, 222, 0.15);
    border-radius: 40px;
    padding: 8px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #404040;
    box-shadow: 0 2px 12px rgba(2, 116, 222, 0.08);
}

.hero-city .hero-stars {
    color: #f5a623;
    letter-spacing: 1px;
    font-size: 15px;
}

.hero-city .hero-rating strong {
    color: #101820;
}

.hero-city .hero-divider {
    width: 1px;
    height: 18px;
    background: #ccc;
    flex-shrink: 0;
}

.hero-city .hero-available {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #16a34a;
    font-weight: 600;
}

.hero-city .hero-pulse-dot {
    width: 8px;
    height: 8px;
    background: #16a34a;
    border-radius: 50%;
    display: inline-block;
    animation: heroPulse 2s ease-in-out infinite;
}

/* ── Headline ── */

.hero-city h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.hero-city h1 .blue {
    color: #0274DE;
    display: block;
}

.hero-city h1 .orange {
    color: #FF5F30;
    display: block;
}

/* ── Subtitle ── */

.hero-city .hero-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #404040;
    margin: 0 0 24px;
    max-width: 520px;
    font-weight: 300;
}

/* ── USP checks ── */

.hero-city .hero-checks {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.hero-city .hero-checks li {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    padding: 7px 0;
    font-weight: 400;
}

.hero-city .hero-checks li .fa-circle-check {
    color: #2ed8b6;
    margin-right: 10px;
    font-size: 17px;
}

/* ── Primary CTA buttons ── */

.hero-city .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.hero-city .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
    white-space: nowrap;
}

.hero-city .hero-btn:hover {
    transform: translateY(-2px);
}

.hero-city .hero-btn--phone {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
    color: #fff;
    box-shadow: 0 4px 14px rgba(64, 153, 255, 0.35);
}

.hero-city .hero-btn--phone:hover {
    box-shadow: 0 6px 22px rgba(64, 153, 255, 0.45);
}

.hero-city .hero-btn--phone .fa-phone {
    font-size: 18px;
}

.hero-city .hero-btn--whatsapp {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
    color: #fff;
    box-shadow: 0 4px 14px rgba(46, 216, 182, 0.35);
}

.hero-city .hero-btn--whatsapp:hover {
    box-shadow: 0 6px 22px rgba(46, 216, 182, 0.45);
}

.hero-city .hero-btn--whatsapp .fa-whatsapp {
    font-size: 20px;
}

/* ── Secondary CTA (offerte link) ── */

.hero-city .hero-offerte-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #0274DE;
    text-decoration: none;
    transition: color 0.2s;
}

.hero-city .hero-offerte-link:hover {
    color: #FF5F30;
    text-decoration: underline;
}

/* ── Image column ── */

.hero-city .hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-city .hero-main-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* ── Floating badges ── */

.hero-city .hero-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.hero-city .hero-badge__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

.hero-city .hero-badge__text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.hero-city .hero-badge__text strong {
    font-size: 16px;
    color: #101820;
}

.hero-city .hero-badge__text span {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.hero-city .hero-badge--emergency {
    bottom: 24px;
    left: -20px;
}

.hero-city .hero-badge--emergency .hero-badge__icon {
    background: linear-gradient(45deg, #FF5F30, #ff8a65);
}

.hero-city .hero-badge--experience {
    top: 24px;
    right: -20px;
}

.hero-city .hero-badge--experience .hero-badge__icon {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

/* Breadcrumb styling */
.city-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    padding-left: 0;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.city-breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.city-breadcrumb .breadcrumb-item a {
    color: #0274DE;
    text-decoration: none;
}

.city-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.city-breadcrumb .breadcrumb-item.active {
    color: #666;
}

/* Mobile breadcrumb */
@media (max-width: 575px) {
    .city-breadcrumb .breadcrumb {
        font-size: 0.8rem;
        justify-content: center;
    }

    .city-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
}

/* ==========================================================================
   City Content Area
   ========================================================================== */

.city-content {
    background: #fafafa;
}


/* ── City default content ── */

.city-default-content h2,
.city-default-content h3 {
    color: #101820;
    margin-bottom: 1rem;
}

.city-default-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
}

.city-default-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-top: 0;
}

.city-default-content p {
    color: #444;
    line-height: 1.7;
}

/* ── Intro card ── */

.content-intro {
    display: flex;
    gap: 20px;
    background: #fff;
    border-left: 4px solid #0274DE;
    border-radius: 0 12px 12px 0;
    padding: 28px 28px 28px 24px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.content-intro__icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(45deg, #4099ff, #73b4ff);
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    padding-top: 13px;
}

.content-intro__body h2 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.content-intro__body p {
    margin-bottom: 0;
}

/* ── Reasons check-list ── */

.content-reasons {
    margin-bottom: 2.5rem;
}

.content-checks {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.content-checks li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    transition: background 0.2s ease;
}

.content-checks li:hover {
    background: #f0fbff;
}

.content-checks li .fa-circle-check {
    color: #2ed8b6;
    font-size: 18px;
    flex-shrink: 0;
}

/* ── Process timeline ── */

.content-process {
    margin-bottom: 2rem;
}

.process-timeline {
    display: flex;
    gap: 20px;
    margin-top: 1.25rem;
}

.process-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

/* Connector line between cards */
.process-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 38px;
    right: -14px;
    width: 8px;
    height: 2px;
    background: #ccc;
}

.process-card__number {
    width: 48px;
    height: 48px;
    background: linear-gradient(45deg, #4099ff, #73b4ff);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto 12px;
}

.process-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #101820;
    margin-bottom: 6px;
}

.process-card p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Process CTA */
.process-cta {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.process-cta p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #101820;
    margin-bottom: 1rem;
}

.process-cta .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.process-cta .hero-btn:hover {
    transform: translateY(-2px);
}

.process-cta .hero-btn--phone {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
    color: #fff;
    box-shadow: 0 4px 14px rgba(64, 153, 255, 0.35);
}

.process-cta .hero-btn--phone:hover {
    box-shadow: 0 6px 22px rgba(64, 153, 255, 0.45);
}

/* ==========================================================================
   Services City Section
   ========================================================================== */

/* ---- Section header ---- */
.services-city-header {
    position: relative;
}

.services-city-header .section-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #0274DE;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.services-city-header .section-label i {
    margin-right: 6px;
}

.services-city-header h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #101820;
    margin-bottom: 0.5rem;
}

.services-city-header p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

/* ---- Service card v2 ---- */
.service-card-v2 {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f7;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(2, 116, 222, 0.12);
    border-color: #0274DE;
}

/* Badge */
.service-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Icon */
.service-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f0fbff 0%, #e0f2ff 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.service-card-v2:hover .service-card-icon {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
    transform: scale(1.05);
}

.service-card-icon i {
    font-size: 22px;
    color: #0274DE;
    transition: color 0.3s ease;
}

.service-card-v2:hover .service-card-icon i {
    color: #fff;
}

/* Body */
.service-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #101820;
    margin-bottom: 0.5rem;
}

.service-card-body p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 1rem;
    flex: 1;
}

.service-card-v2 .service-link {
    display: inline-flex;
    align-items: center;
    color: #0274DE;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.service-card-v2 .service-link:hover {
    color: #015bb5;
}

.service-card-v2 .service-link i {
    margin-left: 6px;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.service-card-v2 .service-link:hover i {
    transform: translateX(4px);
}

/* ==========================================================================
   FAQ City Section
   ========================================================================== */

/* ---- Section header ---- */
.faq-city-header .section-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #0274DE;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.faq-city-header .section-label i {
    margin-right: 6px;
}

.faq-city-header h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #101820;
    margin: 0;
}

/* ---- FAQ list ---- */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    border-color: #d0e3f5;
}

.faq-item:has(.faq-answer.show) {
    border-color: #0274DE;
    box-shadow: 0 4px 20px rgba(2, 116, 222, 0.08);
}

/* ---- Question button ---- */
.faq-question {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 1.15rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: #fafcff;
}

.faq-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f0fbff 0%, #e0f2ff 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.faq-item:has(.faq-answer.show) .faq-icon {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.faq-icon i {
    font-size: 16px;
    color: #0274DE;
    transition: color 0.3s ease;
}

.faq-item:has(.faq-answer.show) .faq-icon i {
    color: #fff;
}

.faq-question-text {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #101820;
    line-height: 1.4;
}

.faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f2f5;
    transition: background 0.3s ease, transform 0.3s ease;
}

.faq-toggle i {
    font-size: 12px;
    color: #666;
    transition: color 0.3s ease, transform 0.3s ease;
}

.faq-item:has(.faq-answer.show) .faq-toggle {
    background: #0274DE;
}

.faq-item:has(.faq-answer.show) .faq-toggle i {
    color: #fff;
    transform: rotate(45deg);
}

/* ---- Answer ---- */
.faq-answer-inner {
    padding: 0 1.5rem 1.25rem 4.85rem;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* ---- Footer CTA ---- */
.faq-footer {
    margin-top: 1.5rem;
}

.faq-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #f8fbff;
    border: 1px solid #e0ecf7;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.faq-footer-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 0.95rem;
}

.faq-footer-text i {
    color: #0274DE;
    font-size: 1.1rem;
}

.faq-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #0274DE;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 20px;
    border: 2px solid #0274DE;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.faq-footer-btn:hover {
    background: #0274DE;
    color: #fff;
}

.faq-footer-btn i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.faq-footer-btn:hover i {
    transform: translateX(3px);
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.city-sidebar {
    position: sticky;
    top: 30px;
}

.sidebar-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.sidebar-card .card-header {
    padding: 1rem 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.sidebar-card .card-body {
    padding: 1.25rem;
}

/* ---- Emergency Card ---- */
.emergency-card {
    border: none;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
}

.emergency-card-inner {
    padding: 1.5rem;
    text-align: center;
}

.emergency-icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    animation: pulse-ring 2s ease-out infinite;
}

.emergency-icon-wrap i {
    font-size: 24px;
    color: #fff;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.emergency-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.emergency-card p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 1.25rem;
}

.emergency-btn {
    display: block;
    background: #fff;
    color: #dc3545;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.emergency-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #c82333;
}

.emergency-btn i {
    margin-right: 6px;
}

.emergency-availability {
    margin-top: 1rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    opacity: 0.9;
}

.availability-dot {
    width: 8px;
    height: 8px;
    background: #6fff6f;
    border-radius: 50%;
    display: inline-block;
    animation: blink-dot 1.5s infinite;
}

@keyframes blink-dot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* ---- Quote Card ---- */
.quote-card {
    border: none;
    background: #fff;
}

.quote-card-inner {
    padding: 1.5rem;
    text-align: center;
}

.quote-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f0fbff, #e0f2ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.quote-icon i {
    font-size: 20px;
    color: #0274DE;
}

.quote-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #101820;
    margin-bottom: 0.5rem;
}

.quote-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.quote-btn {
    display: block;
    background: linear-gradient(45deg, #4099ff, #73b4ff);
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(64, 153, 255, 0.3);
    color: #fff;
}

.quote-btn i {
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.quote-btn:hover i {
    transform: translateX(3px);
}

/* ---- Services Card ---- */
.services-card .card-header {
    background: #f8f9fa;
    color: #101820;
    border-bottom: 1px solid #eee;
}

.services-card .list-group {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.services-card .list-group-item {
    padding: 0;
    border-left: none;
    border-right: none;
}

.services-card .list-group-item:first-child {
    border-top: none;
}

.services-card .list-group-item a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.85rem 1.25rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.services-card .list-group-item a:hover {
    background: #f8fbff;
    color: #0274DE;
}

.services-card .list-group-item a > i:first-child {
    color: #0274DE;
    font-size: 0.9rem;
    width: 20px;
    text-align: center;
}

.services-card .list-group-item a span {
    flex: 1;
    font-size: 0.9rem;
}

.services-card .list-group-item a .chevron {
    font-size: 0.65rem;
    color: #ccc;
    transition: transform 0.2s ease, color 0.2s ease;
}

.services-card .list-group-item a:hover .chevron {
    color: #0274DE;
    transform: translateX(3px);
}

/* ---- Nearby Cities Card ---- */
.nearby-cities-card .card-header {
    background: #f8f9fa;
    color: #101820;
    border-bottom: 1px solid #eee;
}

.nearby-cities-card .list-group {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.nearby-cities-card .list-group-item {
    padding: 0;
}

.nearby-cities-card .list-group-item a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.75rem 1.25rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.nearby-cities-card .list-group-item a:hover {
    background: #f8fbff;
    color: #0274DE;
}

.nearby-cities-card .list-group-item a i {
    color: #0274DE;
    font-size: 0.75rem;
}

/* ==========================================================================
   CTA City Section
   ========================================================================== */

.cta-city-v2 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.cta-city-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0259a8 0%, #0274DE 40%, #4099ff 100%);
    z-index: 0;
}

.cta-city-bg::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.cta-city-bg::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -40px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.cta-city-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 3rem;
}

/* ---- Content side ---- */
.cta-city-content {
    flex: 1;
    color: #fff;
}

.cta-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.75rem;
}

.cta-label i {
    margin-right: 6px;
}

.cta-city-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.cta-city-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    max-width: 550px;
}

/* Features row */
.cta-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.cta-feature i {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

/* ---- Actions side ---- */
.cta-city-actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Phone button */
.cta-phone-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-phone-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.cta-phone-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-phone-icon i {
    font-size: 18px;
    color: #fff;
}

.cta-phone-text {
    display: flex;
    flex-direction: column;
}

.cta-phone-label {
    font-size: 0.8rem;
    color: #888;
    font-weight: 500;
}

.cta-phone-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #101820;
}

/* Quote button */
.cta-quote-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.cta-quote-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #0274DE;
}

.cta-quote-btn i {
    font-size: 0.85rem;
}

/* ==========================================================================
   Nearby Cities Section (v2) — Tag Cloud style (matches homepage location)
   ========================================================================== */

.nearby-cities-v2 {
    padding: 60px 0;
    overflow: hidden;
}

.nearby-cities-v2 .title h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #101820;
    margin-bottom: 20px;
}

/* ---- Tag cloud ---- */
.nearby-cities-v2 .cloud {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
}

/* Color cycling */
.nearby-cities-v2 .cloud li:nth-child(2n+1) a { --color: #4cdec0; }
.nearby-cities-v2 .cloud li:nth-child(odd) a { --color: #69afff; }
.nearby-cities-v2 .cloud li:nth-child(4n+1) a { --color: #FF5F30; }
.nearby-cities-v2 .cloud li:nth-child(even) a { --color: #4cdec0; }

/* Weight-based sizing */
.nearby-cities-v2 .cloud a[data-weight="1"] { --size: 1; }
.nearby-cities-v2 .cloud a[data-weight="2"] { --size: 2; }
.nearby-cities-v2 .cloud a[data-weight="3"] { --size: 3; }
.nearby-cities-v2 .cloud a[data-weight="4"] { --size: 4; }
.nearby-cities-v2 .cloud a[data-weight="5"] { --size: 5; }
.nearby-cities-v2 .cloud a[data-weight="6"] { --size: 6; }
.nearby-cities-v2 .cloud a[data-weight="7"] { --size: 7; }
.nearby-cities-v2 .cloud a[data-weight="8"] { --size: 8; }
.nearby-cities-v2 .cloud a[data-weight="9"] { --size: 9; }

.nearby-cities-v2 .cloud a {
    --size: 4;
    font-size: calc(var(--size) * 0.25rem + 0.5rem);
    color: var(--color);
    display: block;
    padding: 0.125rem 0.25rem;
    text-decoration: none;
    position: relative;
}

.nearby-cities-v2 .cloud a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: var(--color);
    transform: translate(-50%, 0);
    opacity: 0.15;
    transition: width 0.25s;
}

.nearby-cities-v2 .cloud a:focus::before,
.nearby-cities-v2 .cloud a:hover::before {
    width: 100%;
}

/* ---- Right column text ---- */
.nearby-cities-v2 .content p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Province links */
.nearby-cities-v2 .province-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
}

.nearby-cities-v2 .province-links a {
    text-decoration: none;
    color: #69afff;
    font-size: 14px;
    margin-right: 12px;
    transition: color 0.2s ease;
}

.nearby-cities-v2 .province-links a .fa-location-dot {
    margin-right: 5px;
}

.nearby-cities-v2 .province-links a:hover {
    color: #FF5F30;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 991px) {
    .hero-city {
        padding: 140px 0 64px;
        text-align: center;
    }

    .hero-city .hero-trust-bar {
        justify-content: center;
    }

    .hero-city h1 {
        font-size: 36px;
    }

    .hero-city .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-city .hero-checks {
        display: inline-flex;
        flex-direction: column;
        text-align: left;
    }

    .hero-city .hero-ctas {
        justify-content: center;
    }

    .hero-city .hero-offerte-link {
        justify-content: center;
    }

    .hero-city .city-breadcrumb .breadcrumb {
        justify-content: center;
    }

    .city-sidebar {
        position: static;
        margin-top: 2rem;
    }

    .cta-city-inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-city-content p {
        max-width: none;
    }

    .cta-features {
        justify-content: center;
    }

    .cta-city-content h2 {
        font-size: 1.6rem;
    }

}

@media (max-width: 767px) {
    .hero-city {
        padding: 130px 0 52px;
    }

    .hero-city h1 {
        font-size: 30px;
    }

    .hero-city .hero-subtitle {
        font-size: 15px;
    }

    .hero-city .hero-checks li {
        font-size: 14px;
        padding: 5px 0;
    }

    .cta-city-v2 {
        padding: 60px 0;
    }

    .cta-phone-btn {
        justify-content: center;
    }

    /* FAQ footer stacks on mobile */
    .faq-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .faq-footer-text {
        flex-direction: column;
    }

    .faq-answer-inner {
        padding-left: 1.5rem;
    }

    /* Nearby cities tag cloud - full width on mobile */
    .nearby-cities-v2 .title h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .hero-city {
        padding: 100px 0 36px;
    }

    /* Trust bar: two separate pills */
    .hero-city .hero-trust-bar {
        background: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 13px;
        flex-wrap: wrap;
    }

    .hero-city .hero-rating,
    .hero-city .hero-available {
        background: #fff;
        border: 1px solid rgba(2, 116, 222, 0.12);
        border-radius: 20px;
        padding: 5px 12px;
    }

    .hero-city .hero-divider {
        display: none;
    }

    .hero-city .city-breadcrumb .breadcrumb {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .hero-city h1 {
        font-size: 26px;
        letter-spacing: -0.3px;
        margin-bottom: 10px;
    }

    .hero-city .hero-subtitle {
        font-size: 14px;
        margin-bottom: 14px;
        line-height: 1.5;
    }

    .hero-city .hero-checks {
        margin-bottom: 18px;
    }

    .hero-city .hero-checks li {
        font-size: 13px;
        padding: 4px 0;
    }

    .hero-city .hero-checks li .fa-circle-check {
        font-size: 15px;
        margin-right: 8px;
    }

    .hero-city .hero-ctas {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 14px;
    }

    .hero-city .hero-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
        font-size: 15px;
    }

    .hero-city .hero-offerte-link {
        font-size: 13px;
    }

    .city-default-content h2 {
        font-size: 1.5rem;
    }

    .city-default-content h3 {
        font-size: 1.2rem;
    }

    .content-intro {
        flex-direction: column;
        gap: 14px;
        padding: 20px;
    }

    .content-checks li {
        padding: 8px 10px;
        font-size: 14px;
    }

    .process-timeline {
        flex-direction: column;
        gap: 14px;
    }

    .process-card {
        padding: 20px 18px;
    }

    .process-card:not(:last-child)::after {
        display: none;
    }

    .faq-question {
        padding: 1rem;
        gap: 10px;
    }

    .faq-icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .faq-icon i {
        font-size: 14px;
    }

    .faq-question-text {
        font-size: 0.9rem;
    }

    .faq-toggle {
        width: 28px;
        height: 28px;
    }

    .faq-toggle i {
        font-size: 10px;
    }

    .faq-answer-inner {
        font-size: 0.88rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Nearby cities tag cloud - smaller on mobile */
    .nearby-cities-v2 {
        padding: 40px 0;
    }

    .nearby-cities-v2 .title h2 {
        font-size: 1.3rem;
    }

    .nearby-cities-v2 .cloud {
        line-height: 2rem;
    }
}
