.step-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 28px 18px;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(38, 139, 204, .18);
    border-color: #d6e9f7;
}

.step-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(120% 120% at 30% 20%, #5fb4ea 0%, #268bcc 60%, #1b6ea3 100%);
    color: #fff;
    font-size: 30px;
    /* box-shadow: 0 8px 20px rgba(38,139,204,.35); */
}

.step-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #268bcc;
    color: #268bcc;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #268bcc;
}

.step-text {
    color: #596277;
    font-size: .95rem;
}


.buy-steps-line {
    content: "";
    position: absolute;
    top: 75px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, #e6f2fb 0, #268bcc 50%, #e6f2fb 100%);
    z-index: 0;
}

@media (min-width: 992px) {
    .step-card {
        z-index: 1;
    }
}


.btn-brand {
    background: #268bcc;
    color: #fff;
    border: 1px solid #268bcc;
    font-weight: 700;
    border-radius: 10px;
}

.btn-brand:hover {
    background: #fff;
    color: #268bcc;
    border-color: #268bcc;
}


@media (max-width: 576px) {
    .step-card {
        padding: 22px 16px;
    }

    .step-icon {
        width: 64px;
        height: 64px;
        font-size: 26px;
    }
}


.location-header-button {
    background-color: #ffffff;
    color: #268BCC;
    padding: 8px;
    border: 1px solid #268BCC;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
}

.location-header-button:hover {
    background-color: #268BCC;
    color: #fff;
    padding: 8px;
    border: 2px solid #fff;
}





/* Brand button */
.btn-brand {
    background: #268bcc;
    color: #fff;
    border: 1px solid #268bcc;
    border-radius: 10px;
    font-weight: 700
}

.btn-brand:hover {
    background: #fff;
    color: #268bcc
}

/* HOW IT WORKS */
.lc-works {
    background: #f7fbff
}

.lc-step {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 26px 18px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
    position: relative;
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.lc-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(38, 139, 204, .18);
    border-color: #d6e9f7
}

.lc-step-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    background: radial-gradient(120% 120% at 30% 20%, #5fb4ea 0%, #268bcc 60%, #1b6ea3 100%);
    box-shadow: 0 8px 18px rgba(38, 139, 204, .35)
}

.lc-step-num {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #268bcc;
    color: #268bcc;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.lc-works-line {
    position: absolute;
    top: 82px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: linear-gradient(90deg, #e6f2fb, #268bcc, #e6f2fb)
}

/* BENEFITS */
.lc-benefits {
    background: #fff
}

.lc-benefit {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
    transition: transform .25s, box-shadow .25s
}

.lc-benefit i {
    font-size: 28px;
    color: #268bcc;
    margin-bottom: 10px
}

.lc-benefit:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(38, 139, 204, .18)
}

/* PARTNERS */
.lc-partners {
    background: #ffffff
}

.lc-partner {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 18px 18px;
    text-align: center;
    /* box-shadow: 0 8px 22px rgba(0, 0, 0, .05); */
    text-decoration: none;
    color: inherit;
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.lc-partner:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(38, 139, 204, .18);
    border-color: #d6e9f7
}

.lc-partner-logo {
    width: 190px;
    height: 56px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px dashed #e6eef5;
    border-radius: 10px
}

.lc-partner-logo img {
    max-height: 44px;
    max-width: 170px;
    object-fit: contain
}

@media (max-width:576px) {
    .lc-step-icon {
        width: 64px;
        height: 64px;
        font-size: 26px
    }

    .lc-works-line {
        display: none
    }

    .lc-partner-logo {
        width: 170px;
        height: 52px
    }
}






/* ===== City Services (re-usable for other pages) ===== */
.city-services-section {
    background: #fff;
}

.city-service-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    overflow: hidden;
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.city-service-box:hover {
    transform: translateY(-5px);
}

.city-service-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.city-service-caption {
    background: #fff;
    padding: 1.2rem 1rem 1.4rem 1rem;
    /* extra bottom for text */
}

.city-service-caption h5 {
    color: #268BCC;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.city-service-caption p {
    color: #4d5b66;
    margin: 6px 0 0 0;
    line-height: 1.55;
    font-size: 14.5px;
}

/* Small screens: let images be a bit shorter to fit text nicely */
@media (max-width:576px) {
    .city-service-img {
        height: 210px;
    }
}







/* ========== HOW IT WORKS (TIMELINE) ========== */
.luzern-howworks .timeline {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding-left: 18px;
}

.luzern-howworks .timeline::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #e6f2fb, #cfe7f9);
}

.luzern-howworks .timeline-item {
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
    position: relative;
}

.luzern-howworks .timeline-marker {
    position: relative;
    z-index: 1;
    min-width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #268BCC;
    color: #fff;
    /* box-shadow:0 8px 22px rgba(38,139,204,.25); */
}

.luzern-howworks .timeline-marker i {
    font-size: 22px;
}

.luzern-howworks .step-num {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #268BCC;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #268BCC;
}

.luzern-howworks .timeline-content {
    background: #fff;
    border: 1px solid #eef4fa;
    border-radius: 12px;
    padding: 16px 18px;
    flex: 1;
    /* box-shadow:0 8px 24px rgba(0,0,0,.04); */
}

.luzern-cta-btn {
    background: #268BCC;
    border-color: #268BCC;
    font-weight: 700;
    padding: .65rem 1.25rem;
}

.luzern-cta-btn:hover {
    background: #1d6a99;
    border-color: #1d6a99;
}

/* ========== BENEFITS GRID (BADGES) ========== */
.luzern-benefits .benefits-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 980px;
    margin: 0 auto;
}

@media (min-width:576px) {
    .luzern-benefits .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:992px) {
    .luzern-benefits .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.luzern-benefits .benefit-tile {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #eef3f9;
    border-radius: 14px;
    padding: 16px 14px;
  
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    height: 100%;
}

.luzern-benefits .benefit-tile:hover {
    transform: translateY(-4px);
    border-color: #dcecf9;
    box-shadow: 0 12px 30px rgba(38, 139, 204, .12);
}

.luzern-benefits .benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f4fd;
    color: #268BCC;
    flex: 0 0 auto;
    font-size: 20px;
}

.luzern-benefits .benefit-text h6 {
    font-weight: 700;
    margin: 0;
    color: #0f2c3f;
}

.luzern-benefits .benefit-text p {
    margin: 2px 0 0 0;
    color: #4a5b66;
    font-size: 14.5px;
    line-height: 1.55;
}




/* ===== Attractive CTA Section ===== */
.luzern-cta-section {
    /* background: linear-gradient(135deg, #268BCC 0%, #1b3d6d 100%); */
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.cta-box {
    background: #268BCC;
    color: #333;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    max-width: 950px;
}

.cta-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.cta-box p {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
}