.vdp-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 92px 0 50px;
    background: #ffffff url("../images/services/service-hero1.jpg") center center/cover no-repeat;
    color: #ffffff;
}

.vdp-hero::before {
    display: none;
}

.vdp-hero .container {
    position: relative;
    z-index: 1;
}

.vdp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 850px);
    gap: 0;
    align-items: center;
}

.vdp-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 8px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
}

.vdp-hero h1,
.vdp-section-head h2,
.vdp-sticky-panel h2,
.vdp-info-box h2,
.vdp-cta h2 {
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
}

.vdp-hero h1 {
    max-width: 860px;
    margin: 22px 0 18px;
    color: #ffffff;
    font-size: clamp(34px, 3.8vw, 48px);
    line-height: 1.08;
    font-weight: 900;
    text-shadow: 0 3px 18px rgba(0,0,0,0.22);
}

.vdp-hero p {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
}

.vdp-section-head h2,
.vdp-sticky-panel h2,
.vdp-info-box h2,
.vdp-cta h2 {
    font-size: clamp(30px, 3vw, 40px);
}

.vdp-section-head p,
.vdp-sticky-panel p,
.vdp-info-box li,
.vdp-cta p,
.vdp-faq-item p,
.vdp-service-item p {
    color: #5f6b7a;
    line-height: 1.78;
}

.vdp-feature-card h3,
.vdp-service-item h3,
.vdp-faq-item h3 {
    color: #11133a;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
}

.vdp-hero__actions,
.vdp-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.vdp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 8px;
    min-height: 44px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: 0 12px 26px rgba(0,0,0,0.16);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.vdp-btn--primary {
    background: #ff6b00;
    color: #ffffff;
}

.vdp-btn--secondary {
    background: #25D366;
    color: #ffffff;
    border-color: #25D366;
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.vdp-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.2);
}

.vdp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 700;
}

.vdp-breadcrumb a {
    color: #ffffff;
}

.vdp-breadcrumb span::before {
    content: "/";
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.45);
}

.vdp-intro,
.vdp-usecases,
.vdp-faq {
    padding: 92px 0;
    background: #ffffff;
}

.vdp-section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.vdp-section-head h2,
.vdp-sticky-panel h2,
.vdp-info-box h2,
.vdp-cta h2 {
    color: #11133a;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
    margin: 15px 0 12px;
}

.vdp-section-head p,
.vdp-sticky-panel p,
.vdp-cta p {
    color: #5f6b7a;
    font-size: 16px;
    line-height: 1.78;
}

.vdp-feature-grid,
.vdp-usecase-grid,
.vdp-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vdp-feature-card,
.vdp-usecase,
.vdp-faq-item,
.vdp-info-box {
    border: 1px solid #edf1f8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
}

.vdp-feature-card {
    padding: 30px;
}

.vdp-feature-card i,
.vdp-usecase i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff3e8;
    color: #ff6b00;
    font-size: 19px;
}

.vdp-feature-card h3,
.vdp-service-item h3,
.vdp-faq-item h3 {
    color: #11133a;
    font-size: 19px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 18px 0 9px;
}

.vdp-feature-card p,
.vdp-service-item p,
.vdp-faq-item p,
.vdp-info-box li {
    color: #5f6b7a;
    line-height: 1.78;
    margin: 0;
}

.vdp-services,
.vdp-benefits,
.vdp-cta {
    padding: 92px 0;
    background: #f7faff;
}

.vdp-sticky-panel {
    position: sticky;
    top: 110px;
    height: 100%;
    border-radius: 8px;
    padding: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
        url("../images/shape/service-bg-shape.png") right bottom/220px no-repeat;
    border: 1px solid #edf1f8;
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.vdp-panel-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    color: #ff6b00;
    font-weight: 900;
    text-decoration: none;
}

.vdp-service-list {
    display: grid;
    gap: 16px;
}

.vdp-service-item {
    display: flex;
    gap: 18px;
    border-radius: 8px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #edf1f8;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.vdp-service-item span {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ff6b00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.vdp-service-item h3 {
    margin-top: 0;
}

.vdp-usecase {
    min-height: 110px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.vdp-usecase span {
    color: #11133a;
    font-weight: 900;
    line-height: 1.4;
}

.vdp-info-box {
    height: 100%;
    padding: 34px;
}

.vdp-info-box--dark {
    background: linear-gradient(135deg, #11133a, #173a78);
    border-color: transparent;
}

.vdp-info-box--dark h2,
.vdp-info-box--dark li {
    color: #ffffff;
}

.vdp-check-list,
.vdp-bullet-list {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.vdp-check-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.vdp-check-list i {
    color: #1f5ccf;
    margin-top: 5px;
}

.vdp-bullet-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
}

.vdp-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6b00;
}

.vdp-cta__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    border-radius: 8px;
    padding: 40px;
    background:
        linear-gradient(135deg, rgba(17, 19, 58, 0.94), rgba(60, 114, 252, 0.9)),
        url("../images/services/video-door-phone-installation1.jpg") center/cover;
    box-shadow: 0 22px 58px rgba(17, 24, 39, 0.16);
}

.vdp-cta h2,
.vdp-cta p {
    color: #ffffff;
}

.vdp-cta p {
    max-width: 650px;
    margin: 0;
}

.vdp-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdp-faq-item {
    padding: 26px;
}

.vdp-faq-item h3 {
    margin-top: 0;
}

@media (max-width: 991px) {
    .vdp-hero {
        min-height: 500px;
        padding: 82px 0 46px;
        background-position: 62% center;
    }

    .vdp-hero__grid,
    .vdp-feature-grid,
    .vdp-usecase-grid,
    .vdp-faq-grid {
        grid-template-columns: 1fr;
    }

    .vdp-hero h1 {
        font-size: 40px;
    }

    .vdp-sticky-panel {
        position: static;
    }

    .vdp-cta__box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .vdp-hero {
        min-height: auto;
        padding: 64px 0 38px;
        background-position: 58% center;
    }

    .vdp-hero h1,
    .vdp-section-head h2,
    .vdp-sticky-panel h2,
    .vdp-info-box h2,
    .vdp-cta h2 {
        font-size: 30px;
    }

    .vdp-intro,
    .vdp-services,
    .vdp-usecases,
    .vdp-benefits,
    .vdp-cta,
    .vdp-faq {
        padding: 66px 0;
    }

    .vdp-kicker,
    .vdp-breadcrumb {
        font-size: 12px;
    }

    .vdp-service-item,
    .vdp-usecase {
        align-items: flex-start;
    }

    .vdp-btn,
    .vdp-hero__actions,
    .vdp-cta__actions {
        width: 100%;
    }

    .vdp-hero__actions {
        width: auto;
        flex-wrap: nowrap;
        align-items: center;
    }

    .vdp-hero__actions .vdp-btn {
        width: auto;
        flex: 0 1 auto;
        min-width: 0;
        min-height: 40px;
        padding: 10px 14px;
        font-size: 12px;
        white-space: nowrap;
    }
}

/* CCTV theme alignment for all service pages. */
.vdp-intro .vdp-kicker,
.vdp-sticky-panel .vdp-kicker,
.vdp-usecases .vdp-kicker,
.vdp-cta .vdp-kicker,
.vdp-faq .vdp-kicker {
    background: #e8f0fe;
    color: #1f5ccf;
}

.vdp-feature-card i,
.vdp-usecase i,
.vdp-bullet-list li::before {
    color: #ff6b00;
}

.vdp-feature-card i,
.vdp-service-item span,
.vdp-bullet-list li::before {
    background: #ff6b00;
}

.vdp-feature-card i {
    background: #fff1e7;
    color: #ff6b00;
}

.vdp-btn--primary {
    background: #ff6b00;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(255, 107, 0, 0.26);
}

.vdp-btn--secondary {
    color: #ffffff;
}

@media (min-width: 576px) {
    .vdp-intro,
    .vdp-services,
    .vdp-usecases,
    .vdp-benefits,
    .vdp-cta,
    .vdp-faq {
        padding: 88px 0;
    }
}
