        :root {
            --primary-blue: #3679CA;
            --dark-blue: #1D356D;
            --navy-blue: #2B4276;
        }

        .boston-neighborhoods-wrapper * {
            box-sizing: border-box;
        }

        .boston-neighborhoods-wrapper {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            color: #000;
            line-height: 1.6;
            background: white;
        }

        .font-playfair {
            font-family: "Playfair Display", serif;
        }

        .font-montserrat {
            font-family: "Montserrat", sans-serif;
        }

        .font-roboto {
            font-family: "Roboto", sans-serif;
        }

        .font-inter {
            font-family: "Inter", sans-serif;
        }

        /* Hero Section */
        .boston-hero-section {
            position: relative;
            height: 755px;
            background-color: #1a2a4a;
            background-image: var(--plugin-url-hero-banner);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4rem 1rem;
            overflow: visible;
        }

        .boston-hero-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.25);
        }

        .boston-hero-content {
            position: relative;
            max-width: 948px;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            z-index: 2;
            padding-top: 4rem;
            overflow: visible;
        }

        .boston-hero-text {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.25rem;
            text-align: center;
        }

        .boston-hero-text>div {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .boston-hero-title {
            font-family: "Playfair Display", sans-serif;
            font-weight: 700;
            font-size: 3rem;
            line-height: 1.2;
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            margin: 0;
        }

        .boston-hero-subtitle {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 1.25rem;
            color: white;
            margin: 0;
        }

        .boston-hero-description {
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            color: white;
            max-width: 48rem;
            margin: 0;
        }

        /* Map Filter Section */
        .boston-map-filter-section {
            width: 1128px;
            max-width: 100%;
            padding: 0;
            position: relative;
            z-index: 10;
            box-sizing: border-box;
        }

        /* Upper filter section (tags1) - overlaps hero */
        .boston-map-filter-section-upper {
            margin: -2.5rem auto 0;
        }

        /* Lower filter section (tags) - below map */
        .boston-map-filter-section-lower {
            margin: 2rem auto 0;
        }

        .boston-map-filter-container {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            padding: 25px 70px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            /* width: 1128px; */
            /* height: 100px; */
            box-sizing: border-box;
        }

        .boston-map-filter-categories {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .boston-map-filter-btn {
            padding: 0.75rem 1.75rem;
            border-radius: 25px;
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            font-weight: 400;
            border: 1px solid rgba(0, 0, 0, 0.1);
            background: white;
            color: black;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            white-space: nowrap;
        }

        .boston-map-filter-btn:hover {
            border-color: var(--primary-blue);
        }

        .boston-map-filter-btn.active {
            background: #367BCA;
            color: white;
            border-color: #367BCA;
            font-weight: 700;
            box-shadow: 0 4px 16px rgba(54, 121, 202, 0.25);
        }

        /* Interactive Map Section */
        .boston-map-section {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding: 0rem 0rem;
            box-sizing: border-box;
            position: relative;
        }
#boston-neighborhoods-map {
  width: 1128px !important;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
        .boston-map-title {
            font-family: "Playfair Display", sans-serif;
            font-weight: 700;
            font-size: 55px;
            line-height: 1.2;
            color: #000000;
            margin: 40px 0 25px 0;
            text-align: center;
        }

        #boston-neighborhoods-map {
            border-radius: 16px;
            width: 100%;
            height: 98vh;
            min-height: 520px;
            pointer-events: auto;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            /* background: #e5e5e5; */
        }
        section.boston-city-section {
            margin-bottom: -25px;
        }

        #boston-neighborhoods-map::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }

        #boston-neighborhoods-map::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }

        #boston-neighborhoods-map::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 4px;
        }

        #boston-neighborhoods-map::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        #boston-neighborhoods-map svg {
            width: 100%;
            height: auto;
            min-height: 100%;
            user-select: none;
            transform-origin: 0 0;
        }

        #boston-neighborhoods-map svg g[data-zoom-group] {
            transform-origin: 0 0;
        }

        /* Map Controls */
        .boston-map-controls {
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            pointer-events: none;
        }

        .boston-map-control-btn {
            min-width: 140px;
            height: 55px;
            padding: 0 25px;
            border-radius: 60px;
            border: none;
            background: #367BCA;
            color: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(54, 121, 202, 0.3);
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            font-size: 15px;
            line-height: 1;
            pointer-events: auto;
            white-space: nowrap;
        }

        .boston-map-control-btn:hover {
            background: #2d62b3;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(54, 121, 202, 0.4);
        }

        .boston-map-control-btn:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(54, 121, 202, 0.3);
        }

        .boston-map-control-btn svg {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            stroke-width: 2.5;
        }

        .boston-map-control-btn .btn-text {
            white-space: nowrap;
            font-size: 15px;
        }

        @media (max-width: 768px) {
            .boston-map-controls {
                display: none !important;
            }

            .boston-map-control-btn {
                display: none !important;
            }
        }
        @media (max-width: 767px) {
            .boston-city-button {
                text-align: left;
                padding: 15px 10px;
            }
            section.boston-hero-section {
                height: 400px;
                background-size: cover;
            }
            .boston-hero-content {
                padding-top: 0px !important;
                padding: 0 !important;
            }
        }

        /* Expanded map styles */
        .boston-map-section.map-section-expanded {
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
        }

        #boston-neighborhoods-map.map-expanded {
            height: 200vh !important;
            min-height: 200vh !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .boston-map-section.map-section-expanded .boston-map-title {
            padding: 0.5rem 1rem 0 1rem !important;
            font-family: "Playfair Display", sans-serif;
            font-weight: 700;
            font-size: 2rem;
            line-height: 1.2;
            margin: 0 0 1.5rem 0;
            text-align: center;
        }

        #boston-neighborhoods-map.map-expanded svg {
            width: 100%;
            height: calc(200vh - 40px);
            max-height: none;
        }

        /* SVG map polygon hover and click styles */
        #boston-neighborhoods-map path[neighborhood],
        #boston-neighborhoods-map polygon[neighborhood] {
            cursor: pointer;
            transition: fill 0.2s ease;
        }

        #boston-neighborhoods-map path[neighborhood]:hover,
        #boston-neighborhoods-map polygon[neighborhood]:hover {
            fill: #DFBC1F !important;
            /* Yellow hover color like Roxbury */
        }

        /* Neighborhoods Grid Section */
        .boston-neighborhoods-section {
            width: 1128px;
            max-width: 100%;
            margin: 0 auto;
            padding: 1rem 1rem;
        }
        button#boston-map-expand-btn {
            margin-bottom: -40px !important;
        }

        .boston-neighborhoods-header {
            font-family: "Montserrat", sans-serif;
            font-size: 1.125rem;
            color: rgba(0, 0, 0, 0.6);
            margin-bottom: 2rem;
        }

        .boston-neighborhoods-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        @media (min-width: 1200px) {
            .boston-neighborhoods-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .boston-neighborhood-card {
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s;
        }

        /* Filter classes to override pagination */
        .boston-neighborhood-card.filter-visible {
            display: block !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

        .boston-neighborhood-card.filter-hidden {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
        }

        .boston-neighborhood-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }

        .boston-neighborhood-card-link {
            display: block;
            position: relative;
            height: 100%;
            min-height: 320px;
            text-decoration: none;
            color: inherit;
        }

        .boston-neighborhood-card-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: transform 0.3s;
        }

        .boston-neighborhood-card:hover .boston-neighborhood-card-bg {
            transform: scale(1.05);
        }

        .boston-neighborhood-card-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 45%, transparent 70%);
        }

        .boston-neighborhood-card-content-wrap {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            min-height: 320px;
            padding: 1.5rem;
        }

        /* Category pill - light background, dark text, with pin icon */
        .boston-neighborhood-card-category {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.35rem 0.75rem;
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.95);
            color: #1a1a1a;
            font-family: "Montserrat", sans-serif;
            font-size: 0.8125rem;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }

        .boston-neighborhood-card-category svg {
            flex-shrink: 0;
        }

        .boston-neighborhood-card-title {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 1.5rem;
            line-height: 1.25;
            color: white;
            margin: 0 0 21px 0;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

        .boston-neighborhood-card-desc {
            font-family: "Montserrat", sans-serif;
            font-size: 0.9375rem;
            line-height: 1.45;
            color: rgba(255, 255, 255, 0.95);
            margin: 0 0 1rem 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Explore button - blue, bottom-left */
        .boston-neighborhood-card .boston-neighborhood-explore-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 10px 25px;
            border-radius: 60px;
            background: #367BCA;
            color: white;
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            font-size: 0.9375rem;
            text-decoration: none;
            transition: background 0.2s;
        }

        .boston-neighborhood-card .boston-neighborhood-explore-btn:hover {
            background: #2d62b3;
            color: white;
        }

        .boston-neighborhood-card .boston-neighborhood-explore-btn svg {
            flex-shrink: 0;
        }

        .boston-neighborhood-content {
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .boston-neighborhood-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .boston-neighborhood-name {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 1.125rem;
            color: black;
            margin: 0;
        }

        .boston-neighborhood-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            padding: 0.25rem 0.875rem;
            border-radius: 25px;
            background: var(--navy-blue);
            color: white;
            font-family: "Montserrat", sans-serif;
            font-size: 0.875rem;
        }

        .boston-neighborhood-description {
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            line-height: 1.5;
            color: black;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .boston-neighborhood-explore {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--primary-blue);
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            text-decoration: none;
            transition: gap 0.3s;
        }

        .boston-neighborhood-explore:hover {
            gap: 0.75rem;
        }

        .boston-no-results {
            grid-column: 1/-1;
            padding: 20px;
            text-align: center;
            color: #666;
        }

        /* Pagination */
        .boston-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.625rem;
            margin-top: 3rem;
        }

        .boston-neighborhoods-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.625rem;
            margin-top: 3rem;
            margin-bottom: 2rem;
        }

        .boston-pagination-btn {
            width: 32px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.375rem;
            font-family: "Montserrat", sans-serif;
            font-size: 1.125rem;
            font-weight: 400;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            padding: 0;
        }

        .boston-pagination-btn.active {
            background: var(--primary-blue);
            color: white;
        }

        .boston-pagination-btn.active:hover {
            background: #2d62b3;
        }

        .boston-pagination-number {
            width: 32px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.375rem;
            font-family: "Montserrat", sans-serif;
            font-size: 1.125rem;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.6);
            cursor: pointer;
            transition: all 0.3s;
            background: transparent;
            border: none;
        }

        .boston-pagination-number:hover {
            background: #f5f5f5;
        }

        .boston-pagination-prev,
        .boston-pagination-next {
            width: 32px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.375rem;
            background: var(--primary-blue);
            color: white;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
        }

        .boston-pagination-prev:hover,
        .boston-pagination-next:hover {
            background: #2d62b3;
        }

        .boston-pagination-next svg {
            width: 16px;
            height: 16px;
        }

        .boston-pagination-prev svg,
        .boston-pagination-next svg {
            width: 16px;
            height: 16px;
        }

        .boston-homebase-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.625rem;
            margin-top: 2rem;
        }

        .boston-homebase-pagination-numbers {
            display: flex;
            align-items: center;
            gap: 0.625rem;
        }

        /* City Section */
        .boston-city-section {
            position: relative;
            min-height: 412px;
            background-color: #1a2332;
            background-image: var(--plugin-url-city-bg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            transition: min-height 0.4s ease;
        }

        .boston-city-section.expanded {
            min-height: auto;
        }

        .boston-city-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.35);
        }

        .boston-city-content {
            position: relative;
            width: 1128px;
            max-width: 100%;
            margin: 0 auto;
            padding: 3rem 1rem 4rem 1rem;
            min-height: 412px;
            display: flex;
            align-items: center;
        }

        .boston-city-section.expanded .boston-city-content {
            align-items: flex-start;
            padding-top: 3rem;
        }

        .boston-city-text {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .boston-city-title {
            font-family: "Playfair Display", sans-serif;
            font-weight: 700;
            font-size: 2.25rem;
            color: white;
            margin-bottom: 0.5rem;
        }

        @media (min-width: 640px) {
            .boston-city-title {
                font-size: 3rem;
            }
        }

        .boston-city-description {
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            line-height: 1.6;
            color: white;
            margin-bottom: 0.25rem;
        }

        @media (min-width: 640px) {
            .boston-city-description {
                font-size: 1.125rem;
            }
        }

        .boston-city-button {
            padding: 0.75rem 1.75rem;
            background: var(--primary-blue);
            color: white;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 1rem;
            border: none;
            border-radius: 0.375rem;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            transition: background 0.3s;
            align-self: flex-start;
            margin-top: 0.75rem;
        }

        .boston-city-button:hover {
            background: #2d62b3;
        }

        .boston-city-button svg {
            transition: transform 0.3s ease;
        }

        .boston-city-button.expanded svg {
            transform: rotate(180deg);
        }

        .boston-city-expanded-content {
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            flex-direction: column;
        }

        .boston-city-expanded-text {
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            line-height: 1.6;
            color: white;
            margin-bottom: 1.5rem;
        }

        @media (min-width: 640px) {
            .boston-city-expanded-text {
                font-size: 1.125rem;
            }
        }

        .boston-city-expanded-content .boston-city-button {
            align-self: flex-start;
            margin-top: 0;
        }

        /* Homebase Section */
        .boston-homebase-section {
            width: 1128px;
            max-width: 100%;
            margin: 0 auto;
            padding: 5rem 1rem;
        }

        .boston-homebase-container {
            display: flex;
            flex-direction: column;
            gap: 3rem;
        }

        .boston-homebase-header {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .boston-homebase-title-group {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .boston-homebase-title {
            font-family: "Playfair Display", sans-serif;
            font-weight: 700;
            font-size: 1.875rem;
            color: black;
        }

        .boston-homebase-subtitle {
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            line-height: 1.7;
            color: black;
            max-width: 48rem;
        }

        .boston-homebase-categories {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem;
        }

        .boston-homebase-category-btn {
            padding: 0.75rem 1.75rem;
            border-radius: 25px;
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            line-height: 1.7;
            border: 1px solid rgba(0, 0, 0, 0.1);
            background: white;
            color: black;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .boston-homebase-category-btn:hover {
            border-color: var(--primary-blue);
        }

        .boston-homebase-category-btn.active {
            background: var(--primary-blue);
            color: white;
            border-color: var(--primary-blue);
            font-weight: 700;
            box-shadow: 0 4px 16px rgba(54, 121, 202, 0.25);
        }

        .boston-homebase-cards-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 2rem;
        }

        .boston-homebase-nav-arrows {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .boston-homebase-nav-arrow {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid var(--primary-blue);
            background: white;
            color: var(--primary-blue);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .boston-homebase-nav-arrow:hover {
            background: rgba(54, 121, 202, 0.1);
        }

        .boston-homebase-nav-arrow.active {
            background: var(--primary-blue);
            color: white;
            border-color: var(--primary-blue);
        }

        .boston-homebase-cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            width: 100%;
        }

        .boston-homebase-card {
            position: relative;
            height: 396px;
            border-radius: 1rem;
            overflow: hidden;
            cursor: pointer;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .boston-homebase-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        }

        .boston-homebase-card-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .boston-homebase-card-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            padding: 0.25rem 0.875rem;
            border-radius: 25px;
            background: white;
            color: var(--dark-blue);
            font-family: "Montserrat", sans-serif;
            font-size: 0.875rem;
            align-self: flex-start;
        }

        .boston-homebase-card-title {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 1.5rem;
            line-height: 1.3;
            color: white;
        }

        .boston-homebase-card-description {
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            line-height: 1.5;
            color: white;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Responsive Design */
        @media (min-width: 1024px) {
            .boston-hero-content {
                gap: 3rem;
                padding-top: 5rem;
            }

            .boston-hero-text {
                gap: 2rem;
            }

            .boston-hero-text>div {
                gap: 2rem;
            }

            .boston-hero-title {
                font-size: 7.375rem;
                line-height: 1.02;
            }

            .boston-hero-subtitle {
                font-size: 1.5rem;
            }

            .boston-hero-description {
                font-size: 1.125rem;
            }
        }

        @media (min-width: 640px) {
            .boston-hero-content {
                gap: 2.5rem;
                padding-top: 4.5rem;
            }

            .boston-hero-text {
                gap: 1.5rem;
            }

            .boston-hero-text>div {
                gap: 1.5rem;
            }

            .boston-hero-title {
                font-size: 7.3rem;
                line-height: 1.2;
            }

            .boston-hero-subtitle {
                font-size: 1.5rem;
            }

            .boston-hero-description {
                font-size: 1.125rem;
            }

            .boston-city-title {
                font-size: 3rem;
            }

            .boston-city-description {
                font-size: 1.125rem;
            }

            .boston-homebase-title {
                font-size: 2.625rem;
            }

            .boston-homebase-subtitle {
                font-size: 1.125rem;
            }

            .boston-homebase-category-btn {
                font-size: 1.125rem;
            }
        }

        @media (max-width: 1128px) {
            .boston-map-filter-section {
                width: 100%;
            }

            .boston-map-filter-container {
                width: 100%;
            }

            .boston-map-section {
                width: 100%;
            }

            .boston-neighborhoods-section {
                width: 100%;
            }

            .boston-city-content {
                width: 100%;
            }

            .boston-homebase-section {
                width: 100%;
            }
        }

        @media (max-width: 1024px) {
            .boston-hero-title {
                font-size: 3rem;
            }

            .boston-map-filter-section {
                width: 100%;
                margin: -2rem auto 0;
                padding: 0 1rem;
            }

            .boston-map-filter-container {
                width: 100%;
                padding: 24px 32px;
                min-height: 140px;
                height: auto;
            }

            .boston-map-filter-btn {
                font-size: 12px;
                padding: 8px 14px;
            }
        }

        @media (max-width: 768px) {
            .boston-neighborhoods-header {
                font-size: 13px;
                margin: 15px 5px !important;
            }
            .boston-map-filter-section {
                width: 100%;
                margin: -1.5rem auto 0;
                padding: 0 0.75rem;
            }

            .boston-map-filter-container {
                min-height: 160px;
                padding: 20px 24px;
            }

            .boston-neighborhoods-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .boston-hero-title {
                font-size: 2.5rem;
            }

            .boston-map-title {
                font-size: 24px !important;
                margin-bottom: 20px !important;
                margin-top: 20px !important;
            }

            #boston-neighborhoods-map {
                height: 65vh;
                min-height: 400px;
                        padding: 10px;
            }

            .boston-hero-subtitle {
                font-size: 1.25rem;
            }

            .boston-city-content {
                width: 100%;
                padding: 2rem 1rem 3rem 1rem;
            }

            .boston-city-title {
                font-size: 27px;
                margin: 0;
            }

            .boston-homebase-section {
                width: 100%;
                padding: 3rem 1rem;
            }

            .boston-homebase-title {
                font-size: 2rem;
            }

            .boston-homebase-cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 640px) {
            .boston-neighborhoods-grid {
                grid-template-columns: 1fr;
            }

            .boston-map-section {
                margin: 30px auto 0;
            }
            .boston-map-title {
                font-size: 24px;
                margin: 30px 0 30px 0px;
            }
            .boston-neighborhoods-section {
                padding: 0 15px;
            }

            .boston-city-content {
                padding: 2rem 1rem 3rem 1rem;
            }

            .boston-city-section {
                height: auto;
                min-height: 400px;
            }

            .boston-homebase-section {
                width: 100%;
                padding: 3rem 1rem;
            }

            .boston-homebase-cards-grid {
                grid-template-columns: 1fr;
            }

            .boston-homebase-cards-wrapper {
                align-items: stretch;
            }
        }

        .elementor-1250 .elementor-element.elementor-element-faac064 {
            --display: unset !important;
        }