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

.city-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-title {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.process-title span,
.city-tag {
    display: inline-block;
    color: #6b7280;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.process-title h2 {
    margin: 10px 0 14px;
    color: #111827;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
    font-weight: 900;
}

.process-title h2 strong {
    color: #0055aa;
}

.process-title p {
    max-width: 720px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.75;
}

.city-btn,
.inline-city-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 26px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s ease;
}

.city-btn-primary,
.inline-city-btn {
    background: #0055aa;
    color: #ffffff;
}

.city-btn-dark {
    background: #111827;
    color: #fff;
}

.city-btn-light {
    background: #fff;
    color: #111827;
}

.city-btn:hover,
.inline-city-btn:hover {
    transform: translateY(-3px);
    background: #d97706;
    color: #fff;
}


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

.city-road-hero {
    position: relative;
    padding: 105px 5% 90px;
    
    overflow: hidden;
}

.city-hero-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 55px;
    align-items: center;
}

.city-hero-content h1 {
    margin: 14px 0 18px;
    color: #111827;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -1.6px;
}

.city-hero-content h1 strong {
    color: #0055aa;
}

.city-hero-content p {
    max-width: 650px;
    margin: 0 0 28px;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.75;
}

.city-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* HERO VISUAL */
.city-hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-road-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    border-radius: 20px;
    background: rgba(17, 24, 39, 0.16);
    z-index: 0;
}

.hero-road-line::before,
.hero-road-line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 90px;
    transform: translateX(-50%);
    border-radius: 6px;
    background: #111827;
}

.hero-road-line::before {
    top: 45px;
}

.hero-road-line::after {
    bottom: 45px;
}

.city-car-image {
    position: relative;
    z-index: 2;
    width: 390px;
    max-width: 100%;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.34));
    animation: cityCarFloat 4s ease-in-out infinite;
}



.city-floating-info {
    position: absolute;
    z-index: 3;
    min-width: 150px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.16);
    backdrop-filter: blur(8px);
}

.city-floating-info strong {
    display: block;
    color: #0055aa;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
}

.city-floating-info span {
    display: block;
    margin-top: 6px;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
}

.rate-box {
    top: 55px;
    right: 25px;
}

.dtw-box {
    left: 15px;
    bottom: 70px;
}


/* ==============================
   INTRO BENEFITS
============================== */

.city-intro-road-section {
    padding: 95px 5%;
   
}

.city-benefit-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.benefit-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 0 8px;
}

.benefit-number {
    font-size: 58px;
    font-weight: 950;
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 1.1px #6366f1;
    opacity: 0.7;
}

.benefit-item h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 21px;
    font-weight: 900;
}

.benefit-item h3::first-letter {
    color: #0055aa;
}

.benefit-item p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
}


/* ==============================
   MAIN CONTENT
============================== */

.city-main-road-section {
    padding: 95px 5%;
   
}

.city-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: start;
}

.city-main-content {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.city-split-section {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 32px;
    align-items: center;
    padding: 38px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 24px 65px rgba(17, 24, 39, 0.12);
}

.city-split-text h2 {
    margin: 12px 0 16px;
    color: #111827;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 950;
}

.city-split-text h2::first-letter {
    color: #0055aa;
}

.city-split-text p {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.75;
}

.city-split-image img {
    width: 100%;
    display: block;
    border-radius: 24px;
    object-fit: cover;
    min-height: 300px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
}


/* ==============================
   SERVICE LINE LIST
============================== */

.city-service-list-section,
.popular-areas-section {
    padding: 38px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 24px 65px rgba(17, 24, 39, 0.1);
}

.small-title {
    margin-bottom: 30px;
}

.service-line-list {
    display: grid;
    gap: 22px;
}

.service-line-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.service-line-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.service-line-item i {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 18px;
}

.service-line-item h3 {
    margin: 0 0 7px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
}

.service-line-item p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
}


/* ==============================
   POPULAR LOCATIONS
============================== */

.city-locations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.location-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 15px;
    font-weight: 800;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.location-pill i {
    color: #0055aa;
}


/* ==============================
   SIDEBAR
============================== */

.city-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.side-rate-panel,
.side-info-panel,
.side-call-panel {
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.12);
}

.side-rate-panel span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.side-rate-panel strong {
    display: block;
    margin: 12px 0;
    color: #0055aa;
    font-size: 58px;
    line-height: 1;
    font-weight: 950;
}

.side-rate-panel p,
.side-rate-panel small,
.side-call-panel p {
    color: #6b7280;
    line-height: 1.65;
}

.side-rate-panel p {
    margin: 0 0 10px;
    font-size: 15px;
}

.side-rate-panel small {
    font-size: 12px;
}

.side-info-panel h3,
.side-call-panel h3 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 22px;
    font-weight: 950;
}

.side-info-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.side-info-panel li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 13px;
    color: #374151;
    font-size: 15px;
    font-weight: 800;
}

.side-info-panel li i {
    color: #0055aa;
}

.side-call-panel {
    background: #111827;
}

.side-call-panel h3 {
    color: #fff;
}

.side-call-panel p {
    color: rgba(255, 255, 255, 0.72);
}

.side-call-panel a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
    padding: 13px 20px;
    border-radius: 12px;
    background: #0055aa;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s ease;
}

.side-call-panel a:hover {
    background: #d97706;
    color: #fff;
    transform: translateY(-3px);
}


/* ==============================
   BOTTOM CTA
============================== */

.city-bottom-road-cta {
    padding: 90px 5%;
    
}

.bottom-cta-box {
    padding: 38px;
    border-radius: 30px;
    background: #111827;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.24);
}

.bottom-cta-box .city-tag {
    color: #ffffff;
}

.bottom-cta-box h2 {
    margin: 12px 0 10px;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 950;
}

.bottom-cta-box p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

.bottom-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}


/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 1050px) {
    .city-hero-layout,
    .city-main-layout,
    .city-split-section {
        grid-template-columns: 1fr;
    }

    .city-hero-content {
        text-align: center;
    }

    .city-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .city-hero-actions {
        justify-content: center;
    }

    .city-hero-visual {
        min-height: 420px;
    }

    .city-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .city-benefit-row {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .bottom-cta-box {
        flex-direction: column;
        text-align: center;
    }

    .bottom-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .city-sidebar {
        grid-template-columns: 1fr;
    }

    .city-split-section,
    .city-service-list-section,
    .popular-areas-section {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .service-line-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 650px) {
    .city-road-hero,
    .city-intro-road-section,
    .city-main-road-section,
    .city-bottom-road-cta {
        padding: 70px 18px;
        
    }

    .city-hero-content h1 {
        font-size: 34px;
    }

    .city-hero-content p {
        font-size: 15px;
    }

    .city-hero-actions,
    .bottom-cta-actions {
        flex-direction: column;
    }

    .city-btn,
    .inline-city-btn {
        width: 86%;
    }

    .city-hero-visual {
        min-height: 330px;
    }

    .city-car-image {
        width: 260px;
    }

    .hero-road-line {
        width: 26px;
    }

    .hero-road-line::before,
    .hero-road-line::after {
        width: 8px;
        height: 65px;
    }

    .city-floating-info {
        position: static;
        margin: 14px auto 0;
        text-align: center;
        width: fit-content;
    }

    .city-hero-visual {
        flex-direction: column;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .bottom-cta-box {
        padding: 28px 22px;
        border-radius: 24px;
    }
}