.elementor-44 .elementor-element.elementor-element-90c49db{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ccdc635 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #2c3e50;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            padding: 30px 20px;
        }
        
        .container {
            max-width: 1400px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
        }
        
        .header {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 40px 50px;
            text-align: center;
        }
        
        .header h1 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .header .subtitle {
            font-size: 16px;
            opacity: 0.95;
        }
        
        .nav-menu {
            background: #f8f9fa;
            padding: 20px 50px;
            border-bottom: 2px solid #e9ecef;
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .nav-btn {
            background: white;
            border: 2px solid #2a5298;
            color: #2a5298;
            padding: 10px 20px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .nav-btn:hover {
            background: #2a5298;
            color: white;
            transform: translateY(-2px);
        }
        
        .content {
            padding: 50px;
        }
        
        .section {
            margin-bottom: 60px;
            scroll-margin-top: 20px;
        }
        
        .section-title {
            font-size: 28px;
            color: #1e3c72;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 3px solid #2a5298;
            font-weight: 700;
        }
        
        .intro-text {
            background: #f0f7ff;
            border-left: 5px solid #2a5298;
            padding: 25px;
            margin-bottom: 40px;
            border-radius: 8px;
            font-size: 15px;
            line-height: 1.8;
        }
        
        .intro-text h3 {
            color: #1e3c72;
            margin-bottom: 15px;
            font-size: 20px;
        }
        
        .intro-text p {
            margin-bottom: 12px;
        }
        
        .legend {
            display: flex;
            gap: 30px;
            margin-bottom: 30px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
            flex-wrap: wrap;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .legend-icon {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }
        
        .legend-icon.check {
            background: #10b981;
            color: white;
        }
        
        .legend-icon.cross {
            background: #ef4444;
            color: white;
        }
        
        .legend-text {
            font-size: 14px;
            font-weight: 600;
        }
        
        .matrix-container {
            overflow-x: auto;
            margin-bottom: 30px;
        }
        
        .matrix-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .matrix-table thead {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
        }
        
        .matrix-table th {
            padding: 18px 15px;
            text-align: left;
            font-weight: 600;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.2);
        }
        
        .matrix-table th:first-child {
            width: 200px;
        }
        
        .matrix-table td {
            padding: 15px;
            border: 1px solid #dee2e6;
            font-size: 13px;
        }
        
        .matrix-table tbody tr:nth-child(even) {
            background: #f8f9fa;
        }
        
        .matrix-table tbody tr:hover {
            background: #e3f2fd;
        }
        
        .asset-name {
            font-weight: 700;
            color: #1e3c72;
        }
        
        .cell-check {
            background: #d1fae5;
            text-align: center;
        }
        
        .check-icon {
            color: #10b981;
            font-size: 18px;
            font-weight: bold;
        }
        
        .cell-cross {
            background: #fee2e2;
            text-align: center;
        }
        
        .cross-icon {
            color: #ef4444;
            font-size: 18px;
            font-weight: bold;
        }
        
        .detail-text {
            color: #495057;
            line-height: 1.6;
        }
        
        .sop-cards {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .sop-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border: 2px solid #e9ecef;
        }
        
        .sop-card-header {
            padding: 20px;
            font-weight: 700;
            font-size: 18px;
            color: white;
        }
        
        .sop-card-header.internal {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        }
        
        .sop-card-header.external {
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
        }
        
        .sop-card-header.programmer {
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
        }
        
        .sop-card-body {
            padding: 25px;
        }
        
        .sop-card-body h4 {
            color: #1e3c72;
            margin-bottom: 15px;
            font-size: 16px;
        }
        
        .sop-card-body ol {
            margin-left: 20px;
        }
        
        .sop-card-body li {
            margin-bottom: 12px;
            line-height: 1.7;
            color: #495057;
        }
        
        .sop-card-body strong {
            color: #1e3c72;
        }
        
        .note-box {
            background: #fff9e6;
            border-left: 5px solid #fbbf24;
            padding: 20px;
            margin: 20px 0;
            border-radius: 8px;
        }
        
        .note-box strong {
            color: #92400e;
            display: block;
            margin-bottom: 10px;
        }
        
        .warning-box {
            background: #fee2e2;
            border-left: 5px solid #ef4444;
            padding: 20px;
            margin: 20px 0;
            border-radius: 8px;
        }
        
        .warning-box strong {
            color: #991b1b;
            display: block;
            margin-bottom: 10px;
        }
        
        .contact-box {
            background: #f0f7ff;
            border: 2px solid #3b82f6;
            border-radius: 10px;
            padding: 25px;
            margin-top: 20px;
        }
        
        .contact-box h4 {
            color: #1e3c72;
            margin-bottom: 15px;
            font-size: 18px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 12px;
            font-size: 15px;
        }
        
        .contact-icon {
            width: 35px;
            height: 35px;
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }
        
        .flowchart {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin: 30px 0;
        }
        
        .flowchart-title {
            font-size: 18px;
            font-weight: 700;
            color: #1e3c72;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .flow-step {
            background: white;
            border: 2px solid #2a5298;
            border-radius: 8px;
            padding: 15px;
            margin: 15px 0;
            position: relative;
        }
        
        .flow-step::after {
            content: "↓";
            position: absolute;
            bottom: -25px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 20px;
            color: #2a5298;
            font-weight: bold;
        }
        
        .flow-step:last-child::after {
            display: none;
        }
        
        .flow-step-title {
            font-weight: 700;
            color: #1e3c72;
            margin-bottom: 8px;
        }
        
        .flow-step-desc {
            color: #495057;
            font-size: 14px;
        }
        
        .template-box {
            background: white;
            border: 2px solid #8b5cf6;
            border-radius: 10px;
            padding: 25px;
            margin: 20px 0;
        }
        
        .template-box h4 {
            color: #7c3aed;
            margin-bottom: 15px;
            font-size: 18px;
        }
        
        .template-content {
            background: #faf5ff;
            padding: 20px;
            border-radius: 8px;
            font-family: 'Courier New', monospace;
            font-size: 13px;
            line-height: 1.8;
            white-space: pre-wrap;
        }
        
        .category-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .category-card {
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            padding: 20px;
            transition: all 0.3s ease;
        }
        
        .category-card:hover {
            border-color: #8b5cf6;
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
        }
        
        .category-card-title {
            font-weight: 700;
            color: #7c3aed;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .category-card-desc {
            color: #495057;
            font-size: 14px;
            line-height: 1.6;
        }
        
        .category-card-sla {
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px solid #e9ecef;
            font-size: 13px;
            color: #6b7280;
        }
        
        @media print {
            body {
                background: white;
                padding: 0;
            }
            .container {
                box-shadow: none;
            }
            .nav-menu {
                display: none;
            }
        }
        
        @media (max-width: 968px) {
            .content {
                padding: 30px 20px;
            }
            
            .nav-menu {
                padding: 15px 20px;
            }
            
            .sop-cards {
                grid-template-columns: 1fr;
            }
            
            .matrix-table {
                font-size: 12px;
            }
            
            .matrix-table th,
            .matrix-table td {
                padding: 10px 8px;
            }
            
            .category-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>/* End custom CSS */