/* ============================
   PAGE-SPECIFIC STYLES
   (Borough Pages)
   ============================ */


/* ============================
   BOROUGH PAGE BASE
   ============================ */

.page-borough {
    background: #ffffff;
}


/* ============================
   HERO WRAPPER
   ============================ */

.page-borough .hero-section {
    position: relative;
}

.page-borough .hero-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0; /* IMPORTANT */
}


/* ============================
   BOROUGH BADGE
   ============================ */

.borough-badge {
    display: inline-block;
    background: #0b5ed7;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}


/* ============================
   CTA BUTTON CENTERING
   ============================ */

.cta-center {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.cta-center .cta-btn.large {
    padding: 16px 32px;
    font-size: 18px;
}


/* ============================
   SEO CONTENT
   ============================ */

.seo-content {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.7;
}

.seo-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.seo-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}


/* ============================
   FAQ SECTION
   ============================ */

.faq {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.faq h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

.faq details {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq summary {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq details p {
    margin-top: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}


/* ============================
   LONDON BOROUGH HOOKS
   (Add backgrounds later if needed)
   ============================ */

/* NORTH */
.borough-barnet .hero-section {}
.borough-enfield .hero-section {}
.borough-haringey .hero-section {}

/* WEST */
.borough-brent .hero-section {}
.borough-ealing .hero-section {}
.borough-harrow .hero-section {}
.borough-hillingdon .hero-section {}
.borough-hounslow .hero-section {}

/* CENTRAL */
.borough-camden .hero-section {}
.borough-islington .hero-section {}
.borough-kensington-chelsea .hero-section {}
.borough-westminster .hero-section {}
.borough-city-of-london .hero-section {}

/* EAST */
.borough-barking-dagenham .hero-section {}
.borough-hackney .hero-section {}
.borough-havering .hero-section {}
.borough-newham .hero-section {}
.borough-redbridge .hero-section {}
.borough-tower-hamlets .hero-section {}
.borough-waltham-forest .hero-section {}

/* SOUTH EAST */
.borough-bexley .hero-section {}
.borough-greenwich .hero-section {}
.borough-lewisham .hero-section {}
.borough-southwark .hero-section {}

/* SOUTH WEST */
.borough-croydon .hero-section {}
.borough-kingston-upon-thames .hero-section {}
.borough-lambeth .hero-section {}
.borough-merton .hero-section {}
.borough-richmond-upon-thames .hero-section {}
.borough-sutton .hero-section {}
.borough-wandsworth .hero-section {}


/* ============================
   MOBILE TWEAKS
   ============================ */

@media (max-width: 768px) {

    .seo-content h2,
    .faq h2 {
        font-size: 26px;
    }

    .cta-center {
        margin: 30px 0;
    }

    .cta-center .cta-btn.large {
        width: 100%;
        max-width: 320px;
    }

}
/* ============================
   MOBILE REG PLATE FIX
   ============================ */

@media (max-width: 420px) {
    .reg-plate {
        width: 92%;
        height: 68px;
        border-radius: 14px;
        margin: 18px auto 22px;
    }

    .reg-left {
        width: 56px;
    }

    #regInput {
        font-size: 26px;
        padding-left: 14px;
    }
}
