body { 
    font-family: 'Poppins', sans-serif; 
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
}
.font-stylish {
    font-family: 'Raleway', sans-serif;
    font-variant-numeric: lining-nums !important;
    -moz-font-feature-settings: "lnum" 1 !important;
    -webkit-font-feature-settings: "lnum" 1 !important;
    font-feature-settings: "lnum" 1 !important;
}
*, ::before, ::after {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    --tw-drop-shadow: drop-shadow(0 0 0 transparent) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
}

/* Global Clickable Cursor Pointer */
a, 
a *, 
button, 
button *, 
[role="button"], 
[role="button"] *, 
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
input[type="checkbox"], 
input[type="radio"], 
select, 
label[for], 
summary, 
[onclick], 
[onclick] *, 
[x-on\:click], 
[x-on\:click] *, 
[\@click], 
[\@click] *, 
.cursor-pointer, 
.cursor-pointer *, 
.swiper-button-next, 
.swiper-button-prev, 
.swiper-pagination-bullet {
    cursor: pointer !important;
}

/* Disabled elements should show not-allowed */
button[disabled],
button[disabled] *,
input[disabled],
[aria-disabled="true"],
[aria-disabled="true"] * {
    cursor: not-allowed !important;
}

.solution-card:hover img { transform: scale(1.1); }
.footer-cta-text { font-size: 12rem; line-height: 1; letter-spacing: -0.05em; font-weight: 800; color: #1e293b; opacity: 0.1; }

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Fixed height and width for the product dropdown menu */
.mega-menu-fixed-dims {
    width: 90vw !important;
    height: 520px !important;
}
@media (min-width: 1024px) {
    .mega-menu-fixed-dims {
        width: 1000px !important;
    }
}
@media (min-width: 1280px) {
    .mega-menu-fixed-dims {
        width: 1050px !important;
    }
}

/* Top Header & Navigation Layout */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    box-shadow: none !important;
}

/* Non-homepage Header: Fixed & Same Size on All Pages & All Screen Sizes */
.site-header.site-header-solid {
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    padding: 12px 0 !important;
    background-color: #000000 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    transition: none !important;
}

/* Homepage Header: Transparent at top, transitions to scrolled height on scroll */
.site-header.site-header-home {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid transparent;
    box-shadow: none !important;
    padding: 20px 0;
    transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease, padding 0.35s ease;
}
.site-header.site-header-home.header-scrolled,
.site-header.site-header-home.scrolled {
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.site-header-inner {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .site-header-inner { padding: 0 32px; }
}
@media (min-width: 1280px) {
    .site-header-inner { padding: 0 48px; }
}
.site-logo-img {
    height: 42px !important;
    max-height: 42px !important;
    width: auto !important;
    object-fit: contain;
    display: block;
}
.site-nav-container {
    display: none;
}
@media (min-width: 1024px) {
    .site-nav-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 0%;
        margin: 0 24px;
    }
}

.footer-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.footer-nav-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}
.footer-contact-pair {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
@media (min-width: 640px) {
    .footer-grid-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
    .footer-nav-pair {
        display: contents;
    }
    .footer-contact-pair {
        display: contents;
    }
    .footer-contact-items {
        gap: 1rem;
    }
}
@media (min-width: 1024px) {
    .footer-grid-container {
        grid-template-columns: 1.35fr 0.85fr 0.85fr 1.3fr 1.45fr;
        gap: 2.5rem 3.5rem;
    }
    .footer-nav-pair {
        display: contents;
    }
    .footer-contact-pair {
        display: contents;
    }
    .footer-contact-items {
        gap: 1.5rem;
    }
    .footer-contact-col-1 {
        padding-right: 0.5rem;
    }
    .footer-contact-col-2 {
        padding-left: 1.25rem;
    }
}
@media (min-width: 1280px) {
    .footer-grid-container {
        gap: 2.5rem 4rem;
    }
    .footer-contact-items {
        gap: 1.625rem;
    }
    .footer-contact-col-2 {
        padding-left: 1.75rem;
    }
}
/* Footer upward entrance animation */
.footer-animate-item {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--footer-delay, 0s);
    will-change: transform, opacity;
}
.footer-visible .footer-animate-item {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
@media (prefers-reduced-motion: reduce) {
    .footer-animate-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
.site-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media (min-width: 1280px) {
    .site-nav-list { gap: 28px; }
}
@media (min-width: 1536px) {
    .site-nav-list { gap: 36px; }
}
.site-nav-link {
    position: relative;
    padding: 6px 0;
    font-size: 13.5px;
    font-weight: 500;
    color: #d1d5db;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}
@media (min-width: 1280px) {
    .site-nav-link { font-size: 14.5px; }
}
.site-nav-link:hover {
    color: #88AB8E;
}
.site-nav-link.active {
    color: #88AB8E;
    font-weight: 600;
}
.site-nav-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    background-color: #88AB8E;
    border-radius: 9999px;
}
.site-contact-btn {
    display: none;
    align-items: center;
    gap: 8px;
    background-color: #88AB8E;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .site-contact-btn {
        display: inline-flex;
    }
}
.site-contact-btn:hover {
    background-color: #739378;
    transform: scale(1.04);
}
.site-contact-icon {
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.site-menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    flex-shrink: 0;
}
@media (min-width: 1024px) {
    .site-menu-toggle,
    #menu-toggle {
        display: none !important;
    }
}
.site-header {
    --header-offset: 84px;
}
.site-header.site-header-solid,
.site-header.header-scrolled,
.site-header.scrolled {
    --header-offset: 70px;
}

[x-cloak] {
    display: none !important;
}
#products-mega-menu {
    position: fixed !important;
    top: var(--header-offset, 70px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 1180px !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - var(--header-offset, 70px) - 16px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
    z-index: 200 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
#products-mega-menu::-webkit-scrollbar {
    width: 5px;
}
#products-mega-menu::-webkit-scrollbar-track {
    background: transparent;
}
#products-mega-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 9999px;
}
#products-mega-menu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
#products-mega-menu::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 24px;
    background: transparent;
}
#products-mega-menu.menu-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
@media (min-width: 1024px) {
    .group\/menu:hover #products-mega-menu,
    #products-mega-menu:hover {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    .group\/menu:hover #nav-products,
    .group\/menu:hover #nav-products svg {
        color: #88AB8E !important;
    }
    .group\/menu:hover #nav-products svg {
        transform: rotate(180deg) !important;
    }
    .group\/menu:hover #nav-products .products-indicator {
        display: block !important;
    }
}
body.navigating #products-mega-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
}
#nav-products.active,
#nav-products.menu-active-btn {
    color: #88AB8E !important;
    font-weight: 600 !important;
}
#nav-products.active svg,
#nav-products.menu-active-btn svg {
    transform: rotate(180deg) !important;
    color: #88AB8E !important;
}
#nav-products.active .products-indicator,
#nav-products.menu-active-btn .products-indicator {
    display: block !important;
}
body.products-menu-open .site-nav-link:not(#nav-products) .site-nav-indicator {
    display: none !important;
}
body.products-menu-open .site-nav-link:not(#nav-products) {
    color: #d1d5db !important;
    font-weight: 500 !important;
}
#products-mega-menu h4 {
    font-size: 12px !important;
    margin-bottom: 12px !important;
}
@media (min-width: 1280px) {
    #products-mega-menu h4 {
        font-size: 13.5px !important;
        margin-bottom: 18px !important;
    }
}
#products-mega-menu ul {
    gap: 12px !important;
}
@media (min-width: 1280px) {
    #products-mega-menu ul {
        gap: 16px !important;
    }
}
#products-mega-menu a {
    white-space: nowrap !important;
    align-items: center !important;
    font-size: 12px !important;
    gap: 9px !important;
}
@media (min-width: 1280px) {
    #products-mega-menu a {
        font-size: 13px !important;
        gap: 12px !important;
    }
}
#products-mega-menu a svg {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    margin-top: 0 !important;
}
@media (min-width: 1280px) {
    #products-mega-menu a svg {
        width: 18px !important;
        height: 18px !important;
    }
}
@media (max-width: 1023px) {
    #products-mega-menu {
        display: none !important;
    }
}
html {
    scroll-behavior: smooth;
}
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.skip-link:focus {
    position: fixed;
    width: auto;
    height: auto;
    padding: 1rem;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    z-index: 9999;
    background-color: white;
    color: #1e293b;
    top: 0;
    left: 0;
    font-weight: bold;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Consolidated Section Styles (Extracted to eliminate inline CSS & reduce DOM/Page weight)
   ========================================================================== */

/* --- Hero Section Styles --- */
.hero-heading-responsive {
    width: 96% !important;
    max-width: 96% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 24.5px;
    line-height: 1.22;
    letter-spacing: -0.02em;
}
@media (min-width: 375px) { .hero-heading-responsive { font-size: 25px; } }
@media (min-width: 410px) { .hero-heading-responsive { font-size: 26px; } }
@media (min-width: 480px) { .hero-heading-responsive { font-size: 29px; } }
@media (min-width: 640px) {
    .hero-heading-responsive {
        font-size: 38px;
        line-height: 1.2;
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .hero-heading-responsive {
        font-size: 48px;
        line-height: 1.15;
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 1024px) { .hero-heading-responsive { font-size: 60px; } }
.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
}
.hero-underline-accent {
    width: 4rem;
    height: 4px;
    border-radius: 9999px;
    background-color: #88AB8E;
    margin: 1.15rem auto 1.35rem auto;
}
.hero-desc-paragraph {
    margin: 0 auto !important;
    color: #e2e8f0;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.65;
    max-width: 42rem;
    width: 100%;
    padding: 0 0.5rem;
}
.hero-mobile-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px !important;
    margin-bottom: 22px !important;
}
.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.45);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    touch-action: manipulation;
    position: relative;
}
.hero-dot::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -8px;
    right: -8px;
}
.hero-dot.active {
    width: 28px;
    background-color: #88AB8E;
    box-shadow: 0 0 10px rgba(136, 171, 142, 0.7);
}
@media (min-width: 768px) {
    .hero-mobile-dots { display: none !important; }
    .hero-desc-paragraph {
        margin-bottom: 2rem !important;
        padding: 0;
        font-size: 1.25rem !important;
        line-height: 1.7 !important;
        font-weight: 400 !important;
        color: #e2e8f0 !important;
    }
}
.hero-desktop-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background-color: #88AB8E;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.hero-desktop-arrow:hover {
    opacity: 0.9;
    transform: translateY(-50%) scale(1.08);
}
.hero-desktop-arrow.arrow-prev { left: 0; }
.hero-desktop-arrow.arrow-next { right: 0; }
@media (min-width: 768px) { .hero-desktop-arrow { display: flex !important; } }
@media (min-width: 1280px) {
    .hero-desktop-arrow.arrow-prev { left: -16px; }
    .hero-desktop-arrow.arrow-next { right: -16px; }
}
.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px !important;
    background-color: #88AB8E;
    color: #ffffff;
    font-weight: 800;
    font-size: 13.5px;
    white-space: nowrap !important;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.hero-btn-primary:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}
.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px !important;
    background-color: #ffffff;
    color: #1e293b;
    font-weight: 800;
    font-size: 13.5px;
    white-space: nowrap !important;
    border-radius: 9999px;
    border: 2px solid #d1d5db;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero-btn-secondary:hover {
    background-color: #f9fafb;
    transform: translateY(-1px);
}
.hero-btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 480px) {
    .hero-btn-primary, .hero-btn-secondary {
        font-size: 14.5px;
        padding: 13px 26px !important;
    }
    .hero-btn-group { gap: 14px; }
}
@media (min-width: 640px) {
    .hero-btn-primary, .hero-btn-secondary {
        font-size: 15px;
        padding: 14px 36px !important;
    }
    .hero-btn-group { gap: 16px; width: auto; }
}
.slide-img-mobile {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.slide-img-desktop {
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
@media (min-width: 768px) {
    .slide-img-mobile { display: none !important; }
    .slide-img-desktop { display: block !important; }
}
.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(24, 26, 31, 0.55);
}
.hero-section-container {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #181a1f;
    padding-top: 5.75rem;
    padding-bottom: 3rem;
}
@media (min-width: 768px) {
    .hero-section-container {
        min-height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@keyframes fade-in {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in { animation: fade-in 1s ease-out forwards; }
#hero-heading, #hero-paragraph { transition: opacity 0.5s ease; }

/* --- Brand Partners Section Styles --- */
.brand-partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .brand-partners-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
}
.brand-partner-card {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    width: 100% !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 18px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    position: relative !important;
    overflow: hidden !important;
}
@media (min-width: 768px) {
    .brand-partner-card {
        height: 112px !important;
        min-height: 112px !important;
        max-height: 112px !important;
        padding: 16px 20px !important;
    }
}
.brand-partner-card:hover {
    border-color: #88AB8E !important;
    box-shadow: 0 6px 16px -2px rgba(136, 171, 142, 0.2), 0 2px 6px -1px rgba(0, 0, 0, 0.04) !important;
    transform: translateY(-2px) !important;
}
.brand-logo-container {
    width: 100% !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    transition: transform 0.25s ease !important;
}
@media (min-width: 768px) { .brand-logo-container { height: 58px !important; } }
.brand-partner-card:hover .brand-logo-container { transform: scale(1.04) !important; }
.brand-partner-img {
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.25s ease !important;
}

/* --- Services Section Styles --- */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
}
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }
.service-card-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* --- AI Video Analytics Markings --- */
.ai-person-tag::before { content: 'PERSON'; }

/* --- Locations We Serve Section Styles --- */
.serve-grid-5col {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.875rem;
    margin-bottom: 2.5rem;
}
.serve-location-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    min-height: 52px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.serve-location-card:hover {
    border-color: #88AB8E;
    box-shadow: 0 4px 14px rgba(136, 171, 142, 0.15);
}
@media (max-width: 1024px) { .serve-grid-5col { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .serve-grid-5col { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* --- CCTV Storage Calculator Styles --- */
.cctv-estimator-wrapper{padding:clamp(1.5rem,3.5vh,2.5rem) 1rem;background-color:#F8FAF8;position:relative;overflow:hidden;font-family:'Poppins',sans-serif;color:#1e293b;box-sizing:border-box;}.cctv-bg-pattern{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.cctv-bg-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;}.cctv-bg-glow.glow-top-left{top:-120px;left:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(136,171,142,0.16) 0%,rgba(136,171,142,0.04) 50%,transparent 70%);}.cctv-bg-glow.glow-bottom-right{bottom:-120px;right:-120px;width:520px;height:520px;background:radial-gradient(circle,rgba(136,171,142,0.16) 0%,rgba(136,171,142,0.04) 50%,transparent 70%);}.cctv-bg-glow.glow-center{top:35%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(85,104,87,0.06) 0%,transparent 70%);}.cctv-bg-grid{position:absolute;inset:0;background-image:radial-gradient(#88AB8E 1.2px,transparent 1.2px),linear-gradient(rgba(136,171,142,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(136,171,142,0.04) 1px,transparent 1px);background-size:32px 32px,64px 64px,64px 64px;opacity:0.35;}.cctv-container{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:0 1rem;}.cctv-header{text-align:center;max-width:860px;margin:0 auto 1.15rem auto;}.cctv-title{font-size:clamp(1.35rem,2.2vw,1.95rem);line-height:1.2;font-weight:700;color:#0f172a;margin-bottom:0.3rem;letter-spacing:-0.025em;white-space:nowrap;}.cctv-title-accent{color:#88AB8E;position:relative;white-space:nowrap;}.cctv-subtitle{color:#556857;font-size:0.85rem;line-height:1.4;margin:0 auto;max-width:620px;opacity:0.9;}.cctv-card{background:#ffffff;border:1px solid rgba(136,171,142,0.35);border-radius:1rem;box-shadow:0 12px 35px -8px rgba(85,104,87,0.08),0 3px 10px rgba(0,0,0,0.02);padding:1.35rem 1.65rem;position:relative;}.cctv-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}@media (min-width:1024px){.cctv-grid{grid-template-columns:1.32fr 1fr;gap:1.75rem;align-items:stretch;}}.cctv-controls{display:flex;flex-direction:column;justify-content:space-between;gap:0.85rem;}.cctv-control-group{display:flex;flex-direction:column;}.cctv-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.3rem;}.cctv-label{font-size:0.825rem;font-weight:700;color:#0f172a;letter-spacing:-0.01em;}.cctv-hint{font-size:0.75rem;color:#64748b;font-weight:500;}.cctv-pill-badge{display:inline-flex;align-items:center;padding:0.15rem 0.6rem;background-color:#F4F7F3;border:1.5px solid #88AB8E;color:#556857;border-radius:0.5rem;font-size:0.775rem;font-weight:700;letter-spacing:-0.01em;}.cctv-slider-container{width:100%;margin:0.1rem 0;}.cctv-slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:9999px;background:#e2e8f0;outline:none;cursor:pointer;transition:background 0.15s ease;}.cctv-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#88AB8E;border:3px solid #ffffff;box-shadow:0 3px 8px rgba(136,171,142,0.55);cursor:grab;transition:transform 0.15s ease,box-shadow 0.15s ease,background-color 0.15s ease;}.cctv-slider::-webkit-slider-thumb:hover{transform:scale(1.18);background:#739779;box-shadow:0 4px 12px rgba(136,171,142,0.7);}.cctv-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.25);background:#556857;}.cctv-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#88AB8E;border:3px solid #ffffff;box-shadow:0 3px 8px rgba(136,171,142,0.55);cursor:grab;}.cctv-slider-ticks{display:flex;justify-content:space-between;font-size:0.75rem;color:#94a3b8;font-weight:500;margin-top:0.5rem;}.cctv-presets{display:flex;align-items:center;gap:0.45rem;margin-top:0.75rem;flex-wrap:wrap;}.cctv-preset-label{font-size:0.75rem;color:#64748b;font-weight:600;margin-right:0.25rem;}.cctv-presets button{border:1px solid #e2e8f0;background:#ffffff;color:#556857;font-size:0.75rem;font-weight:600;padding:0.25rem 0.625rem;border-radius:0.5rem;cursor:pointer;transition:all 0.2s ease;}.cctv-presets button:hover{border-color:#88AB8E;color:#556857;background:#F4F7F3;}.cctv-presets button.active-preset{background:#88AB8E;color:#ffffff;border-color:#88AB8E;}.cctv-resolution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.55rem;}@media (max-width:640px){.cctv-resolution-grid{grid-template-columns:1fr;}}.cctv-option-btn{border:1.5px solid #e2e8f0;background:#ffffff;border-radius:0.65rem;padding:0.5rem 0.5rem;text-align:center;cursor:pointer;transition:all 0.2s cubic-bezier(0.4,0,0.2,1);position:relative;}.cctv-option-btn:hover{border-color:#88AB8E;background:#F4F7F3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(85,104,87,0.06);}.cctv-option-btn.active{border-color:#88AB8E;border-width:2px;background:#F4F7F3;box-shadow:0 4px 16px rgba(136,171,142,0.22);}.cctv-btn-tag{position:absolute;top:-9px;right:12px;background:#88AB8E;color:#ffffff;font-size:0.625rem;font-weight:700;padding:0.15rem 0.5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:0.05em;}.cctv-btn-title{font-size:0.95rem;font-weight:800;color:#0f172a;line-height:1.2;}.cctv-option-btn.active .cctv-btn-title{color:#556857;}.cctv-btn-sub{font-size:0.7rem;font-weight:600;color:#475569;margin-top:0.15rem;}.cctv-btn-meta{font-size:0.6875rem;color:#94a3b8;margin-top:0.25rem;}.cctv-compression-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.55rem;}@media (max-width:768px){.cctv-compression-grid{grid-template-columns:1fr;}}.cctv-codec-card{border:1.5px solid #e2e8f0;background:#ffffff;border-radius:0.65rem;padding:0.5rem 0.5rem;cursor:pointer;transition:all 0.2s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0.25rem;}.cctv-codec-card:hover{border-color:#88AB8E;background:#F4F7F3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(85,104,87,0.06);}.cctv-codec-card.active{border-color:#88AB8E;border-width:2px;background:#F4F7F3;box-shadow:0 4px 16px rgba(136,171,142,0.22);}.cctv-codec-name{font-size:0.8rem;font-weight:700;color:#0f172a;line-height:1.2;}.cctv-codec-card.active .cctv-codec-name{color:#556857;}.cctv-codec-badge{font-size:0.675rem;font-weight:600;padding:0.15rem 0.45rem;border-radius:0.35rem;width:fit-content;}.cctv-codec-badge.positive{background:#EAF1EB;color:#556857;}.cctv-codec-badge.neutral{background:#f1f5f9;color:#64748b;}.cctv-results-panel{background:linear-gradient(180deg,rgba(16,26,42,0.98) 0%,rgba(11,18,32,0.96) 100%);border:1px solid rgba(136,171,142,0.35);border-radius:1rem;padding:1.25rem 1.4rem;color:#ffffff;display:flex;flex-direction:column;justify-content:space-between;gap:0.9rem;box-shadow:0 15px 35px -8px rgba(11,18,32,0.6),0 4px 12px rgba(0,0,0,0.25);position:relative;overflow:hidden;}.cctv-results-panel::before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:radial-gradient(circle,rgba(136,171,142,0.16) 0%,transparent 70%);border-radius:50%;pointer-events:none;}.cctv-results-content{display:flex;flex-direction:column;gap:0.75rem;justify-content:center;}.cctv-stat-box{background:rgba(16,26,42,0.65);border:1px solid rgba(136,171,142,0.25);backdrop-filter:blur(8px);border-radius:0.65rem;padding:0.9rem 1.1rem;margin-bottom:0;display:flex;align-items:center;gap:1rem;transition:transform 0.2s ease,background 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease;}.cctv-stat-box:hover{background:rgba(21,34,56,0.85);border-color:rgba(136,171,142,0.5);box-shadow:0 8px 20px rgba(11,18,32,0.4);transform:translateX(3px);}.cctv-stat-icon{width:42px;height:42px;border-radius:0.6rem;background:linear-gradient(135deg,#88AB8E 0%,#6f9676 50%,#4a7553 100%);border:1px solid rgba(136,171,142,0.5);color:#ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(136,171,142,0.35);}.cctv-stat-icon svg{width:20px;height:20px;}.cctv-stat-details{display:flex;flex-direction:column;justify-content:center;}.cctv-stat-label{font-size:0.775rem;font-weight:600;color:#94a3b8;margin-bottom:0.15rem;}.cctv-stat-value{font-size:1.85rem;font-weight:800;color:#ffffff;line-height:1.1;margin:0;letter-spacing:-0.02em;}.cctv-unit{font-size:1rem;font-weight:700;color:#88AB8E;opacity:0.95;margin-left:0.2rem;}.cctv-action-wrap{margin-top:0;}.cctv-consult-btn{display:flex;align-items:center;justify-content:center;gap:0.5rem;width:100%;padding:0.75rem 1.25rem;background:linear-gradient(135deg,#88AB8E 0%,#6f9676 100%);color:#ffffff;border-radius:9999px;font-size:0.85rem;font-weight:700;text-decoration:none;box-shadow:0 4px 12px rgba(11,18,32,0.4);transition:all 0.25s cubic-bezier(0.4,0,0.2,1);}.cctv-consult-btn:hover{background:linear-gradient(135deg,#769a7c 0%,#5d8464 100%);color:#ffffff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(136,171,142,0.4);}.cctv-consult-btn svg{transition:transform 0.2s ease;}.cctv-consult-btn:hover svg{transform:translateX(4px);}@media (max-width:768px){.cctv-estimator-wrapper{padding:2rem 0;}.cctv-container{width:100%;max-width:100%;padding:0;margin:0 auto;}.cctv-header{padding:0 1rem;margin-bottom:1.25rem;}.cctv-title{font-size:clamp(1.2rem,5vw,1.75rem);white-space:normal;}.cctv-card{width:95%;max-width:95%;margin-left:auto;margin-right:auto;padding:1.25rem 0.85rem;border-radius:1.25rem;box-sizing:border-box;}.cctv-grid{gap:1.75rem;}.cctv-results-panel{width:100%;box-sizing:border-box;padding:1.25rem 1rem;border-radius:1rem;}.cctv-stat-box{padding:1.1rem 1rem;gap:0.875rem;}.cctv-stat-value{font-size:1.75rem;}.cctv-consult-btn{padding:0.875rem 1rem;font-size:0.875rem;}}@media (max-width:480px){.cctv-card{width:95%;max-width:95%;padding:1rem 0.65rem;}.cctv-results-panel{width:100%;padding:1.15rem 0.85rem;}.cctv-stat-box{padding:0.95rem 0.75rem;gap:0.75rem;}.cctv-stat-icon{width:44px;height:44px;}.cctv-stat-value{font-size:1.6rem;}.cctv-consult-btn{padding:0.85rem 0.75rem;font-size:0.8125rem;}}
@media (max-width: 480px) {
    .cctv-card { width: 95%; max-width: 95%; padding: 1rem 0.65rem; }
    .cctv-results-panel { width: 100%; padding: 1.15rem 0.85rem; }
    .cctv-stat-box { padding: 0.95rem 0.75rem; gap: 0.75rem; }
    .cctv-stat-icon { width: 44px; height: 44px; }
    .cctv-stat-value { font-size: 1.6rem; }
    .cctv-consult-btn { padding: 0.85rem 0.75rem; font-size: 0.8125rem; }
}

/* --- About Us Section Styles --- */
.about-light-page {
    background-color: #ffffff !important;
    color: #4b5563;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 5rem !important;
}
@media (min-width: 768px) { .about-light-page { padding-bottom: 8rem !important; } }
.about-accent-teal { color: #5F8566 !important; }
.about-border-teal { border-color: rgba(136, 171, 142, 0.25) !important; }
.about-container {
    width: 100% !important;
    max-width: 1536px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}
@media (min-width: 640px) { .about-container { padding-left: 28px !important; padding-right: 28px !important; } }
@media (min-width: 1024px) { .about-container { max-width: 1536px !important; padding-left: 32px !important; padding-right: 32px !important; } }
.about-para {
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 1.9 !important;
    margin-bottom: 22px !important;
    color: #4b5563 !important;
    font-size: 0.95rem;
}
@media (min-width: 768px) {
    .about-para {
        font-size: 1.025rem;
        line-height: 1.95 !important;
        margin-bottom: 26px !important;
    }
}
.about-card-desc {
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 1.65 !important;
    color: #6b7280 !important;
    font-size: 0.85rem;
    margin: 0;
}
@media (min-width: 640px) { .about-card-desc { font-size: 0.875rem; } }
.about-feature-desc {
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 1.7 !important;
    color: #6b7280 !important;
    font-size: 0.875rem;
    margin: 0;
}
@media (min-width: 640px) { .about-feature-desc { font-size: 0.925rem; } }
.about-card {
    background-color: #ffffff;
    border: 1px solid rgba(136, 171, 142, 0.18);
    border-radius: 1.15rem;
    padding: 1.65rem 1.85rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-card:hover {
    border-color: rgba(136, 171, 142, 0.45);
    background-color: #f9fafb;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px -10px rgba(0, 0, 0, 0.5), 0 0 20px -5px rgba(136, 171, 142, 0.15);
}
.about-card-header {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 14px !important;
}
.about-card-title {
    color: #111827 !important;
    font-weight: 700 !important;
    font-size: 0.975rem !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}
@media (min-width: 640px) { .about-card-title { font-size: 1.05rem !important; } }
.about-cards-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    margin-top: 22px !important;
}
@media (min-width: 640px) { .about-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (min-width: 1024px) { .about-cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
.about-feature-card {
    background-color: #ffffff;
    border: 1px solid rgba(136, 171, 142, 0.18);
    border-radius: 1.15rem;
    padding: 1.65rem 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    box-sizing: border-box;
    transition: all 0.25s ease;
}
.about-feature-card:hover {
    border-color: rgba(136, 171, 142, 0.45);
    background-color: #f9fafb;
    transform: translateX(4px);
}
.about-feature-card-highlight {
    background-color: #ffffff;
    border: 1.5px solid #88AB8E !important;
    border-radius: 1.15rem;
    padding: 1.65rem 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    box-sizing: border-box;
    box-shadow: 0 0 25px -5px rgba(136, 171, 142, 0.2);
    transition: all 0.25s ease;
}
.about-feature-card-highlight:hover {
    transform: translateX(4px);
    box-shadow: 0 0 30px -3px rgba(136, 171, 142, 0.28);
}
.about-features-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    margin-top: 22px !important;
}
.about-pill {
    background-color: #ffffff;
    border: 1px solid rgba(136, 171, 142, 0.2);
    border-radius: 0.875rem;
    padding: 1.1rem 1.45rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    box-sizing: border-box;
    transition: all 0.25s ease;
}
.about-pill:hover {
    border-color: rgba(136, 171, 142, 0.45);
    background-color: #f9fafb;
}
.about-pills-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: 24px !important;
}
@media (min-width: 640px) { .about-pills-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
.about-metric-box {
    background-color: #ffffff;
    border: 1px solid rgba(136, 171, 142, 0.2);
    border-radius: 0.875rem;
    padding: 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.25s ease;
}
.about-metric-box:hover {
    border-color: rgba(136, 171, 142, 0.45);
    background-color: #f9fafb;
}
.about-metric-label {
    color: #88AB8E;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    letter-spacing: 0.02em;
}
.about-metric-value {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}
@media (min-width: 640px) { .about-metric-value { font-size: 1rem; } }
.about-metrics-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 2rem !important;
}
@media (min-width: 640px) { .about-metrics-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
.about-metrics-divider {
    border-top: 1px solid rgba(136, 171, 142, 0.15);
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.about-icon-box {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(136, 171, 142, 0.35);
    background-color: rgba(136, 171, 142, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F8566;
    flex-shrink: 0;
}
.about-section-icon {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.75rem;
    border: 1.5px solid rgba(136, 171, 142, 0.4);
    background-color: rgba(136, 171, 142, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F8566;
    flex-shrink: 0;
}
.about-section-header { display: flex; align-items: center; gap: 14px; }
.about-divider {
    border-top: 1px solid rgba(136, 171, 142, 0.15);
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}
.about-banner {
    background: linear-gradient(135deg, rgba(136, 171, 142, 0.1) 0%, rgba(136, 171, 142, 0.03) 100%);
    border: 1.5px solid rgba(136, 171, 142, 0.35);
    border-radius: 1.15rem;
    padding: 2rem 2.5rem;
    margin-top: 2rem;
    text-align: center;
    box-sizing: border-box;
}

/* --- Contact Us Section Styles --- */
.dark-contact-wrapper {
    position: relative;
    background-color: #050a14;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    color: #ffffff;
    padding: 96px 16px 80px 16px;
    overflow: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
@media (min-width: 640px) { .dark-contact-wrapper { padding: 100px 20px 90px 20px; } }
@media (min-width: 768px) { .dark-contact-wrapper { padding: 110px 24px 120px 24px; } }
.contact-glow-orb-top {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(136, 171, 142, 0.16) 0%, rgba(136, 171, 142, 0.04) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}
.contact-glow-orb-bottom {
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.07) 0%, rgba(136, 171, 142, 0.04) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}
.dark-contact-container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}
.dark-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
}
@media (min-width: 768px) { .dark-contact-grid { gap: 40px; } }
@media (min-width: 1024px) {
    .dark-contact-grid {
        grid-template-columns: 1.08fr 1fr;
        gap: 56px;
    }
}
.contact-hero-intro { display: block; }
@media (max-width: 767px) { .contact-hero-intro { display: none !important; } }
.badge-next-steps {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(136, 171, 142, 0.45);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 24px;
}
.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background-color: #88AB8E;
    box-shadow: 0 0 8px #88AB8E;
}
.badge-text {
    font-size: 12.5px;
    font-weight: 700;
    text-transform: capitalize;
    color: #88AB8E;
}
.contact-hero-heading {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin: 0 0 22px 0;
}
@media (min-width: 640px) { .contact-hero-heading { font-size: 54px; } }
@media (min-width: 1024px) { .contact-hero-heading { font-size: 64px; } }
.contact-hero-desc {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 32px 0;
    max-width: 540px;
}
@media (min-width: 768px) { .contact-hero-desc { font-size: 17px; } }
.contact-pills-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .contact-pills-row {
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 28px;
        width: auto;
    }
}
.contact-pill-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 10px;
    border-radius: 9999px;
    background: rgba(13, 20, 36, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}
@media (min-width: 400px) {
    .contact-pill-item { font-size: 13px; padding: 9px 14px; gap: 8px; }
}
@media (min-width: 768px) {
    .contact-pill-item { flex: initial; padding: 8px 16px; font-size: 13.5px; gap: 9px; }
}
.contact-pill-item strong { color: #ffffff; font-weight: 700; }
.contact-pill-item span { color: #94a3b8; }
.contact-location-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(13, 20, 36, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
    max-width: 540px;
}
@media (min-width: 768px) {
    .contact-location-row { font-size: 13.5px; padding: 12px 18px; }
}
.contact-location-row strong { color: #ffffff; font-weight: 700; }
.contact-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-action-card {
    position: relative;
    display: block;
    text-decoration: none;
    background: rgba(11, 18, 32, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 20px 24px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.contact-action-card:hover {
    transform: translateY(-2px);
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);
}
.card-call-fastest {
    border-color: rgba(136, 171, 142, 0.4);
    background: linear-gradient(180deg, rgba(16, 26, 42, 0.95) 0%, rgba(11, 18, 32, 0.92) 100%);
}
.card-call-fastest:hover {
    border-color: rgba(136, 171, 142, 0.85);
    box-shadow: 0 12px 30px -5px rgba(136, 171, 142, 0.25);
}
.card-call-inner { display: flex; align-items: center; gap: 18px; }
.icon-box-call {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #88AB8E 0%, #6f9676 50%, #4a7553 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(136, 171, 142, 0.4);
}
.card-tag-call {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #88AB8E;
    margin-bottom: 3px;
}
.card-phone-number {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    transition: color 0.2s ease;
}
@media (min-width: 640px) { .card-phone-number { font-size: 26px; } }
.card-call-fastest:hover .card-phone-number { color: #88AB8E; }
.card-subtext { font-size: 12.5px; color: #94a3b8; margin-top: 3px; }
.card-whatsapp:hover {
    border-color: rgba(136, 171, 142, 0.8);
    box-shadow: 0 10px 25px -5px rgba(136, 171, 142, 0.2);
}
.icon-box-whatsapp {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(136, 171, 142, 0.15);
    border: 1px solid rgba(136, 171, 142, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #88AB8E;
    flex-shrink: 0;
}
.card-tag-whatsapp {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #88AB8E;
    margin-bottom: 3px;
}
.card-value-whatsapp {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    transition: color 0.2s ease;
}
.card-whatsapp:hover .card-value-whatsapp { color: #88AB8E; }
.card-email:hover {
    border-color: rgba(136, 171, 142, 0.8);
    box-shadow: 0 10px 25px -5px rgba(136, 171, 142, 0.2);
}
.icon-box-email {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(136, 171, 142, 0.15);
    border: 1px solid rgba(136, 171, 142, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #88AB8E;
    flex-shrink: 0;
}
.card-tag-email {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #88AB8E;
    margin-bottom: 3px;
}
.card-value-email {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    word-break: break-all;
    transition: color 0.2s ease;
}
.card-email:hover .card-value-email { color: #88AB8E; }
.card-linkedin { padding: 18px 22px; }
.card-linkedin:hover {
    border-color: rgba(136, 171, 142, 0.8);
    box-shadow: 0 10px 25px -5px rgba(136, 171, 142, 0.2);
}
.icon-box-linkedin {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(136, 171, 142, 0.15);
    border: 1px solid rgba(136, 171, 142, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #88AB8E;
    flex-shrink: 0;
}
.card-tag-linkedin {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #88AB8E;
    margin-bottom: 3px;
}
.card-value-linkedin {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    transition: color 0.2s ease;
}
.card-linkedin:hover .card-value-linkedin { color: #88AB8E; }
.card-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.card-left-group { display: flex; align-items: center; gap: 16px; min-width: 0; }
.card-arrow-icon {
    color: #64748b;
    transition: transform 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}
.contact-action-card:hover .card-arrow-icon {
    color: #88AB8E;
    transform: translateX(4px);
}

/* --- Mobile Products Section Styles --- */
#mobile-products-section,
#section-mobile-products,
.mobile-only-product-section {
    display: none !important;
}
@media (max-width: 767px) {
    #mobile-products-section,
    #section-mobile-products,
    .mobile-only-product-section {
        display: block !important;
    }
    #product-solutions { display: none !important; }
}
.mobile-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
#extra-mobile-products {
    display: none !important;
    margin-top: 8px;
}
#extra-mobile-products.show-extra { display: grid !important; }
@media (min-width: 380px) {
    .mobile-products-grid { gap: 10px; }
    #extra-mobile-products { margin-top: 10px; }
}
.mobile-product-box {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 4px 5px 4px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
}
.mobile-product-box:active {
    transform: scale(0.94);
    background-color: #f0fdf4;
    border-color: #4E7555;
    box-shadow: 0 0 0 2px rgba(78, 117, 85, 0.2);
}
.mobile-product-icon-wrap {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: rgba(78, 117, 85, 0.1);
    color: #4E7555;
    margin-bottom: 4px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.mobile-product-icon-wrap svg {
    width: 27px !important;
    height: 27px !important;
}
.mobile-product-box:active .mobile-product-icon-wrap {
    background-color: #4E7555;
    color: #ffffff;
}
.mobile-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0.01em;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 2px;
}
@media (min-width: 375px) {
    .mobile-product-icon-wrap { width: 48px; height: 48px; }
    .mobile-product-icon-wrap svg { width: 28px !important; height: 28px !important; }
    .mobile-product-title { font-size: 12.5px; }
}

/* --- Antigravity & Smart Surveillance Hero Animations --- */
.antigravity-hero {
    --cyan-400: #22d3ee;
    --blue-500: #3b82f6;
    --violet-500: #8b5cf6;
}
.gradient-text {
    background-size: 200% auto;
    animation: gradient-flow 5s linear infinite;
}
@keyframes gradient-flow { to { background-position: 200% center; } }
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}
@keyframes float-slow {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-15px) translateX(10px); }
}
@keyframes pulse-fast {
    0%, 100% { opacity: 0.5; border-color: rgba(34, 211, 238, 0.5); }
    50% { opacity: 1; border-color: rgba(34, 211, 238, 1); }
}
.animate-float { animation: float 6s ease-in-out infinite; }
.animate-float-slow { animation: float-slow 8s ease-in-out infinite; }
.animate-pulse-fast { animation: pulse-fast 1s ease-in-out infinite; }
.node-pulse {
    animation: node-pulse 3s ease-in-out infinite;
    transform-origin: center;
}
@keyframes node-pulse {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 1; transform: scale(2); }
}
.bg-scanlines {
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(34, 211, 238, 0.06), rgba(139, 92, 246, 0.02), rgba(59, 130, 246, 0.06));
    background-size: 100% 4px, 3px 100%;
}
@keyframes scan { 0% { top: 0; } 100% { top: 100%; } }
@keyframes draw { from { stroke-dasharray: 0 1000; } to { stroke-dasharray: 1000 0; } }
.animate-scan { animation: scan 3s linear infinite; }
.animate-draw { animation: draw 4s ease-out forwards; }

