/**
 * WDZ City Landing Page — Stylesheet
 * Theme: io-kenos-child
 * Loaded by: page-city.php (version 1.1.5)
 *
 * Brand color system (matches partyrentaldemo.com site standard):
 *   Body gradient:  inherits from theme (magenta → orange → yellow)
 *   Brand purple:   #7604e9
 *   Brand orange:   #f87115
 *   Card pink:      #c8186b   (inventory section accent — matches home page)
 *   Card white:     #ffffff
 *   Body text:      #2c3e50
 *
 * v1.1.5 changelog (REVIEWS CARD POLISH):
 *   - Removed max-height/overflow clip on review text — caused inner scrollbar.
 *   - Cards now content-driven height; slick adaptiveHeight handles the rest.
 *   - Bumped min-height 260 → 300 so short reviews still look balanced.
 *   - Added explicit overflow:hidden on .slick-list to kill phantom right-edge scrollbar.
 *   - Tightened .w3-ul max-width inside slide so cards visually narrower with breathing room.
 *
 * v1.1.4: Slick-dots <ul> was inheriting browser default white background.
 *         Added explicit transparent reset to .slick-dots, its <li>s, and buttons.
 * v1.1.3: targeted .slick-slide .w3-ul (IO API outputs ul directly inside slide).
 * v1.1.2: removed white container backdrop, fixed slide overlap math.
 */

/* =====================================================
   PAGE WRAPPER — gradient flows through from theme
   ===================================================== */
.wdz-city-page {
    color: #ffffff;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
}

.wdz-city-page * {
    box-sizing: border-box;
}

/* =====================================================
   SHARED BUTTON SYSTEM
   ===================================================== */
.wdz-btn {
    display: inline-block;
    padding: 14px 32px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 2px solid transparent;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.wdz-btn--primary {
    background: #f87115;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(248, 113, 21, 0.35);
}

.wdz-btn--primary:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(248, 113, 21, 0.5);
    color: #fff !important;
}

.wdz-btn--purple {
    background: #7604e9;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(118, 4, 233, 0.35);
}

.wdz-btn--purple:hover {
    background: #5a02b8;
    transform: translateY(-2px);
    color: #fff !important;
}

.wdz-btn--ghost {
    background: #ffffff;
    color: #7604e9 !important;
    border: 2px solid #ffffff;
}

.wdz-btn--ghost:hover {
    background: #f87115;
    border-color: #f87115;
    color: #ffffff !important;
}

.wdz-btn--large {
    padding: 18px 44px;
    font-size: 18px;
}

.wdz-btn--block {
    display: block;
    width: 100%;
    text-align: center;
}

/* =====================================================
   1. HERO — solid purple band
   ===================================================== */
.wdz-city-hero {
    background: #7604e9;
    padding: 70px 24px 60px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.wdz-city-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 184, 0, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.wdz-city-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wdz-city-hero__title {
    color: #ffffff !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    font-weight: 400;
    margin: 0 0 16px;
    line-height: 1.1;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.wdz-city-hero__subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin: 0 auto 32px;
    max-width: 720px;
    line-height: 1.6;
}

.wdz-city-hero__cta {
    margin: 0;
}

/* =====================================================
   2. TRUST BAR — solid orange band
   ===================================================== */
.wdz-city-trust {
    background: #f87115;
    padding: 22px 24px;
    color: #fff;
}

.wdz-city-trust__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.wdz-city-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.wdz-city-trust__check {
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* =====================================================
   3. BODY CONTENT CARD — white floating on gradient
   ===================================================== */
.wdz-city-content {
    padding: 50px 24px 30px;
}

.wdz-city-content__card {
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 70px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.wdz-city-content__card .wdz-entry-content,
.wdz-city-content__card .wdz-entry-content p,
.wdz-city-content__card .wdz-entry-content li,
.wdz-city-content__card .wdz-entry-content ul,
.wdz-city-content__card .wdz-entry-content ol,
.wdz-city-content__card .wdz-entry-content span,
.wdz-city-content__card .wdz-entry-content div {
    color: #2c3e50 !important;
    font-size: 17px;
    line-height: 1.8;
}

.wdz-city-content__card .wdz-entry-content p,
.wdz-city-content__card .wdz-entry-content li {
    margin-bottom: 18px;
}

.wdz-city-content__card .wdz-entry-content h2 {
    color: #7604e9 !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 400;
    margin: 40px 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #f87115;
    letter-spacing: 0.3px;
}

.wdz-city-content__card .wdz-entry-content strong {
    color: #7604e9 !important;
    font-weight: 700;
}

.wdz-city-content__card .wdz-entry-content a {
    color: #f87115 !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    font-weight: 600;
}

.wdz-city-content__card .wdz-entry-content a:hover {
    color: #7604e9 !important;
}

.wdz-city-content__card .wdz-entry-content ul,
.wdz-city-content__card .wdz-entry-content ol {
    margin: 18px 0 24px 22px;
    padding-left: 0;
}

.wdz-city-content__card .wdz-entry-content li {
    margin-bottom: 10px;
}

/* CTA links inside content */
.wdz-city-content__card .wdz-entry-content a[href*="book"],
.wdz-city-content__card .wdz-entry-content a[href*="Book"],
.wdz-city-content__card .wdz-entry-content a[href*="reserve"] {
    background: #f87115;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
}

.wdz-city-content__card .wdz-entry-content a[href*="book"]:hover,
.wdz-city-content__card .wdz-entry-content a[href*="Book"]:hover,
.wdz-city-content__card .wdz-entry-content a[href*="reserve"]:hover {
    background: #7604e9;
    color: #ffffff !important;
}

/* =====================================================
   3b. MID-PAGE CTA BANNER (injected inside body card)
   ===================================================== */
.wdz-city-midcta {
    background: #7604e9;
    border-radius: 16px;
    padding: 36px 32px;
    margin: 40px 0 0;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(118, 4, 233, 0.3);
}

.wdz-city-midcta__title {
    color: #ffffff !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 3.2vw, 2rem);
    font-weight: 400;
    margin: 0 0 8px;
    letter-spacing: 0.3px;
}

.wdz-city-midcta__sub {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px;
    margin: 0 0 22px;
}

.wdz-city-midcta__btns {
    margin: 0;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* =====================================================
   4. REVIEWS SECTION — IO testimonials in Slick carousel
   IO API outputs <ul class="w3-ul"> directly inside .slick-slide
   (no wrapping div), so the .w3-ul IS the visible card.
   ===================================================== */
.wdz-city-reviews {
    padding: 50px 24px 80px;  /* extra bottom padding for dots */
}

.wdz-city-reviews__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.wdz-city-reviews__title {
    color: #ffffff !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 400;
    margin: 0 0 8px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.4px;
}

.wdz-city-reviews__sub {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    margin: 0 0 32px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* AVG RATING BANNER — populated by init JS, sits above carousel */
.wdz-city-reviews__avg {
    background: linear-gradient(135deg, #f9f5ff 0%, #fef3e7 100%);
    border: 2px solid rgba(248, 113, 21, 0.25);
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    margin: 0 auto 28px;
    max-width: 900px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.wdz-city-reviews__avg h2 {
    color: #7604e9 !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: 0.3px;
}

.wdz-city-reviews__avg .review_avg_img {
    height: 28px;
    margin: 0 auto;
    display: block;
}

/* CAROUSEL CONTAINER */
.wdz-city-reviews__container {
    background: transparent !important;
    color: #2c3e50;
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
    box-shadow: none !important;
    border: none !important;
    overflow: visible !important;  /* ← ADD THIS */
}

/* Pre-init: hide stacked cards so the white blob doesn't flash */
.wdz-city-reviews__container:not(.slick-initialized) > div {
    display: none;
}

.wdz-city-reviews__loading {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 20px;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    display: block !important;
}

/* Slick viewport — explicit overflow:hidden kills phantom right-edge scrollbar */
.wdz-city-reviews__container .slick-list {
    margin: 0 60px;
    padding: 12px 0;
    overflow: hidden !important;
}

.wdz-city-reviews__container .slick-track {
    display: flex;
    align-items: stretch;
}

/* Each slide — outer padding for card-to-card gap.
   Slick sets these to width:100% of the slide cell; we don't override that.
   Card inset comes from .w3-ul max-width below. */
.wdz-city-reviews__container .slick-slide {
    padding: 0 12px;
    height: auto;
}

/* THE REVIEW CARD (the .w3-ul inside each slide).
   Content-driven height. No internal scroll. Tighter max-width gives
   each card visible breathing room inside its slide cell, which forces
   review text to wrap to ~4 lines instead of clipping. */
.wdz-city-reviews__container .slick-slide .w3-ul {
    background: #ffffff;
    border: 1px solid rgba(118, 4, 233, 0.12);
    border-radius: 14px;
    padding: 26px 24px;
    text-align: left;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    min-height: 300px;
    height: auto;
    max-width: 95%;
    margin: 0 auto;
    overflow: visible;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    list-style: none;
}

.wdz-city-reviews__container .slick-slide .w3-ul:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* List items inside each card */
.wdz-city-reviews__container .w3-ul li {
    color: #2c3e50;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
    background: transparent;
    overflow: visible;
}

/* Reviewer name */
.wdz-city-reviews__container .w3-ul li:nth-child(1) {
    font-weight: 800;
    color: #7604e9;
    font-size: 16px;
    margin-bottom: 6px;
}

/* Star rating row */
.wdz-city-reviews__container .w3-ul li:nth-child(2) {
    color: #f87115;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.wdz-city-reviews__container .w3-ul li:nth-child(2) .review_img {
    height: 16px;
    vertical-align: middle;
    display: inline-block;
}

/* Date */
.wdz-city-reviews__container .w3-ul li:nth-child(3) {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}

/* Review text — let it flow. No max-height, no overflow clip.
   adaptiveHeight on the slick init takes care of the rest. */
.wdz-city-reviews__container .w3-ul li:nth-child(4) {
    margin-bottom: 0;
    overflow: visible;
}

.wdz-city-reviews__container .w3-ul li:nth-child(4) p {
    color: #2c3e50;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    overflow: visible;
}

.wdz-city-reviews__container .io_review_readmore {
    color: #f87115;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.wdz-city-reviews__container .io_review_readmore:hover {
    color: #7604e9;
}

/* SLICK CAROUSEL ARROWS */
.wdz-city-reviews__container .slick-prev,
.wdz-city-reviews__container .slick-next {
    background: #ffffff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

.wdz-city-reviews__container .slick-prev {
    left: 0;
}

.wdz-city-reviews__container .slick-next {
    right: 0;
}

.wdz-city-reviews__container .slick-prev:hover,
.wdz-city-reviews__container .slick-next:hover {
    background: #f87115;
}

.wdz-city-reviews__container .slick-prev:before,
.wdz-city-reviews__container .slick-next:before {
    color: #7604e9;
    font-size: 22px;
    opacity: 1;
}

.wdz-city-reviews__container .slick-prev:hover:before,
.wdz-city-reviews__container .slick-next:hover:before {
    color: #ffffff;
}

/* =====================================================
   SLICK DOTS — explicit reset to kill ghost white block
   The <ul.slick-dots> was inheriting browser default ul styling
   which gave it a full-width white background. v1.1.4 fixed this.
   ===================================================== */
.wdz-city-reviews__container .slick-dots {
    background: transparent !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    bottom: -45px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-shadow: none !important;
    border: none !important;
}

.wdz-city-reviews__container .slick-dots li {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: inline-block;
    box-shadow: none !important;
    border: none !important;
}

.wdz-city-reviews__container .slick-dots li button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
    box-shadow: none !important;
}

.wdz-city-reviews__container .slick-dots li button:before {
    font-size: 10px;
    color: #ffffff !important;
    opacity: 0.5;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.wdz-city-reviews__container .slick-dots li.slick-active button:before {
    color: #ffffff !important;
    opacity: 1;
}

/* =====================================================
   5. INVENTORY GRID — pink accent card with white tiles
   ===================================================== */
.wdz-city-inventory {
    padding: 30px 24px 50px;
}

.wdz-city-inventory__inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #c8186b;
    border-radius: 24px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(200, 24, 107, 0.3);
    text-align: center;
}

.wdz-city-inventory__title {
    color: #ffffff !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 400;
    margin: 0 0 8px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.4px;
}

.wdz-city-inventory__sub {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    margin: 0 0 32px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.wdz-city-inventory__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wdz-city-inventory__card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    display: block;
}

.wdz-city-inventory__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.wdz-city-inventory__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f5f5;
}

.wdz-city-inventory__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.wdz-city-inventory__card:hover .wdz-city-inventory__image img {
    transform: scale(1.05);
}

.wdz-city-inventory__label {
    background: #f87115;
    color: #ffffff;
    text-align: center;
    padding: 14px 12px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: background 0.25s ease;
}

.wdz-city-inventory__card:hover .wdz-city-inventory__label {
    background: #ea580c;
}

/* =====================================================
   6. FAQ CARD — own section, white card on gradient
   ===================================================== */
.wdz-city-faq {
    padding: 30px 24px 50px;
}

.wdz-city-faq__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.wdz-city-faq__title {
    color: #ffffff !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 400;
    margin: 0 0 24px;
    text-align: center;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.4px;
}

.wdz-city-faq__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.wdz-city-faq__content h3 {
    color: #7604e9 !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 400;
    margin: 28px 0 12px;
    padding: 14px 18px 14px 22px;
    background: linear-gradient(135deg, #f9f5ff 0%, #fef3e7 100%);
    border-left: 5px solid #f87115;
    border-radius: 8px;
    letter-spacing: 0.2px;
}

.wdz-city-faq__content h3:first-child {
    margin-top: 0;
}

.wdz-city-faq__content p {
    color: #2c3e50;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 18px;
    padding: 0 22px;
}

.wdz-city-faq__content strong {
    color: #7604e9;
    font-weight: 700;
}

.wdz-city-faq__content a {
    color: #f87115;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    font-weight: 600;
}

.wdz-city-faq__content a:hover {
    color: #7604e9;
}

/* =====================================================
   7. NAP CARD + MAP — two white cards on gradient
   ===================================================== */
.wdz-city-nap {
    padding: 30px 24px 50px;
}

.wdz-city-nap__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 30px;
    align-items: stretch;
}

.wdz-city-nap__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.wdz-city-nap__brand {
    color: #7604e9 !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0 0 4px;
    letter-spacing: 0.3px;
}

.wdz-city-nap__tagline {
    color: #6b7280 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 24px;
}

.wdz-city-nap__row {
    margin-bottom: 18px;
    line-height: 1.5;
}

.wdz-city-nap__label {
    display: block;
    color: #2c3e50 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.wdz-city-nap__value {
    display: block;
    color: #f87115 !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

a.wdz-city-nap__value:hover {
    color: #7604e9 !important;
}

.wdz-city-nap__cta {
    margin: 24px 0 0;
}

.wdz-city-nap__map {
    border-radius: 20px;
    overflow: hidden;
    min-height: 360px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.wdz-city-nap__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
}

/* =====================================================
   8. NEARBY CITIES — solid orange band
   ===================================================== */
.wdz-city-nearby {
    background: #f87115;
    padding: 50px 24px;
    text-align: center;
}

.wdz-city-nearby__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.wdz-city-nearby__title {
    color: #ffffff !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.7rem, 3.5vw, 2.3rem);
    font-weight: 400;
    margin: 0 0 28px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
}

.wdz-city-nearby__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.wdz-city-nearby__pill {
    display: inline-block;
    padding: 10px 22px;
    background: #ffffff;
    color: #7604e9 !important;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.wdz-city-nearby__pill:hover {
    background: #7604e9;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* =====================================================
   9. FINAL CTA — solid purple band
   ===================================================== */
.wdz-city-final-cta {
    background: #7604e9;
    padding: 70px 24px;
    text-align: center;
    color: #ffffff;
}

.wdz-city-final-cta__inner {
    max-width: 720px;
    margin: 0 auto;
}

.wdz-city-final-cta__title {
    color: #ffffff !important;
    font-family: 'Lilita One', 'Montserrat', sans-serif;
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    font-weight: 400;
    margin: 0 0 12px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.4px;
}

.wdz-city-final-cta__sub {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 17px;
    margin: 0 0 28px;
}

.wdz-city-final-cta__btns {
    margin: 0 0 18px;
}

.wdz-city-final-cta__phone {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px;
    margin: 0;
}

.wdz-city-final-cta__phone a {
    color: #f87115 !important;
    text-decoration: none;
    font-weight: 700;
}

.wdz-city-final-cta__phone a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* =====================================================
   MOBILE
   ===================================================== */
@media (max-width: 768px) {
    .wdz-city-hero {
        padding: 50px 20px 45px;
    }

    .wdz-city-trust__inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .wdz-city-content {
        padding: 30px 16px 20px;
    }

    .wdz-city-content__card {
        padding: 32px 24px;
        border-radius: 16px;
    }

    .wdz-city-reviews {
        padding: 30px 16px 70px;
    }

    .wdz-city-reviews__avg {
        padding: 20px 16px;
        margin-bottom: 20px;
    }

    .wdz-city-reviews__container {
        padding: 0;
    }

    .wdz-city-reviews__container .slick-list {
        margin: 0 40px;
    }

    .wdz-city-reviews__container .slick-slide {
        padding: 0 6px;
    }

    .wdz-city-reviews__container .slick-slide .w3-ul {
        min-height: 240px;
        padding: 22px 20px;
        max-width: 100%;
    }

    .wdz-city-reviews__container .slick-prev {
        left: -5px;
        width: 36px;
        height: 36px;
    }

    .wdz-city-reviews__container .slick-next {
        right: -5px;
        width: 36px;
        height: 36px;
    }

    .wdz-city-reviews__container .slick-dots {
        bottom: -40px;
    }

    .wdz-city-inventory {
        padding: 20px 16px 30px;
    }

    .wdz-city-inventory__inner {
        padding: 35px 20px;
        border-radius: 18px;
    }

    .wdz-city-inventory__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .wdz-city-inventory__label {
        font-size: 14px;
        padding: 12px 8px;
    }

    .wdz-city-faq {
        padding: 20px 16px 30px;
    }

    .wdz-city-faq__card {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .wdz-city-faq__content h3 {
        padding: 12px 14px 12px 16px;
        font-size: 1.1rem;
    }

    .wdz-city-faq__content p {
        padding: 0 14px;
        font-size: 16px;
    }

    .wdz-city-nap {
        padding: 20px 16px 30px;
    }

    .wdz-city-nap__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wdz-city-nap__map {
        min-height: 280px;
    }

    .wdz-city-nap__map iframe {
        min-height: 280px;
    }

    .wdz-city-midcta {
        padding: 26px 20px;
    }

    .wdz-city-midcta__btns {
        flex-direction: column;
    }

    .wdz-city-midcta__btns .wdz-btn {
        width: 100%;
    }

    .wdz-city-final-cta {
        padding: 50px 20px;
    }
}
/* Subtle scrollbar styling */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(118, 4, 233, 0.3); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: rgba(118, 4, 233, 0.5); }