/* 
   DESI ALARM SYSTEMS - CATEGORY SPECIFIC STYLES
   Premium UI Kit Extension
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Unbounded:wght@400;500;700;800;900&display=swap');

:root {
    --cat-alarms-red: #E63946;
    --cat-alarms-dark-red: #b32a35;
    --dark-bg: #000000;
    --dark-surface: #0a0f12;
    --muted-bg: #f8f8f8;
}

/* Core Content Wrapper */
.cat-alarms { --cat-color: var(--cat-alarms-red); }

.desi-smart-content h1, 
.desi-smart-content h2, 
.desi-smart-content h3, 
.desi-smart-content .uk-h1, 
.desi-smart-content .uk-h2, 
.desi-smart-content .uk-h3,
.desi-smart-content .uk-heading-small,
.desi-smart-content .uk-heading-medium {
    font-family: 'Unbounded', sans-serif !important;
    letter-spacing: -1px;
    text-transform: uppercase;
}

/* --------------------------------- */
/* ADVANCED TYPOGRAPHY & COMPONENTS */
/* --------------------------------- */
.desi-smart-content .uk-text-primary,
.desi-smart-content .text-primary { color: var(--cat-color) !important; }
.desi-smart-content .text-accent { color: var(--cat-color) !important; }

.cat-alarms .badge-premium {
    background: rgba(230,57,70,0.08);
    border: 1px solid rgba(230,57,70,0.15);
    color: var(--cat-alarms-red);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 15px rgba(230,57,70,0.05);
}

.desi-smart-content .text-shadow { text-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.desi-smart-content .ls-wide { letter-spacing: 3px; }
.desi-smart-content .ls-v-wide { letter-spacing: 5px; }
.desi-smart-content .lh-tight { line-height: 0.95; }
.desi-smart-content .max-w-hero { max-width: 580px; }
.desi-smart-content .max-w-content { max-width: 700px; }

/* Extracted Inline Styles */
.cat-alarms .hero-content { z-index: 3; width: 100%; }
.cat-alarms .hero-desc { color: #fff; font-weight: 400; opacity: 0.9; }
.cat-alarms .section-desc { color: #666; }
.cat-alarms .feature-desc { color: #555; line-height: 1.6; }
.cat-alarms .tech-panel-badge { letter-spacing: 2px; color: var(--cat-alarms-red); }
.cat-alarms .tech-panel-heading { color: #fff; line-height: 1.1; }
.cat-alarms .tech-panel-sub { color: rgba(255,255,255,0.7); }
.cat-alarms .tech-panel-desc { color: rgba(255,255,255,0.6); font-size: 18px; line-height: 1.8; }
.cat-alarms .stat-divider-light { width: 1px; height: 35px; background: rgba(255,255,255,0.2); }
.cat-alarms .gradient-overlay-left { background: linear-gradient(90deg, #0d1117 0%, rgba(13,17,23,0.8) 20%, transparent 60%); z-index: 1; }
.cat-alarms .build-desc-lead { color: #333; }
.cat-alarms .build-desc { color: #666; font-size: 19px; line-height: 1.8; }

/* --------------------------------- */
/* STATISTIC BLOCKS (THE APPLE LOOK) */
/* --------------------------------- */
.cat-alarms .stat-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}
.cat-alarms .stat-label-dark { color: #888; } 

.cat-alarms .stat-value {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--cat-alarms-red);
    line-height: 1.1;
    letter-spacing: -1px;
    margin-top: 5px;
    text-transform: uppercase;
}
@media (max-width: 640px) {
    .cat-alarms .stat-value { font-size: 24px; }
}

.cat-alarms .stat-divider {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--cat-alarms-red), transparent);
    opacity: 0.6;
}

/* --------------------------------- */
/* GLASSMORPHISM (WIDGET PANELS) */
/* --------------------------------- */
.cat-alarms .glass-stat-panel {
    background: rgba(26, 28, 30, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 25px 35px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
@media (max-width: 959px) {
    .cat-alarms .glass-stat-panel { padding: 20px 25px; border-radius: 16px; }
}

/* --------------------------------- */
/* BACKGROUNDS & THEMES */
/* --------------------------------- */
.desi-smart-content .uk-section-default { background: #ffffff !important; color: #111111; }
.desi-smart-content .uk-section-muted { background: var(--muted-bg) !important; color: #333333; }

/* High-Tech Blueprint Background */
.cat-alarms .bg-tech-grid {
    background-color: #0d1117;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: center center;
    position: relative;
}

/* --------------------------------- */
/* CARDS & INTERACTION */
/* --------------------------------- */
.desi-smart-content .desi-radius-premium { border-radius: 32px !important; overflow: hidden; }

.desi-smart-content .uk-card-default {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.03);
    border-top: 3px solid rgba(0,0,0,0.03) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    border-radius: 20px;
}
.desi-smart-content .uk-card-default:hover {
    transform: translateY(-8px);
    border-top-color: var(--cat-alarms-red) !important;
    box-shadow: 0 25px 50px rgba(230,57,70,0.12) !important;
}

.desi-smart-content .card-icon-wrap {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.desi-smart-content .card-icon-wrap img {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.desi-smart-content .uk-card-default:hover .card-icon-wrap img {
    transform: scale(1.15) rotate(-5deg);
}

.desi-smart-content .icon-red { 
    filter: brightness(0) saturate(100%) invert(31%) sepia(94%) saturate(2035%) hue-rotate(339deg) brightness(91%) contrast(96%); 
}

/* --------------------------------- */
/* HERO & MEDIA EFFECTS */
/* --------------------------------- */
.desi-smart-content .hero-wrap { position: relative; overflow: hidden; }
.desi-smart-content .hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.desi-smart-content .text-column-padding { padding: 60px; }
@media (max-width: 959px) {
    .desi-smart-content .text-column-padding { padding: 40px 20px; }
}

/* --------------------------------- */
/* TABLES & LISTS */
/* --------------------------------- */
.desi-smart-content .spec-item [data-uk-leader] {
    color: #111 !important;
    font-weight: 600 !important;
}
.desi-smart-content [style*="background: #0d1117"] .spec-item [data-uk-leader],
.desi-smart-content .bg-tech-grid .spec-item [data-uk-leader] {
    color: #fff !important;
}
.desi-smart-content .spec-item {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 6px 0;
}
.cat-alarms .uk-leader-fill::after { color: rgba(230, 57, 70, 0.3) !important; }

/* --------------------------------- */
/* UTILITY CLASSES */
/* --------------------------------- */
.cat-alarms .desi-bg-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.cat-alarms .desi-shadow-media { box-shadow: 0 40px 80px rgba(0,0,0,0.15) !important; }
.cat-alarms .desi-shadow-media-dark { box-shadow: 0 40px 80px rgba(0,0,0,0.2) !important; }
.cat-alarms .min-h-350 { min-height: 350px !important; }
.cat-alarms .min-h-500 { min-height: 500px !important; }
.cat-alarms .min-h-70vh { min-height: 70vh !important; }

/* Image scaling effect on hover */
.cat-alarms .image-container-scale { overflow: hidden; }
.cat-alarms .image-container-scale .desi-bg-cover {
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cat-alarms .image-container-scale:hover .desi-bg-cover {
    transform: scale(1.04);
}
