/* Area Covered Hero Section - Fully Responsive */
.area-hero-section {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(2.5rem, 5vw, 5.625rem);
    padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(3rem, 6vw, 7.5rem);
    background-color: var(--white);
    box-sizing: border-box;
}

.area-hero-section .container {
    width: 100%;
    max-width: 77.5rem;
    margin: 0 auto;
    padding: 0 clamp(1rem, 2vw, 1.25rem);
    box-sizing: border-box;
}

.area-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 5rem);
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.area-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.area-hero-title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    color: #111827;
    font-weight: 700;
    margin-bottom: 0.625rem;
    line-height: 1.2;
    text-align: left;
}

.area-hero-subtitle {
    font-size: clamp(1.75rem, 4vw, 3rem);
    color: #FF8A00;
    font-weight: 700;
    margin-bottom: 1.875rem;
    line-height: 1.2;
    text-align: left;
}

.area-hero-text {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    color: #4B5563;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-weight: 400;
    max-width: 100%;
    text-align: left;
}

.area-hero-button {
    margin-top: 1.875rem;
    display: flex;
    justify-content: flex-start;
}

.area-hero-button .btn-hero-primary {
    background-color: #FF8A00;
    color: var(--white);
    padding: 0.9375rem 2.1875rem;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    border-radius: 3.125rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 0.125rem 0.5rem rgba(255, 138, 0, 0.2);
    border: none;
}

.area-hero-button .btn-hero-primary:hover {
    background-color: #e67a1f;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.75rem rgba(255, 138, 0, 0.3);
}

.area-hero-button .phone-icon {
    font-size: 1.2rem;
    display: inline-block;
}

.area-hero-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: clamp(1rem, 2.5vw, 2.5rem);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-top: 0;
    box-sizing: border-box;
}

.area-hero-image img {
    width: 100%;
    max-width: 34.375rem;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 0;
    margin-top: 0;
    transform: rotate(-45deg);
    box-sizing: border-box;
    /* Prevent layout shift by reserving space */
    aspect-ratio: 1 / 1;
}

/* Area Map Section - Fully Responsive */
.area-map-section {
    width: calc(100% - clamp(1.5rem, 3vw, 2.5rem));
    max-width: 100%;
    padding: 0;
    margin: 0 clamp(0.75rem, 1.5vw, 1.25rem);
    overflow: hidden;
    box-sizing: border-box;
}

.area-map-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0.75rem;
    max-height: 80vh;
    box-sizing: border-box;
}

.area-map-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
    object-fit: cover;
    border-radius: 0.75rem;
    box-sizing: border-box;
    /* Prevent layout shift by reserving space */
    aspect-ratio: 16 / 9;
}

/* Areas Showcase Section */
.areas-showcase-section {
    padding: clamp(2rem, 4vw, 6.25rem) 0;
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.areas-showcase-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.areas-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.75rem;
    flex-wrap: wrap;
}

.area-name {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

/* Make area-name links look and behave like the original divs */
a.area-name {
    text-decoration: none !important;
    color: inherit;
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.2s ease;
    border-bottom: none !important;
    outline: none;
}

a.area-name:hover {
    opacity: 0.8;
    transform: scale(1.05);
    text-decoration: none !important;
    border-bottom: none !important;
}

a.area-name:active {
    transform: scale(0.98);
    text-decoration: none !important;
}

a.area-name:visited {
    text-decoration: none !important;
}

a.area-name:link {
    text-decoration: none !important;
}

.area-name-navy {
    color: #0B1622;
}

.area-name-orange {
    color: #FF8A00;
}

.area-image-wrapper {
    flex-shrink: 0;
}

.area-image {
    width: clamp(8rem, 15vw, 12.5rem);
    height: auto;
    max-width: 100%;
    border-radius: 0.875rem;
    display: block;
    object-fit: cover;
    /* Prevent layout shift by reserving space */
    aspect-ratio: 3 / 2;
}

/* Your Local Locksmith Advantage Section */
.locksmith-advantage-section {
    padding: clamp(2rem, 4vw, 6.25rem) 0;
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.advantage-content {
    text-align: center;
    max-width: 56.25rem;
    margin: 0 auto;
}

.advantage-title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.875rem;
    line-height: 1.2;
}

.advantage-title .highlight {
    color: #FF8A00;
}

.advantage-description {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    color: #4B5563;
    line-height: 1.7;
    margin-bottom: 3.75rem;
    text-align: center;
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 50rem;
    margin: 0 auto;
}

.advantage-box {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 1.875rem 1.5rem;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
}

.advantage-box:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
    transform: translateY(-0.125rem);
}

.advantage-icon {
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 1rem;
    display: block;
    line-height: 1;
}

.advantage-box-title {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.advantage-box-description {
    font-size: clamp(0.85rem, 1.2vw, 0.9rem);
    color: #4B5563;
    line-height: 1.5;
    margin: 0;
}

/* Area Covered Page Styles */
.services-list.area-services-list {
    max-width: 62.5rem;
    margin: 3.125rem auto 0;
}

.services-list .service-item.area-service-item {
    background: #f8f8f8;
    padding: 1.875rem;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
}

.services-list .service-item.area-service-item h3,
.services-list .service-item.area-service-item p {
    color: var(--text-dark);
}

.image-grid.area-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem;
    margin-top: 3.125rem;
}

.image-grid.area-grid > div {
    text-align: center;
    color: var(--white);
}

.image-grid.area-grid > div h3 {
    margin-bottom: 0.625rem;
}

/* Responsive Area Covered - Mobile First */
@media (max-width: 64rem) {
    /* Area Hero Section */
    .area-hero-section {
        margin-top: clamp(1.5rem, 3vw, 2.5rem);
        padding: clamp(2rem, 4vw, 3.75rem) 0 clamp(2rem, 4vw, 3.75rem);
    }

    .area-hero-wrapper {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 3vw, 2.5rem);
    }

    .area-hero-image {
        order: -1;
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }

    .area-hero-image img {
        max-width: clamp(15rem, 30vw, 25rem);
        transform: rotate(-30deg);
    }

    .area-hero-content {
        padding-right: 0;
        text-align: center;
        align-items: center;
    }

    .area-hero-title {
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        text-align: center;
        margin-bottom: clamp(0.5rem, 1vw, 0.625rem);
    }

    .area-hero-subtitle {
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        text-align: center;
        margin-bottom: clamp(1.25rem, 2.5vw, 1.5rem);
    }

    .area-hero-text {
        font-size: clamp(0.85rem, 1.4vw, 0.95rem);
        text-align: center;
        margin-bottom: clamp(1rem, 2vw, 1.125rem);
        max-width: 100%;
    }

    .area-hero-button {
        margin-top: clamp(1.25rem, 2.5vw, 1.5rem);
        justify-content: center;
        width: 100%;
    }

    .area-hero-button .btn-hero-primary {
        width: 100%;
        max-width: 20rem;
        justify-content: center;
        padding: clamp(0.8125rem, 1.625vw, 0.9375rem) clamp(1.5rem, 3vw, 2.1875rem);
        font-size: clamp(0.9rem, 1.4vw, 1rem);
    }

    /* Area Map Section */
    .area-map-section {
        width: calc(100% - clamp(1rem, 2vw, 1.5rem));
        margin: 0 clamp(0.5rem, 1vw, 0.75rem);
    }

    .area-map-container {
        max-height: 60vh;
    }

    .area-map-image {
        max-height: 60vh;
    }

    /* Areas Showcase Section */
    .areas-showcase-section {
        padding: clamp(2rem, 4vw, 4rem) 0;
    }

    .areas-showcase-wrapper {
        gap: clamp(2rem, 4vw, 3.75rem);
    }

    .areas-row {
        gap: clamp(1.5rem, 3vw, 2.5rem);
        flex-wrap: wrap;
        justify-content: center;
    }

    .area-name {
        font-size: clamp(1.25rem, 2.5vw, 2rem);
    }

    .area-image {
        width: clamp(6rem, 12vw, 10rem);
    }

    /* Locksmith Advantage Section */
    .locksmith-advantage-section {
        padding: clamp(2rem, 4vw, 4rem) 0;
    }

    .advantage-content {
        padding: 0 clamp(0.875rem, 1.75vw, 1rem);
    }

    .advantage-title {
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        margin-bottom: clamp(1.25rem, 2.5vw, 1.5rem);
    }

    .advantage-description {
        font-size: clamp(0.85rem, 1.4vw, 0.95rem);
        margin-bottom: clamp(2rem, 4vw, 2.5rem);
        padding: 0 clamp(0.5rem, 1vw, 0.75rem);
    }

    .advantage-grid {
        grid-template-columns: 1fr;
        gap: clamp(1rem, 2vw, 1.25rem);
        max-width: 100%;
        padding: 0;
    }

    .advantage-box {
        padding: clamp(1.5rem, 3vw, 1.875rem) clamp(1.25rem, 2.5vw, 1.5rem);
    }

    .advantage-icon {
        font-size: clamp(1.75rem, 2.75vw, 2rem);
        margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
    }

    .advantage-box-title {
        font-size: clamp(0.95rem, 1.4vw, 1.05rem);
        margin-bottom: clamp(0.375rem, 0.75vw, 0.5rem);
    }

    .advantage-box-description {
        font-size: clamp(0.8rem, 1.2vw, 0.875rem);
    }
}

@media (max-width: 48rem) {
    /* Area Hero Section */
    .area-hero-section {
        margin-top: clamp(1.25rem, 2.5vw, 2rem);
        padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
    }

    .area-hero-wrapper {
        gap: clamp(1.25rem, 2.5vw, 2rem);
    }

    .area-hero-image img {
        max-width: clamp(12rem, 25vw, 20rem);
        transform: rotate(-25deg);
    }

    .area-hero-title {
        font-size: clamp(1.375rem, 3vw, 2rem);
    }

    .area-hero-subtitle {
        font-size: clamp(1.375rem, 3vw, 2rem);
        margin-bottom: clamp(1rem, 2vw, 1.25rem);
    }

    .area-hero-text {
        font-size: clamp(0.8rem, 1.3vw, 0.9rem);
        margin-bottom: clamp(0.875rem, 1.75vw, 1rem);
    }

    .area-hero-button {
        margin-top: clamp(1rem, 2vw, 1.25rem);
    }

    .area-hero-button .btn-hero-primary {
        max-width: 100%;
        padding: clamp(0.75rem, 1.5vw, 0.875rem) clamp(1.25rem, 2.5vw, 1.875rem);
        font-size: clamp(0.85rem, 1.3vw, 0.95rem);
    }

    /* Area Map Section */
    .area-map-section {
        width: calc(100% - clamp(0.875rem, 1.75vw, 1.25rem));
        margin: 0 clamp(0.4375rem, 0.875vw, 0.625rem);
    }

    .area-map-container {
        max-height: 50vh;
        border-radius: 0.625rem;
    }

    .area-map-image {
        max-height: 50vh;
        border-radius: 0.625rem;
    }

    /* Areas Showcase Section */
    .areas-showcase-section {
        padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    }

    .areas-showcase-wrapper {
        gap: clamp(1.5rem, 3vw, 2.5rem);
    }

    .areas-row {
        gap: clamp(1rem, 2vw, 1.5rem);
        flex-direction: column;
        align-items: center;
    }

    .area-name {
        font-size: clamp(1.125rem, 2.25vw, 1.75rem);
        white-space: normal;
        text-align: center;
    }

    .area-image {
        width: clamp(5rem, 10vw, 8rem);
    }

    /* Locksmith Advantage Section */
    .locksmith-advantage-section {
        padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    }

    .advantage-title {
        font-size: clamp(1.375rem, 3vw, 2rem);
        margin-bottom: clamp(1rem, 2vw, 1.25rem);
    }

    .advantage-description {
        font-size: clamp(0.8rem, 1.3vw, 0.9rem);
        margin-bottom: clamp(1.75rem, 3.5vw, 2.25rem);
    }

    .advantage-grid {
        gap: clamp(0.875rem, 1.75vw, 1.125rem);
    }

    .advantage-box {
        padding: clamp(1.25rem, 2.5vw, 1.5rem) clamp(1rem, 2vw, 1.25rem);
    }

    .advantage-icon {
        font-size: clamp(1.5rem, 2.5vw, 1.75rem);
        margin-bottom: clamp(0.625rem, 1.25vw, 0.875rem);
    }

    .advantage-box-title {
        font-size: clamp(0.9rem, 1.3vw, 1rem);
        margin-bottom: clamp(0.3125rem, 0.625vw, 0.4375rem);
    }

    .advantage-box-description {
        font-size: clamp(0.75rem, 1.1vw, 0.85rem);
    }
}

@media (max-width: 30rem) {
    /* Area Hero Section */
    .area-hero-section {
        margin-top: clamp(1rem, 2vw, 1.5rem);
        padding: clamp(1.25rem, 2.5vw, 2rem) 0 clamp(1.25rem, 2.5vw, 2rem);
    }

    .area-hero-wrapper {
        gap: clamp(1rem, 2vw, 1.5rem);
    }

    .area-hero-image img {
        max-width: clamp(10rem, 20vw, 15rem);
        transform: rotate(-20deg);
    }

    .area-hero-title {
        font-size: clamp(1.25rem, 2.5vw, 1.75rem);
        margin-bottom: clamp(0.4375rem, 0.875vw, 0.5625rem);
    }

    .area-hero-subtitle {
        font-size: clamp(1.25rem, 2.5vw, 1.75rem);
        margin-bottom: clamp(0.875rem, 1.75vw, 1.125rem);
    }

    .area-hero-text {
        font-size: clamp(0.75rem, 1.2vw, 0.85rem);
        margin-bottom: clamp(0.75rem, 1.5vw, 0.875rem);
        line-height: 1.6;
    }

    .area-hero-button {
        margin-top: clamp(0.875rem, 1.75vw, 1.125rem);
    }

    .area-hero-button .btn-hero-primary {
        padding: clamp(0.6875rem, 1.375vw, 0.8125rem) clamp(1.125rem, 2.25vw, 1.5rem);
        font-size: clamp(0.8rem, 1.2vw, 0.9rem);
    }

    /* Area Map Section */
    .area-map-section {
        width: calc(100% - clamp(0.75rem, 1.5vw, 1rem));
        margin: 0 clamp(0.375rem, 0.75vw, 0.5rem);
    }

    .area-map-container {
        max-height: 40vh;
        border-radius: 0.5rem;
    }

    .area-map-image {
        max-height: 40vh;
        border-radius: 0.5rem;
    }

    /* Areas Showcase Section */
    .areas-showcase-section {
        padding: clamp(1.25rem, 2.5vw, 2rem) 0;
    }

    .areas-showcase-wrapper {
        gap: clamp(1.25rem, 2.5vw, 2rem);
    }

    .areas-row {
        gap: clamp(0.875rem, 1.75vw, 1.25rem);
    }

    .area-name {
        font-size: clamp(1rem, 2vw, 1.5rem);
    }

    .area-image {
        width: clamp(4.5rem, 9vw, 7rem);
    }

    /* Locksmith Advantage Section */
    .locksmith-advantage-section {
        padding: clamp(1.25rem, 2.5vw, 2rem) 0;
    }

    .advantage-content {
        padding: 0 clamp(0.625rem, 1.25vw, 0.75rem);
    }

    .advantage-title {
        font-size: clamp(1.25rem, 2.5vw, 1.75rem);
        margin-bottom: clamp(0.875rem, 1.75vw, 1.125rem);
    }

    .advantage-description {
        font-size: clamp(0.75rem, 1.2vw, 0.85rem);
        margin-bottom: clamp(1.5rem, 3vw, 2rem);
        line-height: 1.6;
    }

    .advantage-grid {
        gap: clamp(0.75rem, 1.5vw, 1rem);
    }

    .advantage-box {
        padding: clamp(1rem, 2vw, 1.25rem) clamp(0.875rem, 1.75vw, 1rem);
    }

    .advantage-icon {
        font-size: clamp(1.375rem, 2.25vw, 1.5rem);
        margin-bottom: clamp(0.5rem, 1vw, 0.75rem);
    }

    .advantage-box-title {
        font-size: clamp(0.85rem, 1.2vw, 0.95rem);
        margin-bottom: clamp(0.25rem, 0.5vw, 0.375rem);
    }

    .advantage-box-description {
        font-size: clamp(0.7rem, 1vw, 0.8rem);
        line-height: 1.4;
    }
}

/* Large Tablets and Small Desktops */
@media (min-width: 64.0625rem) and (max-width: 90rem) {
    .area-hero-section .container {
        max-width: 80rem;
    }
    
    .area-hero-wrapper {
        gap: clamp(3rem, 4vw, 4rem);
    }
}

/* Large Desktops */
@media (min-width: 90.0625rem) and (max-width: 120rem) {
    .area-hero-section .container {
        max-width: 85rem;
    }
}

/* Very Large Screens (4K and above) */
@media (min-width: 120rem) {
    .area-hero-section .container {
        max-width: 90rem;
    }
    
    .area-hero-wrapper {
        gap: clamp(4rem, 5vw, 5rem);
    }
    
    .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(1.5rem, 2vw, 2rem);
        max-width: 56.25rem;
    }
}

