/* =========================================================
   CCTV Blue Premium frontend template for security.nikisoft.net
   ========================================================= */

:root {
    --ees-dark: #07182d;
    --ees-dark-2: #0b2341;
    --ees-dark-3: #12345d;
    --ees-red: #1688ff;
    --ees-red-dark: #076bd2;
    --ees-paper: #f4f8fc;
    --ees-white: #ffffff;
    --ees-text: #10243d;
    --ees-muted: #61738a;
    --ees-border: #dce7f2;
    --ees-green: #25d366;
    --ees-danger: #b42318;
    --ees-shadow: 0 24px 70px rgba(9, 16, 23, .13);
    --ees-shadow-dark: 0 25px 80px rgba(0, 0, 0, .28);
    --ees-radius: 26px;
    --ees-container: 1380px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--ees-text);
    line-height: 1.7;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.ees-container {
    width: min(calc(100% - 48px), var(--ees-container));
    margin-inline: auto;
}

.ees-content-narrow {
    max-width: 920px;
}

.ees-section {
    padding: 88px 0;
}

.ees-soft {
    background: var(--ees-paper);
}


/* =========================================================
   Typography
   ========================================================= */

.ees-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ees-red);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ees-eyebrow-light {
    color: #fff;
}

.ees-section-title {
    max-width: 830px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.8rem, 5vw, 4.9rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.ees-large-copy,
.ees-detail-intro {
    color: var(--ees-muted);
    font-size: 1.05rem;
    line-height: 1.9;
}

.ees-section-heading {
    margin-bottom: 48px;
}

.ees-section-heading-split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.ees-centered-heading {
    text-align: center;
}

.ees-centered-heading .ees-section-title {
    margin-inline: auto;
}

.ees-text-link {
    color: var(--ees-red);
    font-weight: 800;
    white-space: nowrap;
}


/* =========================================================
   Buttons
   ========================================================= */

.ees-button {
    min-height: 56px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}

.ees-button:hover {
    transform: translateY(-2px);
}

.ees-button-primary {
    color: #fff;
    background: var(--ees-red);
    box-shadow: 0 14px 30px rgba(22, 136, 255, .25);
}

.ees-button-primary:hover {
    background: var(--ees-red-dark);
}

.ees-button-outline {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .35);
    backdrop-filter: blur(10px);
}

.ees-button-outline:hover {
    background: #fff;
    color: var(--ees-dark);
}

.ees-button-dark {
    color: #fff;
    background: var(--ees-dark);
}

.ees-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}


/* =========================================================
   Top Bar + Floating Navigation
   ========================================================= */

.ees-topbar {
    background: var(--ees-dark);
    color: #d5dbe0;
    font-size: .78rem;
}

.ees-topbar-inner {
    min-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.ees-topbar-contact {
    display: flex;
    gap: 22px;
}

.ees-topbar-contact a,
.ees-topbar-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ees-topbar a:hover {
    color: #fff;
}

.ees-navbar {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 80;
}

.ees-nav-shell {
    position: relative;
}

.ees-nav-inner {
    min-height: 88px;
    padding: 0 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: rgba(255, 255, 255, .98);
    box-shadow: var(--ees-shadow-dark);
}


/* =========================================================
   Main Logo
   ========================================================= */

.ees-brand {
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    flex-shrink: 0;
}

.ees-brand-logo {
    display: block;
    width: auto;
    height: 54px;
    max-width: 165px;
    object-fit: contain;
}


/* =========================================================
   Navigation Links
   ========================================================= */

.ees-nav-links {
    display: flex;
    align-items: center;
    gap: 31px;
    font-size: .9rem;
    font-weight: 700;
}

.ees-nav-links a {
    position: relative;
    padding: 31px 0;
}

.ees-nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 2px;
    background: var(--ees-red);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.ees-nav-links a:hover::after,
.ees-nav-links a.is-active::after {
    transform: scaleX(1);
}

.ees-menu-toggle {
    display: none;
    width: 45px;
    height: 45px;
    border: 1px solid var(--ees-border);
    border-radius: 50%;
    background: #fff;
    color: var(--ees-dark);
}

.ees-nav-cta {
    min-height: 48px;
    padding-inline: 22px;
}


/* =========================================================
   Hero
   ========================================================= */

.ees-hero {
    position: relative;
    min-height: 760px;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background-color: var(--ees-dark);
    background-image:
        linear-gradient(
            90deg,
            rgba(8, 14, 20, .96) 0%,
            rgba(8, 14, 20, .91) 36%,
            rgba(8, 14, 20, .45) 63%,
            rgba(8, 14, 20, .14) 100%
        ),
        var(--ees-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ees-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            to top,
            rgba(7, 12, 17, .52),
            transparent 35%
        );
}

.ees-hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 65px;
    padding: 180px 0 78px;
}

.ees-hero-content {
    max-width: 790px;
}

.ees-hero h1 {
    max-width: 830px;
    margin: 8px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(3.7rem, 6vw, 6.6rem);
    font-weight: 800;
    line-height: .86;
    letter-spacing: -.035em;
    text-transform: uppercase;
    text-wrap: balance;
}

.ees-hero-copy {
    max-width: 670px;
    margin: 30px 0 0;
    color: #d8dde1;
    font-size: 1.03rem;
}

.ees-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    margin-top: 29px;
    font-size: .82rem;
    font-weight: 700;
    color: #eff2f4;
}

.ees-hero-features i {
    color: #fff;
    margin-right: 7px;
}

.ees-hero-side {
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.ees-monitor-card {
    width: min(410px, 100%);
    margin-bottom: 8px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    background: rgba(9, 15, 21, .58);
    backdrop-filter: blur(15px);
    box-shadow: var(--ees-shadow-dark);
}

.ees-monitor-kicker {
    display: block;
    color: #69b5ff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.ees-monitor-card > strong {
    display: block;
    margin-top: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.ees-monitor-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 18px;
}

.ees-monitor-stats span {
    padding: 11px 8px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .08);
    color: #cfd6dc;
    font-size: .68rem;
    text-align: center;
}

.ees-monitor-stats b {
    display: block;
    color: #fff;
    font-size: 1.08rem;
}


/* =========================================================
   Trust Strip
   ========================================================= */

.ees-trust-strip {
    position: relative;
    z-index: 5;
    margin-top: -32px;
}

.ees-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--ees-shadow);
    overflow: hidden;
}

.ees-trust-item {
    min-height: 110px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid var(--ees-border);
}

.ees-trust-item:last-child {
    border-right: 0;
}

.ees-trust-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--ees-red);
}

.ees-trust-item strong,
.ees-trust-item small {
    display: block;
}

.ees-trust-item strong {
    font-size: .9rem;
}

.ees-trust-item small {
    color: var(--ees-muted);
    font-size: .7rem;
    margin-top: 2px;
}


/* =========================================================
   Cards / Services
   ========================================================= */

.ees-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ees-card {
    position: relative;
    padding: 32px;
    border: 1px solid var(--ees-border);
    border-radius: var(--ees-radius);
    background: #fff;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.ees-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--ees-shadow);
    border-color: #a9d4ff;
}

.ees-card h2,
.ees-card h3 {
    margin: 24px 0 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    text-transform: uppercase;
}

.ees-card p {
    color: var(--ees-muted);
    font-size: .9rem;
}

.ees-card > a:not(.ees-button),
.ees-service-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--ees-dark);
    font-weight: 800;
    font-size: .82rem;
}

.ees-card > a:not(.ees-button):hover,
.ees-service-card > a:hover {
    color: var(--ees-red);
}

.ees-service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ees-service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--ees-red);
    font-size: 1.25rem;
}

.ees-card-number {
    color: #d8dde1;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 800;
}


/* =========================================================
   About
   ========================================================= */

.ees-about-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 80px;
    align-items: center;
}

.ees-about-visual {
    position: relative;
    min-height: 600px;
}

.ees-about-visual img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 63% center;
    border-radius: 34px;
    box-shadow: var(--ees-shadow);
}

.ees-about-badge {
    position: absolute;
    left: -24px;
    bottom: 40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff;
    background: var(--ees-red);
    border: 8px solid #fff;
    box-shadow: var(--ees-shadow);
}

.ees-about-badge strong {
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem;
    line-height: 1;
}

.ees-about-badge span {
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ees-about-content .ees-large-copy {
    max-width: 680px;
    margin: 25px 0;
}

.ees-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin: 26px 0 34px;
}

.ees-check-grid span {
    font-weight: 700;
    font-size: .88rem;
}

.ees-check-grid i {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ees-red);
    font-size: .65rem;
}


/* =========================================================
   Statistics
   ========================================================= */

.ees-statistics {
    position: relative;
    color: #fff;
    background: var(--ees-dark);
    overflow: hidden;
}

.ees-statistics::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    top: -280px;
    border-radius: 50%;
    border: 85px solid rgba(229, 37, 18, .13);
}

.ees-stats-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ees-stat {
    padding: 10px 35px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.ees-stat:last-child {
    border-right: 0;
}

.ees-stat strong {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(3.4rem, 6vw, 5.8rem);
    line-height: .9;
    color: #fff;
}

.ees-stat span {
    display: block;
    margin-top: 10px;
    color: #bbc4cb;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}


/* =========================================================
   Solutions
   ========================================================= */

.ees-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ees-solution-card {
    position: relative;
    min-height: 430px;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #fff;
    isolation: isolate;
    background-image: var(--ees-solution-image);
    background-position: center;
    background-size: cover;
}

.ees-solution-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            to top,
            rgba(8, 13, 18, .96),
            rgba(8, 13, 18, .28) 58%,
            rgba(8, 13, 18, .05)
        );
}

.ees-solution-card:nth-child(2) {
    background-position: 58% center;
}

.ees-solution-card:nth-child(3) {
    background-position: 72% center;
}

.ees-solution-card:nth-child(4) {
    background-position: 85% center;
}

.ees-solution-content {
    padding: 28px;
}

.ees-solution-content > span {
    color: #69b5ff;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.ees-solution-card h2,
.ees-solution-card h3 {
    margin: 7px 0 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: .95;
    text-transform: uppercase;
}

.ees-solution-card p {
    color: #d4dce2;
    font-size: .82rem;
}

.ees-solution-card a {
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
}


/* =========================================================
   Process
   ========================================================= */

.ees-process-section {
    position: relative;
    color: #fff;
    background: #111820;
}

.ees-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ees-process-card {
    padding: 31px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .035);
}

.ees-process-card > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ees-red);
    font-family: "Montserrat", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
}

.ees-process-card h3 {
    margin: 32px 0 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.65rem;
    line-height: 1;
    text-transform: uppercase;
}

.ees-process-card p {
    margin: 0;
    color: #aeb8c0;
    font-size: .82rem;
}


/* =========================================================
   Brands
   ========================================================= */

.ees-brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.ees-brand-box {
    min-height: 100px;
    padding: 18px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ees-border);
    border-radius: 20px;
    background: #fff;
    color: #49515a;
    font-weight: 800;
    text-align: center;
    transition: .2s ease;
}

.ees-brand-box:hover {
    transform: translateY(-4px);
    border-color: var(--ees-red);
    color: var(--ees-red);
}


/* =========================================================
   Testimonials
   ========================================================= */

.ees-testimonial {
    min-height: 300px;
}

.ees-quote-mark {
    color: #eceff1;
    font-size: 2.3rem;
}

.ees-stars {
    margin-top: 17px;
    color: #ffb020;
    letter-spacing: 2px;
}

.ees-testimonial > p {
    font-size: .95rem;
    color: #4f5963;
}

.ees-testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.ees-testimonial-person > span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--ees-dark);
    font-weight: 800;
}

.ees-testimonial-person strong,
.ees-testimonial-person small {
    display: block;
}

.ees-testimonial-person small {
    color: var(--ees-muted);
    font-size: .7rem;
}


/* =========================================================
   Contact
   ========================================================= */

.ees-contact-section {
    background: #fff;
}

.ees-contact-wrap {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    overflow: hidden;
    border-radius: 34px;
    background: var(--ees-dark);
    box-shadow: var(--ees-shadow);
}

.ees-contact-info {
    padding: 58px;
    color: #fff;
    background:
        radial-gradient(
            circle at 20% 10%,
            rgba(229, 37, 18, .23),
            transparent 35%
        ),
        var(--ees-dark);
}

.ees-contact-info h2 {
    margin: 7px 0 18px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: .95;
    text-transform: uppercase;
}

.ees-contact-info > p {
    color: #bac3ca;
}

.ees-contact-lines {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.ees-contact-lines span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e6ebee;
    font-size: .85rem;
}

.ees-contact-lines i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #69b5ff;
}

.ees-contact-form {
    padding: 58px;
    background: #fff;
}

.ees-contact-form h2 {
    margin: 5px 0 26px;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    text-transform: uppercase;
}


/* =========================================================
   Forms
   ========================================================= */

.ees-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ees-form-grid label {
    display: block;
    margin-bottom: 7px;
    color: #4a535d;
    font-size: .74rem;
    font-weight: 800;
}

.ees-form-grid input,
.ees-form-grid textarea,
.ees-form-grid select {
    width: 100%;
    min-height: 54px;
    padding: 12px 15px;
    border: 1px solid var(--ees-border);
    border-radius: 13px;
    background: #fafbfb;
    outline: none;
}

.ees-form-grid textarea {
    resize: vertical;
}

.ees-form-grid input:focus,
.ees-form-grid textarea:focus,
.ees-form-grid select:focus {
    border-color: var(--ees-red);
    box-shadow: 0 0 0 4px rgba(229, 37, 18, .08);
}

.ees-form-full {
    grid-column: 1 / -1;
}


/* =========================================================
   Inner Page Hero
   Compact, refined banner for inner pages
   ========================================================= */

.ees-page-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 176px 0 48px;
    color: #fff;
    background-color: #0b1117;
    background-image:
        linear-gradient(90deg, rgba(7, 13, 19, .94) 0%, rgba(7, 13, 19, .88) 45%, rgba(7, 13, 19, .68) 100%),
        var(--ees-inner-hero-image);
    background-position: center 44%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ees-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 82% 40%, rgba(229, 37, 18, .16), transparent 28%),
        linear-gradient(to bottom, rgba(255,255,255,.02), rgba(4,9,13,.28));
}

.ees-page-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(229,37,18,.8) 24%, rgba(229,37,18,.8) 76%, transparent);
}

.ees-page-hero-content {
    position: relative;
    z-index: 1;
}

.ees-page-hero-compact {
    padding-bottom: 40px;
}

.ees-page-hero h1 {
    max-width: 850px;
    margin: 4px 0 8px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.9rem, 4.8vw, 4.6rem);
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.ees-page-hero p {
    max-width: 720px;
    margin: 12px 0 0;
    color: #c7d0d7;
    font-size: .92rem;
    line-height: 1.65;
}

.ees-page-hero .ees-eyebrow {
    margin-bottom: 9px;
}

.ees-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
    color: #aeb8c0;
    font-size: .72rem;
}

.ees-breadcrumbs a:hover {
    color: #fff;
}


/* =========================================================
   Filters + Product Catalogue
   ========================================================= */

.ees-product-catalogue {
    padding: 54px 0 82px;
}

.ees-catalogue-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 30px;
}

.ees-catalogue-heading h2 {
    max-width: 760px;
    margin: 3px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1;
    text-transform: uppercase;
}

.ees-catalogue-heading > p {
    margin: 0;
    color: var(--ees-muted);
    font-size: .9rem;
    line-height: 1.8;
}

.ees-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 32px;
}

.ees-product-filters {
    padding: 16px;
    margin-bottom: 34px;
    border: 1px solid var(--ees-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(9, 16, 23, .05);
}

.ees-filter-chip {
    padding: 9px 15px;
    border: 1px solid var(--ees-border);
    border-radius: 999px;
    background: #fff;
    color: #505861;
    font-size: .75rem;
    font-weight: 800;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.ees-filter-chip:hover {
    transform: translateY(-1px);
}

.ees-filter-chip.is-active,
.ees-filter-chip:hover {
    border-color: var(--ees-red);
    background: var(--ees-red);
    color: #fff;
}

.ees-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.ees-product-card-premium {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ees-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(9, 16, 23, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ees-product-card-premium:hover {
    transform: translateY(-6px);
    border-color: #efc0bb;
    box-shadow: 0 24px 55px rgba(9, 16, 23, .12);
}

.ees-product-image-stage {
    position: relative;
    height: 290px;
    display: grid;
    place-items: center;
    padding: 26px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f0f3f5);
    border-bottom: 1px solid #edf0f2;
}

.ees-product-image-stage::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: -110px;
    border-radius: 50%;
    background: rgba(229, 37, 18, .05);
}

.ees-product-image-stage img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.ees-product-card-premium:hover .ees-product-image-stage img {
    transform: scale(1.045);
}

.ees-product-placeholder {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    gap: 10px;
    color: #a4adb5;
    text-align: center;
}

.ees-product-placeholder i {
    color: var(--ees-red);
    font-size: 3.6rem;
}

.ees-product-placeholder span {
    font-size: .72rem;
    font-weight: 700;
}

.ees-product-card-body {
    padding: 25px 26px 24px;
}

.ees-product-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ees-red);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.ees-product-category::before {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 99px;
    background: var(--ees-red);
}

.ees-product-card-body h2 {
    margin: 10px 0 11px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.65rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.ees-product-card-body h2 a:hover {
    color: var(--ees-red);
}

.ees-product-card-body p {
    min-height: 48px;
    margin: 0;
    color: var(--ees-muted);
    font-size: .82rem;
    line-height: 1.7;
}

.ees-product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #edf0f2;
}

.ees-product-link,
.ees-product-quote-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .76rem;
    font-weight: 800;
}

.ees-product-link {
    color: var(--ees-dark);
}

.ees-product-link:hover,
.ees-product-quote-link {
    color: var(--ees-red);
}

.ees-product-quote-link:hover {
    color: var(--ees-red-dark);
}

/* =========================================================
   Product Detail Pages
   ========================================================= */

.ees-product-detail-section {
    padding: 72px 0 82px;
    background: #fff;
}

.ees-product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: 68px;
    align-items: center;
}

.ees-product-detail-image-stage {
    min-height: 520px;
    display: grid;
    place-items: center;
    padding: 48px;
    border: 1px solid var(--ees-border);
    border-radius: 30px;
    background: linear-gradient(145deg, #fff, #f1f3f5);
    box-shadow: 0 20px 55px rgba(9, 16, 23, .08);
}

.ees-product-detail-image-stage img {
    width: 100%;
    max-height: 440px;
    object-fit: contain;
}

.ees-product-detail-placeholder {
    display: grid;
    place-items: center;
    gap: 13px;
    color: var(--ees-muted);
    text-align: center;
}

.ees-product-detail-placeholder i {
    color: var(--ees-red);
    font-size: 5rem;
}

.ees-product-detail-content h2 {
    margin: 10px 0 20px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: .92;
    text-transform: uppercase;
}

.ees-product-detail-intro {
    margin: 0 0 22px;
    color: #4b5660;
    font-size: 1.02rem;
    line-height: 1.85;
}

.ees-product-description {
    padding-top: 20px;
    border-top: 1px solid var(--ees-border);
}

.ees-product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.ees-product-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #59636d;
    font-size: .78rem;
    font-weight: 800;
}

.ees-product-back-link:hover {
    color: var(--ees-red);
}

.ees-product-enquiry-section {
    padding: 72px 0 84px;
}

.ees-product-enquiry-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 55px;
    align-items: start;
}

.ees-product-enquiry-copy {
    padding-top: 28px;
}

.ees-product-enquiry-copy h2 {
    max-width: 500px;
    margin: 4px 0 17px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.6rem, 4.5vw, 4.2rem);
    line-height: .98;
    text-transform: uppercase;
}

.ees-product-enquiry-copy p {
    max-width: 520px;
    color: var(--ees-muted);
    font-size: .9rem;
    line-height: 1.8;
}

.ees-product-enquiry-card {
    max-width: none;
    margin: 0;
}

/* =========================================================
   Footer
   ========================================================= */

.ees-footer {
    padding-top: 0;
    color: #aeb8c0;
    background: #080d12;
}

.ees-footer-cta {
    min-height: 210px;
    padding: 48px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.ees-footer-cta h2 {
    max-width: 700px;
    margin: 4px 0 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    line-height: .95;
    text-transform: uppercase;
}

.ees-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr .8fr 1fr;
    gap: 55px;
    padding: 72px 0 58px;
}

.ees-footer h3 {
    margin: 0 0 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.ees-footer a,
.ees-footer p {
    display: block;
    margin: 9px 0;
    font-size: .82rem;
}

.ees-footer a:hover {
    color: #fff;
}

.ees-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
    font-size: .72rem;
}

.ees-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


/* =========================================================
   Floating Actions + Flashes
   ========================================================= */

.ees-floating-actions {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: grid;
    gap: 10px;
}

.ees-float-button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: var(--ees-shadow);
}

.ees-call-button {
    background: var(--ees-red);
}

.ees-whatsapp-button {
    background: var(--ees-green);
}

.ees-flash {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 150;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 12px;
    background: var(--ees-red);
    color: #fff;
    box-shadow: var(--ees-shadow);
}

.ees-flash-error {
    background: var(--ees-danger);
}

.ees-flash button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
}


/* =========================================================
   Error Pages
   ========================================================= */

.ees-error-page {
    min-height: 75vh;
    display: grid;
    place-items: center;
    padding: 230px 0 100px;
    text-align: center;
    background: var(--ees-paper);
}

.ees-error-page span {
    display: block;
    color: #e1e5e8;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(7rem, 20vw, 13rem);
    font-weight: 800;
    line-height: .75;
}

.ees-error-page h1 {
    margin: 15px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    text-transform: uppercase;
}

.ees-error-page p {
    color: var(--ees-muted);
}


/* =========================================================
   Responsive - Large Tablet
   ========================================================= */

@media (max-width: 1180px) {

    .ees-nav-links {
        gap: 19px;
    }

    .ees-nav-cta {
        display: none;
    }

    .ees-solution-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================================
   Responsive - Tablet
   ========================================================= */

@media (max-width: 1024px) {

    .ees-container {
        width: min(calc(100% - 36px), var(--ees-container));
    }

    .ees-navbar {
        top: 50px;
    }

    .ees-nav-inner {
        min-height: 80px;
        border-radius: 22px;
    }

    .ees-menu-toggle {
        display: grid;
        place-items: center;
        margin-left: auto;
    }

    .ees-nav-links {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        border: 1px solid var(--ees-border);
        border-radius: 20px;
        background: #fff;
        box-shadow: var(--ees-shadow);
    }

    .ees-nav-links.is-open {
        display: flex;
    }

    .ees-nav-links a {
        padding: 12px 8px;
    }

    .ees-nav-links a::after {
        display: none;
    }

    .ees-hero {
        min-height: 700px;
        background-position: 64% center;
    }

    .ees-hero-grid {
        grid-template-columns: 1fr;
        padding-top: 165px;
    }

    .ees-hero-content {
        max-width: 740px;
    }

    .ees-hero-side {
        display: none;
    }

    .ees-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ees-trust-item:nth-child(2) {
        border-right: 0;
    }

    .ees-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ees-about-grid,
    .ees-contact-wrap,
    .ees-detail-grid {
        grid-template-columns: 1fr;
    }

    .ees-about-grid {
        gap: 45px;
    }

    .ees-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ees-brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ees-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .ees-catalogue-heading,
    .ees-product-detail-grid,
    .ees-product-enquiry-layout {
        grid-template-columns: 1fr;
    }

    .ees-product-detail-grid {
        gap: 40px;
    }

    .ees-product-enquiry-layout {
        gap: 20px;
    }
}


/* =========================================================
   Responsive - Mobile
   ========================================================= */

@media (max-width: 720px) {

    .ees-topbar {
        display: none;
    }

    .ees-navbar {
        top: 16px;
    }

    .ees-nav-inner {
        min-height: 70px;
        padding: 0 15px;
        border-radius: 19px;
    }

    .ees-brand {
        min-width: 0;
    }

    /*
     * Smaller mobile logo.
     */
    .ees-brand-logo {
        height: 38px;
        max-width: 130px;
    }

    .ees-section {
        padding: 64px 0;
    }

    .ees-hero {
        min-height: 660px;
        background-position: 70% center;
    }

    .ees-hero-grid {
        padding: 135px 0 58px;
    }

    .ees-hero h1 {
        font-size: clamp(3.7rem, 17vw, 5.5rem);
    }

    .ees-hero-copy {
        font-size: .92rem;
    }

    .ees-hero-features {
        display: grid;
        gap: 8px;
    }

    .ees-button-row .ees-button {
        width: 100%;
    }

    .ees-trust-strip {
        margin-top: -20px;
    }

    .ees-trust-grid {
        grid-template-columns: 1fr;
    }

    .ees-trust-item {
        min-height: 90px;
        border-right: 0;
        border-bottom: 1px solid var(--ees-border);
    }

    .ees-trust-item:last-child {
        border-bottom: 0;
    }

    .ees-section-heading-split {
        align-items: flex-start;
        flex-direction: column;
    }

    .ees-card-grid,
    .ees-solution-grid,
    .ees-process-grid,
    .ees-form-grid,
    .ees-product-grid {
        grid-template-columns: 1fr;
    }

    .ees-product-catalogue {
        padding: 44px 0 62px;
    }

    .ees-catalogue-heading {
        gap: 18px;
        margin-bottom: 24px;
    }

    .ees-product-filters {
        padding: 12px;
        margin-bottom: 24px;
    }

    .ees-product-image-stage {
        height: 245px;
        padding: 22px;
    }

    .ees-product-card-body {
        padding: 22px;
    }

    .ees-product-detail-section {
        padding: 54px 0 62px;
    }

    .ees-product-detail-image-stage {
        min-height: 360px;
        padding: 28px;
    }

    .ees-product-detail-image-stage img {
        max-height: 310px;
    }

    .ees-product-enquiry-section {
        padding: 54px 0 64px;
    }

    .ees-about-visual {
        min-height: auto;
    }

    .ees-about-visual img {
        height: 420px;
    }

    .ees-about-badge {
        left: 14px;
        bottom: -20px;
        width: 125px;
        height: 125px;
    }

    .ees-check-grid {
        grid-template-columns: 1fr;
    }

    .ees-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .ees-stat {
        padding: 28px 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .ees-brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ees-contact-info,
    .ees-contact-form {
        padding: 38px 24px;
    }

    .ees-page-hero {
        padding: 105px 0 36px;
        background-position: 68% center;
    }

    .ees-page-hero-compact {
        padding-bottom: 32px;
    }

    .ees-page-hero h1 {
        font-size: clamp(2.5rem, 11vw, 3.7rem);
    }

    .ees-page-hero p {
        font-size: .85rem;
    }

    .ees-product-image {
        height: 235px;
    }

    .ees-detail-media img,
    .ees-image-placeholder {
        min-height: 320px;
    }

    .ees-enquiry-card {
        padding: 28px 22px;
    }

    .ees-footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .ees-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ees-footer-bottom-inner {
        flex-direction: column;
    }
}


/* =========================================================
   Responsive - Small Mobile
   ========================================================= */

@media (max-width: 430px) {

    .ees-container {
        width: min(calc(100% - 24px), var(--ees-container));
    }

    .ees-brand-logo {
        height: 34px;
        max-width: 118px;
    }

    .ees-hero h1 {
        font-size: 3.55rem;
    }

    .ees-stats-grid,
    .ees-brands-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   Product Pagination
   ========================================================= */

.ees-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 48px;
}

.ees-page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.ees-page-number,
.ees-page-nav {
    height: 42px;
    min-width: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--ees-border);
    border-radius: 11px;
    background: #fff;
    color: var(--ees-dark);
    font-size: .76rem;
    font-weight: 800;
    line-height: 1;
    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.ees-page-number:hover,
.ees-page-nav:hover {
    transform: translateY(-2px);
    border-color: var(--ees-red);
    color: var(--ees-red);
    box-shadow: 0 8px 22px rgba(9, 16, 23, .08);
}

.ees-page-number.is-active {
    border-color: var(--ees-red);
    background: var(--ees-red);
    color: #fff;
    box-shadow: 0 8px 20px rgba(229, 37, 18, .20);
}

.ees-page-nav {
    min-width: 108px;
}

.ees-page-nav i {
    font-size: .7rem;
}

.ees-page-nav.is-disabled {
    opacity: .42;
    cursor: not-allowed;
    pointer-events: none;
    background: #f4f5f6;
}

.ees-pagination-summary {
    margin-top: 16px;
    color: var(--ees-muted);
    font-size: .75rem;
    text-align: center;
}

.ees-pagination-summary strong {
    color: var(--ees-dark);
    font-weight: 800;
}


/* Mobile Pagination */

@media (max-width: 640px) {

    .ees-pagination {
        gap: 8px;
        margin-top: 36px;
    }

    .ees-page-numbers {
        order: 3;
        width: 100%;
        margin-top: 3px;
    }

    .ees-page-number {
        height: 38px;
        min-width: 38px;
        padding: 0 10px;
        border-radius: 9px;
        font-size: .72rem;
    }

    .ees-page-nav {
        height: 40px;
        min-width: 105px;
        padding: 0 14px;
        font-size: .72rem;
    }

    .ees-pagination-summary {
        margin-top: 13px;
        font-size: .7rem;
    }

}
/* =========================================================
   Dynamic Solutions Module
   ========================================================= */
.ees-solution-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.ees-solution-list-card{overflow:hidden;border:1px solid #e3e9ee;border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(7,21,35,.06)}.ees-solution-list-image{position:relative;height:280px;display:block;overflow:hidden;background:#0c2233}.ees-solution-list-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.ees-solution-list-card:hover .ees-solution-list-image img{transform:scale(1.035)}.ees-solution-list-image>span{position:absolute;top:16px;right:16px;padding:7px 11px;border-radius:999px;background:#e52b2f;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}.ees-solution-list-placeholder{height:100%;display:grid;place-items:center;color:#fff;font-size:56px;background:linear-gradient(135deg,#102f45,#071521)}.ees-solution-list-body{position:relative;padding:28px}.ees-solution-list-icon{position:absolute;right:24px;top:-29px;width:58px;height:58px;display:grid;place-items:center;border:5px solid #fff;border-radius:16px;background:#e52b2f;color:#fff;font-size:20px}.ees-solution-list-body h2{margin:0 70px 10px 0;font-size:23px}.ees-solution-list-body h2 a{color:#102b40}.ees-solution-list-body p{min-height:48px;margin:0 0 18px;color:#667b8a;line-height:1.7}.ees-solution-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:36px;align-items:start}.ees-solution-detail-main{display:grid;gap:30px}.ees-solution-detail-image{overflow:hidden;border-radius:20px;box-shadow:0 20px 45px rgba(7,21,35,.1)}.ees-solution-detail-image img{width:100%;max-height:520px;display:block;object-fit:cover}.ees-solution-detail-copy,.ees-solution-detail-block,.ees-solution-side-card{padding:30px;border:1px solid #e3e9ee;border-radius:18px;background:#fff}.ees-solution-detail-copy .ees-section-title{font-size:32px}.ees-solution-detail-block h2,.ees-solution-side-card h3{margin:0 0 20px;color:#102b40}.ees-solution-check-grid,.ees-solution-application-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ees-solution-check-grid>div,.ees-solution-application-grid>div{display:flex;gap:10px;padding:14px;border-radius:12px;background:#f5f8fa;color:#405d71}.ees-solution-check-grid i{color:#20a064}.ees-solution-application-grid i{color:#e52b2f}.ees-solution-detail-sidebar{position:sticky;top:100px;display:grid;gap:20px}.ees-solution-side-icon{width:60px;height:60px;display:grid;place-items:center;margin-bottom:18px;border-radius:16px;background:#e52b2f;color:#fff;font-size:22px}.ees-solution-side-card p{color:#667b8a;line-height:1.7}.ees-solution-benefits span{display:flex;gap:9px;padding:9px 0;color:#405d71}.ees-solution-benefits i{margin-top:3px;color:#20a064}.ees-solution-cta{padding:52px 0;background:#0a1f2f;color:#fff}.ees-solution-cta>.ees-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.ees-solution-cta h2{margin:7px 0 8px;font-size:34px}.ees-solution-cta p{max-width:700px;margin:0;color:#a9becb}.ees-related-solutions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ees-related-solutions>a{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #e3e9ee;border-radius:15px;background:#fff;color:#102b40}.ees-related-solutions>a>span{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#eef4f7;color:#e52b2f}.ees-related-solutions>a>div{min-width:0;flex:1}.ees-related-solutions strong,.ees-related-solutions small{display:block}.ees-related-solutions small{margin-top:4px;color:#718694;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.ees-solution-list-grid,.ees-solution-detail-grid{grid-template-columns:1fr}.ees-solution-detail-sidebar{position:static}.ees-related-solutions{grid-template-columns:1fr}.ees-solution-cta>.ees-container{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.ees-solution-list-image{height:220px}.ees-solution-check-grid,.ees-solution-application-grid{grid-template-columns:1fr}.ees-solution-detail-copy,.ees-solution-detail-block,.ees-solution-side-card{padding:22px}.ees-solution-cta h2{font-size:28px}}

/* =========================================================
   CCTV BLUE PREMIUM — Visual Overrides
   ========================================================= */
:root {
    --cctv-blue: #1688ff;
    --cctv-blue-2: #45a6ff;
    --cctv-navy: #061a31;
    --cctv-navy-soft: #0c294a;
    --cctv-cyan: #72c7ff;
}

.ees-navbar { top: 50px; }
.ees-nav-inner {
    min-height: 82px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 18px 55px rgba(2,18,38,.20);
}
.ees-nav-links a::after { background: var(--cctv-blue); }
.ees-nav-links a:hover, .ees-nav-links a.is-active { color: #0876e6; }
.ees-brand-logo { max-height: 58px; width: auto; }

.cctv-hero {
    min-height: 810px;
    display: flex;
    align-items: center;
    background-image: var(--ees-hero-image);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    isolation: isolate;
}
.cctv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(4,22,43,.36) 0%, rgba(4,22,43,.16) 36%, rgba(4,22,43,0) 58%);
    pointer-events: none;
}
.cctv-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    z-index: -1;
    background: linear-gradient(to top, rgba(3,18,35,.42), transparent);
}
.cctv-hero-layout {
    width: 100%;
    padding-top: 168px;
    padding-bottom: 70px;
}
.cctv-hero-copy {
    width: min(650px, 47vw);
    padding: 28px 0 24px;
    color: #fff;
}
.cctv-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: #e8f4ff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.cctv-eyebrow-line {
    width: 52px;
    height: 3px;
    border-radius: 10px;
    background: var(--cctv-blue);
    box-shadow: 0 0 18px rgba(22,136,255,.9);
}
.cctv-hero-title { margin: 0; text-transform: uppercase; }
.cctv-hero-title > span,
.cctv-hero-title > strong,
.cctv-hero-title > small { display: block; }
.cctv-hero-title > span {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.65rem, 4.4vw, 4.65rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.045em;
}
.cctv-hero-title > strong {
    margin-top: 6px;
    color: var(--cctv-blue-2);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(3.15rem, 5.35vw, 5.6rem);
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.055em;
    text-shadow: 0 7px 34px rgba(0,72,155,.20);
}
.cctv-hero-title > small {
    margin-top: 18px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 1.75vw, 1.65rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .01em;
}
.cctv-hero-description {
    max-width: 590px;
    margin: 24px 0 0;
    color: #cbdced;
    font-size: 1rem;
    line-height: 1.8;
}
.cctv-benefit-grid {
    max-width: 620px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 30px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.cctv-benefit-grid > div {
    min-width: 0;
    padding: 0 14px;
    border-right: 1px solid rgba(255,255,255,.10);
    text-align: center;
}
.cctv-benefit-grid > div:first-child { padding-left: 0; }
.cctv-benefit-grid > div:last-child { border-right: 0; padding-right: 0; }
.cctv-benefit-grid i {
    width: 38px;
    height: 38px;
    margin: 0 auto 9px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(82,174,255,.65);
    border-radius: 50%;
    color: var(--cctv-blue-2);
    background: rgba(12,65,115,.30);
}
.cctv-benefit-grid b,
.cctv-benefit-grid small { display: block; }
.cctv-benefit-grid b { color: #fff; font-size: .73rem; line-height: 1.2; }
.cctv-benefit-grid small { margin-top: 3px; color: #adbed0; font-size: .63rem; line-height: 1.25; }
.cctv-hero-actions { margin-top: 25px; }
.cctv-hero-actions .ees-button { min-height: 54px; border-radius: 7px; padding-inline: 24px; }
.cctv-hero-actions .ees-button-outline { background: rgba(3,20,39,.30); }
.cctv-mini-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 25px;
    color: #b8cce0;
    font-size: .72rem;
    font-weight: 700;
}
.cctv-mini-trust i { margin-right: 7px; color: var(--cctv-blue-2); }

.ees-trust-icon,
.ees-icon-box,
.ees-stat-icon { background: linear-gradient(145deg, #1490ff, #075fc1); }
.ees-card:hover { box-shadow: 0 22px 55px rgba(15,80,145,.12); }
.ees-button-primary { background: linear-gradient(135deg, #1688ff, #0872df); }
.ees-button-primary:hover { background: linear-gradient(135deg, #0877e8, #055ab2); }
.ees-footer { background: linear-gradient(145deg, #06182d, #0a2647); }

@media (max-width: 1100px) {
    .cctv-hero { min-height: 730px; background-position: 58% center; }
    .cctv-hero-copy { width: min(620px, 56vw); }
    .cctv-benefit-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 0; }
    .cctv-benefit-grid > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
    .cctv-hero {
        min-height: auto;
        background-position: 68% center;
    }
    .cctv-hero::before {
        background: linear-gradient(90deg, rgba(3,18,35,.96) 0%, rgba(3,18,35,.91) 58%, rgba(3,18,35,.58) 100%);
    }
    .cctv-hero-layout { padding-top: 150px; padding-bottom: 54px; }
    .cctv-hero-copy { width: 100%; max-width: 590px; }
    .cctv-benefit-grid { max-width: 500px; }
    .cctv-mini-trust { display: none; }
}

@media (max-width: 520px) {
    .cctv-hero-title > span { font-size: 2.5rem; }
    .cctv-hero-title > strong { font-size: 3rem; }
    .cctv-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .cctv-hero-actions { flex-direction: column; align-items: stretch; }
    .cctv-hero-actions .ees-button { width: 100%; }
}
