/* ==========================================================================
   CITY PAGE
   ========================================================================== */


/* ── CITY CALL BUTTON ─────────────────────────────────────────────────────── */

.city-call {
    padding: 2rem 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.city-call__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem 3rem;
    background: #4285f4;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 4px 16px rgba(66, 133, 244, 0.35);
}

.city-call__btn:hover {
    background: #3367d6;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .city-call__btn {
        width: 100%;
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}


/* ── CITY PRACTICE SECTIONS ───────────────────────────────────────────────── */

.city-practice-section {
    padding: 5rem 0;
}

.city-practice-section--alt {
    background: #f8f9fa;
}

.city-practice-section__inner {
    margin: 0 auto;
    /* text-align: center; */
}

.city-practice-section__title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #1f345c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 1.25rem;
}

.city-practice-section__desc {
    font-size: 1rem;
    line-height: 1.95;
    color: #4b5563;
    margin: 0 0 2.5rem;
}

.city-practice-section__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.city-practice-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.75rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}

.city-practice-section__btn--solid {
    background: #b85619;
    color: #fff;
    border: 2px solid #b85619;
}

.city-practice-section__btn--solid:hover {
    background: #9a4715;
    border-color: #9a4715;
}

.city-practice-section__btn--outline {
    background: #fff;
    color: #1f345c;
    border: 2px solid #1f345c;
}

.city-practice-section__btn--outline:hover {
    background: #1f345c;
    color: #fff;
}

@media (max-width: 768px) {
    .city-practice-section {
        padding: 3.5rem 0;
    }

    .city-practice-section__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .city-practice-section__btn {
        width: 100%;
        text-align: center;
    }
}


/* ── WHY US ───────────────────────────────────────────────────────────────── */

.city-why {
    padding: 5rem 0;
    background: #1f345c;
}

.city-why__title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0 3rem;
}

.city-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.city-why__item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 2rem;
}

.city-why__icon {
    width: 40px;
    height: 40px;
    background: #b85619;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.city-why__item-title {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem;
}

.city-why__item-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

@media (max-width: 768px) {
    .city-why {
        padding: 3.5rem 0;
    }

    .city-why__grid {
        grid-template-columns: 1fr;
    }
}


/* ── REVIEWS ──────────────────────────────────────────────────────────────── */

.city-reviews {
    padding: 5rem 0;
    background: #f8f9fa;
}

.city-reviews__title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #1f345c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0 2.5rem;
}

.city-reviews__widget {
    background: #fff;
    border-radius: 0.75rem;
    padding: 0.5rem 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .city-reviews {
        padding: 3.5rem 0;
    }
}


/* ── FAQs ─────────────────────────────────────────────────────────────────── */

.city-faqs {
    padding: 5rem 0;
}

.city-faqs__title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #1f345c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0 3rem;
}

.city-faqs__list {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.city-faq {
    border-bottom: 1px solid #e5e7eb;
}

.city-faq:first-child {
    border-top: 1px solid #e5e7eb;
}

.city-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1f345c;
    text-align: left;
    gap: 1rem;
    transition: color 0.2s;
}

.city-faq__question:hover {
    color: #b85619;
}

.city-faq__question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: #b85619;
    flex-shrink: 0;
    transition: transform 0.2s;
    line-height: 1;
}

.city-faq__question[aria-expanded="true"]::after {
    transform: rotate(45deg);
}

.city-faq__answer {
    display: none;
    padding: 0 0 1.25rem;
}

.city-faq__answer.is-open {
    display: block;
}

.city-faq__answer p {
    font-size: 0.975rem;
    line-height: 1.85;
    color: #4b5563;
    margin: 0;
}

@media (max-width: 768px) {
    .city-faqs {
        padding: 3.5rem 0;
    }
}

/* ── PRACTICE SECTION RICH CONTENT ───────────────────────────────────────── */

.city-practice-section__desc h3 {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1f345c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 1.5rem 0 0.75rem;
}

.city-practice-section__desc ul,
.city-practice-section__desc ol {
    text-align: left;
    display: inline-block;
    margin: 0 0 1rem 1.5rem;
}

.city-practice-section__desc ul {
    list-style: disc;
}

.city-practice-section__desc ol {
    list-style: decimal;
}

.city-practice-section__desc li {
    font-size: 0.975rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 0.35rem;
}

.city-practice-section__desc p {
    margin-bottom: 1rem;
}