        :root {
            --city-color: #e85d04;
            --city-light: #fff7ed;
        }

        .city-hero {
            background: linear-gradient(135deg, #1a2e4a 0%, #2d4a6e 50%, #1a2e4a 100%);
            color: #fff;
            padding: 80px 0 60px;
            position: relative;
            overflow: hidden;
        }

        .city-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('./images/Bird_netting_balcony.webp') center/cover no-repeat;
            opacity: 0.18;
        }

        .city-hero-content {
            position: relative;
            z-index: 2;
        }

        .city-badge {
            display: inline-block;
            background: var(--city-color);
            color: #fff;
            font-family: 'Nunito', sans-serif;
            font-weight: 800;
            font-size: .8rem;
            padding: 6px 18px;
            border-radius: 30px;
            margin-bottom: 18px;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        .city-hero h1 {
            font-family: 'Nunito', sans-serif;
            font-weight: 900;
            font-size: clamp(1.8rem, 4vw, 3rem);
            line-height: 1.2;
            margin-bottom: 18px;
        }

        .city-hero h1 span {
            color: #f97316;
        }

        .city-hero p {
            font-size: .95rem;
            opacity: .88;
            max-width: 600px;
            line-height: 1.7;
            margin-bottom: 28px;
        }

        .city-hero-btns a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 13px 26px;
            border-radius: 50px;
            font-family: 'Nunito', sans-serif;
            font-weight: 800;
            font-size: .88rem;
            text-decoration: none;
            margin: 0 8px 12px 0;
            transition: .2s;
        }

        .btn-call {
            background: var(--city-color);
            color: #fff;
        }

        .btn-call:hover {
            background: #c44e00;
            color: #fff;
        }

        .btn-outline {
            border: 2px solid rgba(255, 255, 255, .5);
            color: #fff;
        }

        .btn-outline:hover {
            border-color: #f97316;
            color: #f97316;
        }

        .trust-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 20px;
        }

        .trust-pill {
            background: rgba(255, 255, 255, .1);
            border: 1px solid rgba(255, 255, 255, .2);
            color: #fff;
            font-family: 'Nunito', sans-serif;
            font-weight: 700;
            font-size: .78rem;
            padding: 6px 14px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 7px;
        }

        .trust-pill i {
            color: #f97316;
        }

        .svc-section {
            padding: 60px 0;
            background: #f8fafc;
        }

        .svc-section h2 {
            font-family: 'Nunito', sans-serif;
            font-weight: 900;
            font-size: clamp(1.4rem, 3vw, 2rem);
            color: #1a2e4a;
        }

        .svc-section h2 span {
            color: var(--city-color);
        }

        .svc-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px 22px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
            transition: .25s;
            border-top: 4px solid transparent;
            height: 100%;
        }

        .svc-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(232, 93, 4, .15);
            border-top-color: var(--city-color);
        }

        .svc-icon {
            width: 52px;
            height: 52px;
            background: var(--city-light);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--city-color);
            font-size: 1.3rem;
            margin-bottom: 14px;
        }

        .svc-card h3 {
            font-family: 'Nunito', sans-serif;
            font-weight: 800;
            font-size: 1rem;
            color: #1a2e4a;
            margin-bottom: 8px;
        }

        .svc-card p {
            font-size: .85rem;
            color: #6b7280;
            line-height: 1.6;
        }

        .svc-price {
            font-family: 'Nunito', sans-serif;
            font-weight: 900;
            color: var(--city-color);
            font-size: .88rem;
            margin-top: 10px;
        }

        .areas-section {
            padding: 50px 0;
            background: #fff;
        }

        .area-tag {
            display: inline-block;
            background: #f1f5f9;
            color: #374151;
            font-family: 'Nunito', sans-serif;
            font-weight: 700;
            font-size: .8rem;
            padding: 5px 14px;
            border-radius: 20px;
            margin: 4px;
            text-decoration: none;
        }

        .area-tag:hover {
            background: var(--city-light);
            color: var(--city-color);
        }

        .content-section {
            padding: 60px 0;
            background: #f8fafc;
        }

        .content-block {
            background: #fff;
            border-radius: 16px;
            padding: 30px;
            margin-bottom: 24px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
        }

        .content-block h2 {
            font-family: 'Nunito', sans-serif;
            font-weight: 900;
            color: #1a2e4a;
            font-size: 1.25rem;
            margin-bottom: 14px;
        }

        .content-block h2 span {
            color: var(--city-color);
        }

        .content-block p,
        .content-block li {
            font-size: .9rem;
            color: #4b5563;
            line-height: 1.8;
        }

        .faq-section {
            padding: 60px 0;
            background: #fff;
        }

        .faq-section h2 {
            font-family: 'Nunito', sans-serif;
            font-weight: 900;
            color: #1a2e4a;
            font-size: clamp(1.3rem, 3vw, 1.8rem);
        }

        .faq-section h2 span {
            color: var(--city-color);
        }

        .cta-strip {
            background: linear-gradient(135deg, #e85d04, #f97316);
            color: #fff;
            padding: 50px 0;
            text-align: center;
        }

        .cta-strip h2 {
            font-family: 'Nunito', sans-serif;
            font-weight: 900;
            font-size: clamp(1.4rem, 3vw, 2rem);
            margin-bottom: 12px;
        }

        .cta-strip p {
            opacity: .9;
            margin-bottom: 24px;
        }

        .section-tag {
            display: inline-block;
            background: var(--city-light);
            color: var(--city-color);
            font-family: 'Nunito', sans-serif;
            font-weight: 800;
            font-size: .78rem;
            padding: 5px 16px;
            border-radius: 20px;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: .06em;
        }

        .stat-box {
            background: var(--city-light);
            border-radius: 14px;
            padding: 20px;
            text-align: center;
        }

        .stat-box strong {
            display: block;
            font-family: 'Nunito', sans-serif;
            font-weight: 900;
            font-size: 1.8rem;
            color: var(--city-color);
        }

        .stat-box span {
            font-size: .82rem;
            color: #6b7280;
            font-weight: 600;
        }

        .breadcrumb-wrap {
            background: #f1f5f9;
            padding: 10px 0;
            font-size: .8rem;
        }

        .breadcrumb-wrap ol {
            margin: 0;
        }

        .breadcrumb-item+.breadcrumb-item::before {
            color: #9ca3af;
        }

        .breadcrumb-item a {
            color: var(--city-color);
            text-decoration: none;
        }

        .breadcrumb-item.active {
            color: #6b7280;
        }

        .visually-hidden {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            border: 0 !important;
        }