:root {
    --brand: #0174BB;
    --brand-dark: #015d96;
    --brand-light: #e8f4fd;
    --brand-glow: rgba(1, 116, 187, 0.14);
    --text: #1a2535;
    --text2: #4b647b;
    --surface: #ffffff;
    --border: #d7e7f4;
    --font-head: 'Outfit', sans-serif;
    --font-body: 'Nunito Sans', sans-serif;
}

.services-home-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-home-center {
    text-align: center;
}

.services-home-label {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.services-home-section-head h2 {
    font-family: var(--font-head);
    font-size: 38px;
    line-height: 1.2;
    color: var(--text);
    margin-bottom: 14px;
}

.services-home-section-head h2 span,
.services-home-cta-box h2 span,
.services-home-hero h1 span {
    color: var(--brand);
}

.services-home-section-head p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--text2);
    font-size: 16px;
    line-height: 1.75;
}

.services-home-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 80px 0 120px;
    background: #081a2f url('/image/cyber-security-banner.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.services-home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(6, 16, 31, 0.94) 45%, rgba(1, 116, 187, 0.46) 100%);
}

.services-home-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1024px;
}

.services-home-breadcrumb {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    margin-bottom: 22px;
}

.services-home-breadcrumb a {
    color: #fff;
}

.services-home-breadcrumb i {
    font-size: 10px;
    margin: 0 7px;
}

.services-home-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(1, 116, 187, 0.18);
    color: #8fd8ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
}

.services-home-hero h1 {
    font-family: var(--font-head);
    font-size: 50px;
    line-height: 1.14;
    color: #fff;
    margin-bottom: 20px;
}

.services-home-hero p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 34px;
}

.services-home-actions,
.services-home-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.services-home-btn-primary,
.services-home-btn-outline,
.services-home-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.services-home-btn-primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 16px 36px rgba(1, 116, 187, 0.22);
}

.services-home-btn-primary:hover,
.services-home-btn-secondary:hover,
.services-home-btn-outline:hover {
    transform: translateY(-2px);
}

.services-home-btn-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.services-home-btn-secondary {
    background: rgb(1, 116, 187);
    color: #ffffff;
}

.services-home-strip {
    position: relative;
    z-index: 2;
    margin-top: -56px;
}

.services-home-strip-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.services-home-strip-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 26px 24px;
    box-shadow: 0 20px 40px rgba(13, 38, 63, 0.08);
}

.services-home-strip-card i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 22px;
    flex-shrink: 0;
}

.services-home-strip-card span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text2);
}

.services-home-strip-card strong {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    color: var(--text);
}

.services-home-cards-section {
    padding: 92px 0 70px;
    background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
}

.services-home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.services-home-card {
    display: block;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 18px 40px rgba(13, 38, 63, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.services-home-card:hover {
    transform: translateY(-8px);
    border-color: #a7dafe;
    box-shadow: 0 24px 50px rgba(1, 116, 187, 0.16);
}

.services-home-card-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 25px;
    margin-bottom: 18px;
}

.services-home-card-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f8fc;
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
}

.services-home-card h3 {
    font-family: var(--font-head);
    font-size: 25px;
    line-height: 1.28;
    color: var(--text);
    margin-bottom: 12px;
}

.services-home-card p {
    color: var(--text2);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.services-home-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand);
    font-weight: 800;
}

.services-home-support {
    padding: 24px 0 84px;
    background: #ffffff;
}

.services-home-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.services-home-feature-card {
    background: #f8fbff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 26px 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services-home-feature-card:hover {
    transform: translateY(-5px);
    border-color: #a7dafe;
    box-shadow: 0 18px 34px rgba(1, 116, 187, 0.12);
}

.services-home-feature-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 22px;
    margin-bottom: 18px;
}

.services-home-feature-card h3 {
    font-family: var(--font-head);
    font-size: 22px;
    color: var(--text);
    margin-bottom: 10px;
}

.services-home-feature-card p {
    color: var(--text2);
    font-size: 15px;
    line-height: 1.72;
}

.services-home-cta {
    padding: 0 0 90px;
    background: #ffffff;
}

.services-home-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(135deg, #091c33 0%, #0174BB 100%);
    color: #fff;
    box-shadow: 0 24px 48px rgba(7, 33, 61, 0.18);
}

.services-home-cta-box h2 {
    font-family: var(--font-head);
    font-size: 34px;
    line-height: 1.24;
    margin-bottom: 12px;
    color: #fff;
}

.services-home-cta-box p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
    font-size: 15px;
    max-width: 620px;
}

.services-home-cta-box .services-home-label {
    background: rgba(255, 255, 255, 0.14);
    color: #c4ebff;
}

@media (max-width: 1100px) {

    .services-home-grid,
    .services-home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-home-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 900px) {
    .services-home-hero {
        min-height: auto;
        padding: 70px 0 110px;
    }

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

    .services-home-strip-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .services-home-cards-section {
        padding-top: 74px;
    }

    .services-home-section-head h2,
    .services-home-cta-box h2 {
        font-size: 30px;
    }

    .services-home-hero h1 {
        font-size: 34px;
    }

    .services-home-hero p,
    .services-home-section-head p {
        font-size: 15px;
    }

    .services-home-grid,
    .services-home-feature-grid {
        grid-template-columns: 1fr;
    }

    .services-home-card,
    .services-home-feature-card,
    .services-home-strip-card,
    .services-home-cta-box {
        padding: 22px;
    }

    .services-home-actions,
    .services-home-cta-actions {
        flex-direction: column;
        width: 100%;
    }
}